#F0D1DB

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

Shades of Pink Lace #F0D1DB

Tints of Pink Lace #F0D1DB

Color information

#F0D1DB (or 0xF0D1DB) is unknown color: approx Pink Lace. HEX triplet: F0, D1 and DB. RGB value is (240,209,219). Sum of RGB (Red+Green+Blue) = 240+209+219=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1DB is #0F2E24. Grayscale: #DBDBDB. Windows color (decimal): -994853 or 14406128. OLE color: 14406128.

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

Color convert

RGB240209219-
CMYK00.130.090.06
HSL340.65º50.82%88.04%-
HSV(B)340.65º12.92%94.12%-
XYZ71.5269.2476.61-
YUV219.41127.77142.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.93%
GREEN value IS 209 (82.03% from 255) = 31.29%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=35.93%
G=31.29%
B=32.78%

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
Decimal24020921900.130.090.06340.6550.8288.04
HexF0D1DB0D961553358
Octal36032133301511652563130
Binary1111000011010001110110110110110011101010101011100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D1DB; }

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

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

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

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

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

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

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

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