Color Hex Logo

#f0cadc Color Hex

#F0CADC
(240,202,220)
0 Favorites   0 Comments

Color spaces of #f0cadc

RGB 240202220
HSL0.920.560.87
HSV332°16°94°
CMYK 0.000.160.08   0.06
XYZ69.974065.933676.7486
Yxy65.93360.32900.3100
Hunter Lab81.199511.72400.7996
CIE-Lab84.962516.2941-3.9185

#f0cadc color RGB value is (240,202,220).

#f0cadc hex color red value is 240, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f0cadc hue: 0.92 , saturation: 0.56 and the lightness value of f0cadc is 0.87.

The process color (four color CMYK) of #f0cadc color hex is 0.00, 0.16, 0.08, 0.06. Web safe color of #f0cadc is #ffcccc. Color #f0cadc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001010 11011100
Octal 360 312 334
Decimal 240 202 220
Hex F0 CA DC

RGB Percentages of Color #f0cadc

%36.25
%30.51
%33.23

CMYK Percentages of Color #f0cadc

%0
%16
%8
%6

Triadic Colors of #f0cadc

#f0cadc #dcf0ca #cadcf0

Analogous Colors of #f0cadc

#f0cadc #f0cbca #f0caef

Monochromatic Colors of #f0cadc

#f0cadc

Complementary Color

#f0cadc #caf0de

#f0cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cadc Color CSS Codes

.mybgcolor {background-color:#f0cadc; } 
.myforecolor {color:#f0cadc; }
.mybordercolor {border:3px solid #f0cadc; }

#f0cadc Text Font Color

<p style="color:#f0cadc">Text here</p>

This sample text font color is #f0cadc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f0cadc Background Color

<div style="background-color:#f0cadc">
Div content here</div>

This div background color is #f0cadc


#f0cadc Border Color

<div style="border:3px solid #f0cadc">
Div here</div>

This div border color is #f0cadc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,202,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0cadc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0cadc;
  -webkit-box-shadow: 1px 1px 3px 2px #f0cadc;
  box-shadow:         1px 1px 3px 2px #f0cadc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,202,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f0cadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f0cadc;
  -webkit-box-shadow: 1px 1px 3px 2px #f0cadc;
  box-shadow:         1px 1px 3px 2px #f0cadc;">
Div content here</div>

This div box has shadow with color #f0cadc


Comments

No comments written yet.

Please login to write comment.