Shades of Pink Lace #FACDD8
Tints of Pink Lace #FACDD8
RGB
CMYK
RGB Variations
Color information
#FACDD8 (or 0xFACDD8) is known color: Pink Lace. HEX triplet: FA, CD and D8. RGB value is (250,205,216). Sum of RGB (Red+Green+Blue) = 250+205+216=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDD8 is #053227. Grayscale: #DBDBDB. Windows color (decimal): -340520 or 14208506. OLE color: 14208506.
HSL color Cylindrical-coordinate representation of color #FACDD8: hue angle of 345.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACDD8 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 216 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.02 |
| HSL | 345.33º | 0.82% | 0.89% | - |
| HSV(B) | 345.33º | 0.18% | 0.98% | - |
| XYZ | 73.65 | 68.94 | 74.39 | - |
| YUV | 219.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 216 | 0 | 0.18 | 0.14 | 0.02 | 345.33 | 0.82 | 0.89 |
| Hex | FA | CD | D8 | 0 | 12 | E | 2 | 159 | 52 | 59 |
| Octal | 372 | 315 | 330 | 0 | 22 | 16 | 2 | 531 | 122 | 131 |
| Binary | 11111010 | 11001101 | 11011000 | 0 | 10010 | 1110 | 10 | 101011001 | 1010010 | 1011001 |
Color Harmonies of #FACDD8
Complementary color
Monochromatic Colors of #FACDD8
Black with #FACDD8
Text Example
Text Example
White with #FACDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDD8; }
p { color: rgb(250,205,216); }
H1.HeaderClassName
{
color: #FACDD8;
}
.AnyTagClassName
{
color: #FACDD8;
}
</style>
background-color css
<style>
a { background-color: #FACDD8; }
a { background-color: rgb(250,205,216); }
div.DivClassName
{
background-color: #FACDD8;
}
.BgClassName
{
background-color: #FACDD8;
}
</style>
border-color css
<style>
span { border-color: #FACDD8; }
span { border-color: rgb(250,205,216); }
td.TdClassName
{
border-color: #FACDD8;
}
.TagClassName
{
border-color: #FACDD8;
}
</style>