Color Hex Logo

#f0cdcb Color Hex

#F0CDCB
(240,205,203)
0 Favorites   0 Comments

Color spaces of #f0cdcb

RGB 240205203
HSL0.010.550.87
HSV15°94°
CMYK 0.000.150.15   0.06
XYZ68.546066.499765.7229
Yxy66.49970.34140.3312
Hunter Lab81.54737.33339.2985
CIE-Lab85.250711.95995.5459

#f0cdcb color RGB value is (240,205,203).

#f0cdcb hex color red value is 240, green value is 205 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f0cdcb hue: 0.01 , saturation: 0.55 and the lightness value of f0cdcb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001101 11001011
Octal 360 315 313
Decimal 240 205 203
Hex F0 CD CB

RGB Percentages of Color #f0cdcb

%37.04
%31.64
%31.33

CMYK Percentages of Color #f0cdcb

%0
%15
%15
%6

Triadic Colors of #f0cdcb

#f0cdcb #cbf0cd #cdcbf0

Analogous Colors of #f0cdcb

#f0cdcb #f0e0cb #f0cbdc

Monochromatic Colors of #f0cdcb

#f0cdcb

Complementary Color

#f0cdcb #cbeef0

#f0cdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cdcb Color CSS Codes

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

#f0cdcb Text Font Color

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

This sample text font color is #f0cdcb
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.


#f0cdcb Background Color

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

This div background color is #f0cdcb


#f0cdcb Border Color

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

This div border color is #f0cdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cdcb


Comments

No comments written yet.

Please login to write comment.