Shades of Pink Lace #FAC8D1
Tints of Pink Lace #FAC8D1
RGB
CMYK
RGB Variations
Color information
#FAC8D1 (or 0xFAC8D1) is known color: Pink Lace. HEX triplet: FA, C8 and D1. RGB value is (250,200,209). Sum of RGB (Red+Green+Blue) = 250+200+209=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 200 (78.52% from 255 or 30.35% from 659); Blue value is 209 (82.03% from 255 or 31.71% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8D1 is #05372E. Grayscale: #D7D7D7. Windows color (decimal): -341807 or 13748474. OLE color: 13748474.
HSL color Cylindrical-coordinate representation of color #FAC8D1: hue angle of 349.2º 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 #FAC8D1 is Cyan = 0, Magento = 0.2, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 209 | - |
| CMYK | 0 | 0.2 | 0.16 | 0.02 |
| HSL | 349.2º | 0.83% | 0.88% | - |
| HSV(B) | 349.2º | 0.2% | 0.98% | - |
| XYZ | 71.59 | 66.24 | 69.33 | - |
| YUV | 215.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 209 | 0 | 0.2 | 0.16 | 0.02 | 349.2 | 0.83 | 0.88 |
| Hex | FA | C8 | D1 | 0 | 14 | 10 | 2 | 15D | 53 | 58 |
| Octal | 372 | 310 | 321 | 0 | 24 | 20 | 2 | 535 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11010001 | 0 | 10100 | 10000 | 10 | 101011101 | 1010011 | 1011000 |
Color Harmonies of #FAC8D1
Complementary color
Monochromatic Colors of #FAC8D1
Black with #FAC8D1
Text Example
Text Example
White with #FAC8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8D1; }
p { color: rgb(250,200,209); }
H1.HeaderClassName
{
color: #FAC8D1;
}
.AnyTagClassName
{
color: #FAC8D1;
}
</style>
background-color css
<style>
a { background-color: #FAC8D1; }
a { background-color: rgb(250,200,209); }
div.DivClassName
{
background-color: #FAC8D1;
}
.BgClassName
{
background-color: #FAC8D1;
}
</style>
border-color css
<style>
span { border-color: #FAC8D1; }
span { border-color: rgb(250,200,209); }
td.TdClassName
{
border-color: #FAC8D1;
}
.TagClassName
{
border-color: #FAC8D1;
}
</style>