Color Hex Logo

#f8cfdc Color Hex

#F8CFDC
(248,207,220)
0 Favorites   0 Comments

Color spaces of #f8cfdc

RGB 248207220
HSL0.950.750.89
HSV341°17°97°
CMYK 0.000.170.11   0.03
XYZ73.942569.749477.2759
Yxy69.74940.33460.3157
Hunter Lab83.516111.88503.6013
CIE-Lab86.873816.4345-1.0299

#f8cfdc color RGB value is (248,207,220).

#f8cfdc hex color red value is 248, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f8cfdc hue: 0.95 , saturation: 0.75 and the lightness value of f8cfdc is 0.89.

The process color (four color CMYK) of #f8cfdc color hex is 0.00, 0.17, 0.11, 0.03. Web safe color of #f8cfdc is #ffcccc. Color #f8cfdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11001111 11011100
Octal 370 317 334
Decimal 248 207 220
Hex F8 CF DC

RGB Percentages of Color #f8cfdc

%36.74
%30.67
%32.59

CMYK Percentages of Color #f8cfdc

%0
%17
%11
%3

Triadic Colors of #f8cfdc

#f8cfdc #dcf8cf #cfdcf8

Analogous Colors of #f8cfdc

#f8cfdc #f8d7cf #f8cff1

Monochromatic Colors of #f8cfdc

#f8cfdc

Complementary Color

#f8cfdc #cff8eb

#f8cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8cfdc Color CSS Codes

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

#f8cfdc Text Font Color

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

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


#f8cfdc Background Color

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

This div background color is #f8cfdc


#f8cfdc Border Color

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

This div border color is #f8cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8cfdc


Comments

No comments written yet.

Please login to write comment.