Color Hex Logo

#f0dddc Color Hex

#F0DDDC
(240,221,220)
0 Favorites   0 Comments

Color spaces of #f0dddc

RGB 240221220
HSL0.010.400.90
HSV94°
CMYK 0.000.080.08   0.06
XYZ74.709975.405578.3272
Yxy75.40550.32700.3301
Hunter Lab86.83631.60947.3053
CIE-Lab89.58266.34402.8350

#f0dddc color RGB value is (240,221,220).

#f0dddc hex color red value is 240, green value is 221 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f0dddc hue: 0.01 , saturation: 0.40 and the lightness value of f0dddc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011101 11011100
Octal 360 335 334
Decimal 240 221 220
Hex F0 DD DC

RGB Percentages of Color #f0dddc

%35.24
%32.45
%32.31

CMYK Percentages of Color #f0dddc

%0
%8
%8
%6

Triadic Colors of #f0dddc

#f0dddc #dcf0dd #dddcf0

Analogous Colors of #f0dddc

#f0dddc #f0e7dc #f0dce5

Monochromatic Colors of #f0dddc

#f0dddc

Complementary Color

#f0dddc #dceff0

#f0dddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dddc Color CSS Codes

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

#f0dddc Text Font Color

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

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


#f0dddc Background Color

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

This div background color is #f0dddc


#f0dddc Border Color

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

This div border color is #f0dddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,221,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 #f0dddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dddc

#f0dddc Color Palettes


Comments

No comments written yet.

Please login to write comment.