Shades of Pink Lace #FAD0DC
Tints of Pink Lace #FAD0DC
RGB
CMYK
RGB Variations
Color information
#FAD0DC (or 0xFAD0DC) is known color: Pink Lace. HEX triplet: FA, D0 and DC. RGB value is (250,208,220). Sum of RGB (Red+Green+Blue) = 250+208+220=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0DC is #052F23. Grayscale: #DDDDDD. Windows color (decimal): -339748 or 14471418. OLE color: 14471418.
HSL color Cylindrical-coordinate representation of color #FAD0DC: hue angle of 342.86º 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 #FAD0DC is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 220 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.02 |
| HSL | 342.86º | 0.81% | 0.9% | - |
| HSV(B) | 342.86º | 0.17% | 0.98% | - |
| XYZ | 74.9 | 70.6 | 77.39 | - |
| YUV | 221.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 220 | 0 | 0.17 | 0.12 | 0.02 | 342.86 | 0.81 | 0.9 |
| Hex | FA | D0 | DC | 0 | 11 | C | 2 | 157 | 51 | 5A |
| Octal | 372 | 320 | 334 | 0 | 21 | 14 | 2 | 527 | 121 | 132 |
| Binary | 11111010 | 11010000 | 11011100 | 0 | 10001 | 1100 | 10 | 101010111 | 1010001 | 1011010 |
Color Harmonies of #FAD0DC
Complementary color
Monochromatic Colors of #FAD0DC
Black with #FAD0DC
Text Example
Text Example
White with #FAD0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0DC; }
p { color: rgb(250,208,220); }
H1.HeaderClassName
{
color: #FAD0DC;
}
.AnyTagClassName
{
color: #FAD0DC;
}
</style>
background-color css
<style>
a { background-color: #FAD0DC; }
a { background-color: rgb(250,208,220); }
div.DivClassName
{
background-color: #FAD0DC;
}
.BgClassName
{
background-color: #FAD0DC;
}
</style>
border-color css
<style>
span { border-color: #FAD0DC; }
span { border-color: rgb(250,208,220); }
td.TdClassName
{
border-color: #FAD0DC;
}
.TagClassName
{
border-color: #FAD0DC;
}
</style>