#F0D2DC

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

Shades of Pink Lace #F0D2DC

Tints of Pink Lace #F0D2DC

Color information

#F0D2DC (or 0xF0D2DC) is unknown color: approx Pink Lace. HEX triplet: F0, D2 and DC. RGB value is (240,210,220). Sum of RGB (Red+Green+Blue) = 240+210+220=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2DC is #0F2D23. Grayscale: #DCDCDC. Windows color (decimal): -994596 or 14471920. OLE color: 14471920.

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

Color convert

RGB240210220-
CMYK00.120.080.06
HSL340º50%88.24%-
HSV(B)340º12.5%94.12%-
XYZ71.969.7977.39-
YUV220.11127.94142.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.82%
GREEN value IS 210 (82.42% from 255) = 31.34%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=35.82%
G=31.34%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021022000.120.080.063405088.24
HexF0D2DC0C861543258
Octal36032233401410652462130
Binary1111000011010010110111000110010001101010101001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D2DC; }

 p { color: rgb(240,210,220); }

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

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

 a { background-color: rgb(240,210,220); }

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

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

 span { border-color: rgb(240,210,220); }

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