Shades of Pink Lace #FAD2DD
Tints of Pink Lace #FAD2DD
RGB
CMYK
RGB Variations
Color information
#FAD2DD (or 0xFAD2DD) is known color: Pink Lace. HEX triplet: FA, D2 and DD. RGB value is (250,210,221). Sum of RGB (Red+Green+Blue) = 250+210+221=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 210 (82.42% from 255 or 30.84% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2DD is #052D22. Grayscale: #DFDFDF. Windows color (decimal): -339235 or 14537466. OLE color: 14537466.
HSL color Cylindrical-coordinate representation of color #FAD2DD: hue angle of 343.5º 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 #FAD2DD is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 210 | 221 | - |
CMYK | 0 | 0.16 | 0.12 | 0.02 |
HSL | 343.5º | 0.8% | 0.9% | - |
HSV(B) | 343.5º | 0.16% | 0.98% | - |
XYZ | 75.52 | 71.64 | 78.25 | - |
YUV | 223.21 | 126.75 | 147.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 210 | 221 | 0 | 0.16 | 0.12 | 0.02 | 343.5 | 0.8 | 0.9 |
Hex | FA | D2 | DD | 0 | 10 | C | 2 | 158 | 50 | 5A |
Octal | 372 | 322 | 335 | 0 | 20 | 14 | 2 | 530 | 120 | 132 |
Binary | 11111010 | 11010010 | 11011101 | 0 | 10000 | 1100 | 10 | 101011000 | 1010000 | 1011010 |
Color Harmonies of #FAD2DD
Complementary color
Monochromatic Colors of #FAD2DD
Black with #FAD2DD
Text Example
Text Example
White with #FAD2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD2DD; }
p { color: rgb(250,210,221); }
H1.HeaderClassName
{
color: #FAD2DD;
}
.AnyTagClassName
{
color: #FAD2DD;
}
</style>
background-color css
<style>
a { background-color: #FAD2DD; }
a { background-color: rgb(250,210,221); }
div.DivClassName
{
background-color: #FAD2DD;
}
.BgClassName
{
background-color: #FAD2DD;
}
</style>
border-color css
<style>
span { border-color: #FAD2DD; }
span { border-color: rgb(250,210,221); }
td.TdClassName
{
border-color: #FAD2DD;
}
.TagClassName
{
border-color: #FAD2DD;
}
</style>