Shades of Pink Lace #FAD0DD
Tints of Pink Lace #FAD0DD
RGB
CMYK
RGB Variations
Color information
#FAD0DD (or 0xFAD0DD) is known color: Pink Lace. HEX triplet: FA, D0 and DD. RGB value is (250,208,221). Sum of RGB (Red+Green+Blue) = 250+208+221=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0DD is #052F22. Grayscale: #DEDEDE. Windows color (decimal): -339747 or 14536954. OLE color: 14536954.
HSL color Cylindrical-coordinate representation of color #FAD0DD: hue angle of 341.43º 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 #FAD0DD is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 208 | 221 | - |
CMYK | 0 | 0.17 | 0.12 | 0.02 |
HSL | 341.43º | 0.81% | 0.9% | - |
HSV(B) | 341.43º | 0.17% | 0.98% | - |
XYZ | 75.03 | 70.66 | 78.09 | - |
YUV | 222.04 | 127.41 | 147.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 208 | 221 | 0 | 0.17 | 0.12 | 0.02 | 341.43 | 0.81 | 0.9 |
Hex | FA | D0 | DD | 0 | 11 | C | 2 | 155 | 51 | 5A |
Octal | 372 | 320 | 335 | 0 | 21 | 14 | 2 | 525 | 121 | 132 |
Binary | 11111010 | 11010000 | 11011101 | 0 | 10001 | 1100 | 10 | 101010101 | 1010001 | 1011010 |
Color Harmonies of #FAD0DD
Complementary color
Monochromatic Colors of #FAD0DD
Black with #FAD0DD
Text Example
Text Example
White with #FAD0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0DD; }
p { color: rgb(250,208,221); }
H1.HeaderClassName
{
color: #FAD0DD;
}
.AnyTagClassName
{
color: #FAD0DD;
}
</style>
background-color css
<style>
a { background-color: #FAD0DD; }
a { background-color: rgb(250,208,221); }
div.DivClassName
{
background-color: #FAD0DD;
}
.BgClassName
{
background-color: #FAD0DD;
}
</style>
border-color css
<style>
span { border-color: #FAD0DD; }
span { border-color: rgb(250,208,221); }
td.TdClassName
{
border-color: #FAD0DD;
}
.TagClassName
{
border-color: #FAD0DD;
}
</style>