#F0CFDA

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

Shades of Pink Lace #F0CFDA

Tints of Pink Lace #F0CFDA

Color information

#F0CFDA (or 0xF0CFDA) is unknown color: approx Pink Lace. HEX triplet: F0, CF and DA. RGB value is (240,207,218). Sum of RGB (Red+Green+Blue) = 240+207+218=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFDA is #0F3025. Grayscale: #DADADA. Windows color (decimal): -995366 or 14340080. OLE color: 14340080.

HSL color Cylindrical-coordinate representation of color #F0CFDA: hue angle of 340º 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 #F0CFDA is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240207218-
CMYK00.140.090.06
HSL340º52.38%87.65%-
HSV(B)340º13.75%94.12%-
XYZ70.968.2175.76-
YUV218.12127.93143.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.09%
GREEN value IS 207 (81.25% from 255) = 31.13%
BLUE value IS 218 (85.55% from 255) = 32.78%
R=36.09%
G=31.13%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020721800.140.090.0634052.3887.65
HexF0CFDA0E961543458
Octal36031733201611652464130
Binary1111000011001111110110100111010011101010101001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFDA; }

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

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

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

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

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

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

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

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