Shades of Pink Lace #FAD0D7
Tints of Pink Lace #FAD0D7
RGB
CMYK
RGB Variations
Color information
#FAD0D7 (or 0xFAD0D7) is known color: Pink Lace. HEX triplet: FA, D0 and D7. RGB value is (250,208,215). Sum of RGB (Red+Green+Blue) = 250+208+215=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0D7 is #052F28. Grayscale: #DDDDDD. Windows color (decimal): -339753 or 14143738. OLE color: 14143738.
HSL color Cylindrical-coordinate representation of color #FAD0D7: hue angle of 350º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD0D7 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 215 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.02 |
| HSL | 350º | 0.81% | 0.9% | - |
| HSV(B) | 350º | 0.17% | 0.98% | - |
| XYZ | 74.25 | 70.34 | 73.95 | - |
| YUV | 221.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 215 | 0 | 0.17 | 0.14 | 0.02 | 350 | 0.81 | 0.9 |
| Hex | FA | D0 | D7 | 0 | 11 | E | 2 | 15E | 51 | 5A |
| Octal | 372 | 320 | 327 | 0 | 21 | 16 | 2 | 536 | 121 | 132 |
| Binary | 11111010 | 11010000 | 11010111 | 0 | 10001 | 1110 | 10 | 101011110 | 1010001 | 1011010 |
Color Harmonies of #FAD0D7
Complementary color
Monochromatic Colors of #FAD0D7
Black with #FAD0D7
Text Example
Text Example
White with #FAD0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0D7; }
p { color: rgb(250,208,215); }
H1.HeaderClassName
{
color: #FAD0D7;
}
.AnyTagClassName
{
color: #FAD0D7;
}
</style>
background-color css
<style>
a { background-color: #FAD0D7; }
a { background-color: rgb(250,208,215); }
div.DivClassName
{
background-color: #FAD0D7;
}
.BgClassName
{
background-color: #FAD0D7;
}
</style>
border-color css
<style>
span { border-color: #FAD0D7; }
span { border-color: rgb(250,208,215); }
td.TdClassName
{
border-color: #FAD0D7;
}
.TagClassName
{
border-color: #FAD0D7;
}
</style>