#F0D0DB

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

Shades of Pink Lace #F0D0DB

Tints of Pink Lace #F0D0DB

Color information

#F0D0DB (or 0xF0D0DB) is unknown color: approx Pink Lace. HEX triplet: F0, D0 and DB. RGB value is (240,208,219). Sum of RGB (Red+Green+Blue) = 240+208+219=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D0DB is #0F2F24. Grayscale: #DADADA. Windows color (decimal): -995109 or 14405872. OLE color: 14405872.

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

Color convert

RGB240208219-
CMYK00.130.090.06
HSL339.38º51.61%87.84%-
HSV(B)339.38º13.33%94.12%-
XYZ71.2868.7576.53-
YUV218.82128.1143.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 208 (81.64% from 255) = 31.18%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=35.98%
G=31.18%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020821900.130.090.06339.3851.6187.84
HexF0D0DB0D961533458
Octal36032033301511652364130
Binary1111000011010000110110110110110011101010100111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D0DB; }

 p { color: rgb(240,208,219); }

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

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

 a { background-color: rgb(240,208,219); }

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

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

 span { border-color: rgb(240,208,219); }

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