Shades of Pink Lace #FAD1DD
Tints of Pink Lace #FAD1DD
RGB
CMYK
RGB Variations
Color information
#FAD1DD (or 0xFAD1DD) is known color: Pink Lace. HEX triplet: FA, D1 and DD. RGB value is (250,209,221). Sum of RGB (Red+Green+Blue) = 250+209+221=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 209 (82.03% from 255 or 30.74% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1DD is #052E22. Grayscale: #DEDEDE. Windows color (decimal): -339491 or 14537210. OLE color: 14537210.
HSL color Cylindrical-coordinate representation of color #FAD1DD: hue angle of 342.44º 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 #FAD1DD is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 221 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.02 |
| HSL | 342.44º | 0.8% | 0.9% | - |
| HSV(B) | 342.44º | 0.16% | 0.98% | - |
| XYZ | 75.28 | 71.15 | 78.17 | - |
| YUV | 222.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 221 | 0 | 0.16 | 0.12 | 0.02 | 342.44 | 0.8 | 0.9 |
| Hex | FA | D1 | DD | 0 | 10 | C | 2 | 156 | 50 | 5A |
| Octal | 372 | 321 | 335 | 0 | 20 | 14 | 2 | 526 | 120 | 132 |
| Binary | 11111010 | 11010001 | 11011101 | 0 | 10000 | 1100 | 10 | 101010110 | 1010000 | 1011010 |
Color Harmonies of #FAD1DD
Complementary color
Monochromatic Colors of #FAD1DD
Black with #FAD1DD
Text Example
Text Example
White with #FAD1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD1DD; }
p { color: rgb(250,209,221); }
H1.HeaderClassName
{
color: #FAD1DD;
}
.AnyTagClassName
{
color: #FAD1DD;
}
</style>
background-color css
<style>
a { background-color: #FAD1DD; }
a { background-color: rgb(250,209,221); }
div.DivClassName
{
background-color: #FAD1DD;
}
.BgClassName
{
background-color: #FAD1DD;
}
</style>
border-color css
<style>
span { border-color: #FAD1DD; }
span { border-color: rgb(250,209,221); }
td.TdClassName
{
border-color: #FAD1DD;
}
.TagClassName
{
border-color: #FAD1DD;
}
</style>