#FFD0DB

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

Shades of Pink Lace #FFD0DB

Tints of Pink Lace #FFD0DB

Color information

#FFD0DB (or 0xFFD0DB) is unknown color: approx Pink Lace. HEX triplet: FF, D0 and DB. RGB value is (255,208,219). Sum of RGB (Red+Green+Blue) = 255+208+219=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 208 (81.64% from 255 or 30.50% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0DB is #002F24. Grayscale: #DFDFDF. Windows color (decimal): -12069 or 14405887. OLE color: 14405887.

HSL color Cylindrical-coordinate representation of color #FFD0DB: hue angle of 345.96º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD0DB is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255208219-
CMYK00.180.140
HSL345.96º100%90.78%-
HSV(B)345.96º18.43%100%-
XYZ76.5871.4976.78-
YUV223.31125.57150.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 208 (81.64% from 255) = 30.50%
BLUE value IS 219 (85.94% from 255) = 32.11%
R=37.39%
G=30.50%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520821900.180.140345.9610090.78
HexFFD0DB012E015a645b
Octal377320333022160532144133
Binary1111111111010000110110110100101110010101101011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD0DB; }

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

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

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

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

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

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

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

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