Color Hex Logo

#f0cfdc Color Hex

#F0CFDC
(240,207,220)
0 Favorites   0 Comments

Color spaces of #f0cfdc

RGB 240207220
HSL0.930.520.88
HSV336°14°94°
CMYK 0.000.140.08   0.06
XYZ71.166368.318277.1460
Yxy68.31820.32850.3154
Hunter Lab82.65489.04362.5200
CIE-Lab86.165313.6596-2.1514

#f0cfdc color RGB value is (240,207,220).

#f0cfdc hex color red value is 240, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f0cfdc hue: 0.93 , saturation: 0.52 and the lightness value of f0cfdc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001111 11011100
Octal 360 317 334
Decimal 240 207 220
Hex F0 CF DC

RGB Percentages of Color #f0cfdc

%35.98
%31.03
%32.98

CMYK Percentages of Color #f0cfdc

%0
%14
%8
%6

Triadic Colors of #f0cfdc

#f0cfdc #dcf0cf #cfdcf0

Analogous Colors of #f0cfdc

#f0cfdc #f0d3cf #f0cfed

Monochromatic Colors of #f0cfdc

#f0cfdc

Complementary Color

#f0cfdc #cff0e3

#f0cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cfdc Color CSS Codes

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

#f0cfdc Text Font Color

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

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


#f0cfdc Background Color

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

This div background color is #f0cfdc


#f0cfdc Border Color

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

This div border color is #f0cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cfdc


Comments

No comments written yet.

Please login to write comment.