Shades of Pink Lace #FAC5D7
Tints of Pink Lace #FAC5D7
RGB
CMYK
RGB Variations
Color information
#FAC5D7 (or 0xFAC5D7) is known color: Pink Lace. HEX triplet: FA, C5 and D7. RGB value is (250,197,215). Sum of RGB (Red+Green+Blue) = 250+197+215=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 197 (77.34% from 255 or 29.76% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5D7 is #053A28. Grayscale: #D6D6D6. Windows color (decimal): -342569 or 14140922. OLE color: 14140922.
HSL color Cylindrical-coordinate representation of color #FAC5D7: hue angle of 339.62º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC5D7 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 215 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.02 |
| HSL | 339.62º | 0.84% | 0.88% | - |
| HSV(B) | 339.62º | 0.21% | 0.98% | - |
| XYZ | 71.66 | 65.16 | 73.09 | - |
| YUV | 214.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 215 | 0 | 0.21 | 0.14 | 0.02 | 339.62 | 0.84 | 0.88 |
| Hex | FA | C5 | D7 | 0 | 15 | E | 2 | 154 | 54 | 58 |
| Octal | 372 | 305 | 327 | 0 | 25 | 16 | 2 | 524 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11010111 | 0 | 10101 | 1110 | 10 | 101010100 | 1010100 | 1011000 |
Color Harmonies of #FAC5D7
Complementary color
Monochromatic Colors of #FAC5D7
Black with #FAC5D7
Text Example
Text Example
White with #FAC5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5D7; }
p { color: rgb(250,197,215); }
H1.HeaderClassName
{
color: #FAC5D7;
}
.AnyTagClassName
{
color: #FAC5D7;
}
</style>
background-color css
<style>
a { background-color: #FAC5D7; }
a { background-color: rgb(250,197,215); }
div.DivClassName
{
background-color: #FAC5D7;
}
.BgClassName
{
background-color: #FAC5D7;
}
</style>
border-color css
<style>
span { border-color: #FAC5D7; }
span { border-color: rgb(250,197,215); }
td.TdClassName
{
border-color: #FAC5D7;
}
.TagClassName
{
border-color: #FAC5D7;
}
</style>