Shades of Pink Lace #FAC8D9
Tints of Pink Lace #FAC8D9
RGB
CMYK
RGB Variations
Color information
#FAC8D9 (or 0xFAC8D9) is known color: Pink Lace. HEX triplet: FA, C8 and D9. RGB value is (250,200,217). Sum of RGB (Red+Green+Blue) = 250+200+217=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 200 (78.52% from 255 or 29.99% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8D9 is #053726. Grayscale: #D8D8D8. Windows color (decimal): -341799 or 14272762. OLE color: 14272762.
HSL color Cylindrical-coordinate representation of color #FAC8D9: hue angle of 339.6º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC8D9 is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 217 | - |
| CMYK | 0 | 0.2 | 0.13 | 0.02 |
| HSL | 339.6º | 0.83% | 0.88% | - |
| HSV(B) | 339.6º | 0.2% | 0.98% | - |
| XYZ | 72.6 | 66.64 | 74.68 | - |
| YUV | 216.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 217 | 0 | 0.2 | 0.13 | 0.02 | 339.6 | 0.83 | 0.88 |
| Hex | FA | C8 | D9 | 0 | 14 | D | 2 | 154 | 53 | 58 |
| Octal | 372 | 310 | 331 | 0 | 24 | 15 | 2 | 524 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11011001 | 0 | 10100 | 1101 | 10 | 101010100 | 1010011 | 1011000 |
Color Harmonies of #FAC8D9
Complementary color
Monochromatic Colors of #FAC8D9
Black with #FAC8D9
Text Example
Text Example
White with #FAC8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8D9; }
p { color: rgb(250,200,217); }
H1.HeaderClassName
{
color: #FAC8D9;
}
.AnyTagClassName
{
color: #FAC8D9;
}
</style>
background-color css
<style>
a { background-color: #FAC8D9; }
a { background-color: rgb(250,200,217); }
div.DivClassName
{
background-color: #FAC8D9;
}
.BgClassName
{
background-color: #FAC8D9;
}
</style>
border-color css
<style>
span { border-color: #FAC8D9; }
span { border-color: rgb(250,200,217); }
td.TdClassName
{
border-color: #FAC8D9;
}
.TagClassName
{
border-color: #FAC8D9;
}
</style>