Color Hex Logo

#f2cfdc Color Hex

#F2CFDC
(242,207,220)
0 Favorites   0 Comments

Color spaces of #f2cfdc

RGB 242207220
HSL0.940.570.88
HSV338°14°95°
CMYK 0.000.140.09   0.05
XYZ71.849068.670277.1780
Yxy68.67020.33000.3154
Hunter Lab82.86759.74762.7879
CIE-Lab86.340514.3518-1.8741

#f2cfdc color RGB value is (242,207,220).

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

The process color (four color CMYK) of #f2cfdc color hex is 0.00, 0.14, 0.09, 0.05. Web safe color of #f2cfdc is #ffcccc. Color #f2cfdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11001111 11011100
Octal 362 317 334
Decimal 242 207 220
Hex F2 CF DC

RGB Percentages of Color #f2cfdc

%36.17
%30.94
%32.88

CMYK Percentages of Color #f2cfdc

%0
%14
%9
%5

Triadic Colors of #f2cfdc

#f2cfdc #dcf2cf #cfdcf2

Analogous Colors of #f2cfdc

#f2cfdc #f2d4cf #f2cfee

Monochromatic Colors of #f2cfdc

#f2cfdc

Complementary Color

#f2cfdc #cff2e5

#f2cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2cfdc Color CSS Codes

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

#f2cfdc Text Font Color

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

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


#f2cfdc Background Color

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

This div background color is #f2cfdc


#f2cfdc Border Color

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

This div border color is #f2cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2cfdc


Comments

No comments written yet.

Please login to write comment.