Shades of Pink Lace #FAD1DB
Tints of Pink Lace #FAD1DB
RGB
CMYK
RGB Variations
Color information
#FAD1DB (or 0xFAD1DB) is known color: Pink Lace. HEX triplet: FA, D1 and DB. RGB value is (250,209,219). Sum of RGB (Red+Green+Blue) = 250+209+219=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 209 (82.03% from 255 or 30.83% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1DB is #052E24. Grayscale: #DEDEDE. Windows color (decimal): -339493 or 14406138. OLE color: 14406138.
HSL color Cylindrical-coordinate representation of color #FAD1DB: hue angle of 345.37º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD1DB is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 219 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.02 |
| HSL | 345.37º | 0.8% | 0.9% | - |
| HSV(B) | 345.37º | 0.16% | 0.98% | - |
| XYZ | 75.01 | 71.04 | 76.78 | - |
| YUV | 222.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 219 | 0 | 0.16 | 0.12 | 0.02 | 345.37 | 0.8 | 0.9 |
| Hex | FA | D1 | DB | 0 | 10 | C | 2 | 159 | 50 | 5A |
| Octal | 372 | 321 | 333 | 0 | 20 | 14 | 2 | 531 | 120 | 132 |
| Binary | 11111010 | 11010001 | 11011011 | 0 | 10000 | 1100 | 10 | 101011001 | 1010000 | 1011010 |
Color Harmonies of #FAD1DB
Complementary color
Monochromatic Colors of #FAD1DB
Black with #FAD1DB
Text Example
Text Example
White with #FAD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD1DB; }
p { color: rgb(250,209,219); }
H1.HeaderClassName
{
color: #FAD1DB;
}
.AnyTagClassName
{
color: #FAD1DB;
}
</style>
background-color css
<style>
a { background-color: #FAD1DB; }
a { background-color: rgb(250,209,219); }
div.DivClassName
{
background-color: #FAD1DB;
}
.BgClassName
{
background-color: #FAD1DB;
}
</style>
border-color css
<style>
span { border-color: #FAD1DB; }
span { border-color: rgb(250,209,219); }
td.TdClassName
{
border-color: #FAD1DB;
}
.TagClassName
{
border-color: #FAD1DB;
}
</style>