Shades of Pink Lace #FFD1DB
Tints of Pink Lace #FFD1DB
RGB
CMYK
RGB Variations
Color information
#FFD1DB (or 0xFFD1DB) is known color: Pink Lace. HEX triplet: FF, D1 and DB. RGB value is (255,209,219). Sum of RGB (Red+Green+Blue) = 255+209+219=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 209 (82.03% from 255 or 30.60% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1DB is #002E24. Grayscale: #DFDFDF. Windows color (decimal): -11813 or 14406143. OLE color: 14406143.
HSL color Cylindrical-coordinate representation of color #FFD1DB: hue angle of 346.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 #FFD1DB is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 219 | - |
| CMYK | 0 | 0.18 | 0.14 | 0 |
| HSL | 346.96º | 1% | 0.91% | - |
| HSV(B) | 346.96º | 0.18% | 1% | - |
| XYZ | 76.83 | 71.98 | 76.86 | - |
| YUV | 223.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 219 | 0 | 0.18 | 0.14 | 0 | 346.96 | 1 | 0.91 |
| Hex | FF | D1 | DB | 0 | 12 | E | 0 | 15B | 64 | 5B |
| Octal | 377 | 321 | 333 | 0 | 22 | 16 | 0 | 533 | 144 | 133 |
| Binary | 11111111 | 11010001 | 11011011 | 0 | 10010 | 1110 | 0 | 101011011 | 1100100 | 1011011 |
Color Harmonies of #FFD1DB
Complementary color
Monochromatic Colors of #FFD1DB
Black with #FFD1DB
Text Example
Text Example
White with #FFD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1DB; }
p { color: rgb(255,209,219); }
H1.HeaderClassName
{
color: #FFD1DB;
}
.AnyTagClassName
{
color: #FFD1DB;
}
</style>
background-color css
<style>
a { background-color: #FFD1DB; }
a { background-color: rgb(255,209,219); }
div.DivClassName
{
background-color: #FFD1DB;
}
.BgClassName
{
background-color: #FFD1DB;
}
</style>
border-color css
<style>
span { border-color: #FFD1DB; }
span { border-color: rgb(255,209,219); }
td.TdClassName
{
border-color: #FFD1DB;
}
.TagClassName
{
border-color: #FFD1DB;
}
</style>