#F0CFD9

Color #F0CFD9 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #F0CFD9

Tints of Pink Lace #F0CFD9

Color information

#F0CFD9 (or 0xF0CFD9) is unknown color: approx Pink Lace. HEX triplet: F0, CF and D9. RGB value is (240,207,217). Sum of RGB (Red+Green+Blue) = 240+207+217=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFD9 is #0F3026. Grayscale: #DADADA. Windows color (decimal): -995367 or 14274544. OLE color: 14274544.

HSL color Cylindrical-coordinate representation of color #F0CFD9: hue angle of 341.82º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CFD9 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB240207217-
CMYK00.140.100.06
HSL341.82º52.38%87.65%-
HSV(B)341.82º13.75%94.12%-
XYZ70.7768.1675.07-
YUV218.01127.43143.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 36.14%
GREEN value IS 207 (81.25% from 255) = 31.17%
BLUE value IS 217 (85.16% from 255) = 32.68%
R=36.14%
G=31.17%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020721700.140.100.06341.8252.3887.65
HexF0CFD90EA61563458
Octal36031733101612652664130
Binary1111000011001111110110010111010101101010101101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFD9; }

 p { color: rgb(240,207,217); }

 H1.HeaderClassName
 {
   color: #F0CFD9;
 }
 .AnyTagClassName
 {
   color: #F0CFD9;
 }
</style>
background-color css

<style>
 a { background-color: #F0CFD9; }

 a { background-color: rgb(240,207,217); }

 div.DivClassName
 {
   background-color: #F0CFD9;
 }
 .BgClassName
 {
   background-color: #F0CFD9;
 }
</style>
border-color css

<style>
 span { border-color: #F0CFD9; }

 span { border-color: rgb(240,207,217); }

 td.TdClassName
 {
   border-color: #F0CFD9;
 }
 .TagClassName
 {
   border-color: #F0CFD9;
 }
</style>