Shades of Pink Lace #FAC9D5
Tints of Pink Lace #FAC9D5
RGB
CMYK
RGB Variations
Color information
#FAC9D5 (or 0xFAC9D5) is known color: Pink Lace. HEX triplet: FA, C9 and D5. RGB value is (250,201,213). Sum of RGB (Red+Green+Blue) = 250+201+213=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9D5 is #05362A. Grayscale: #D9D9D9. Windows color (decimal): -341547 or 14010874. OLE color: 14010874.
HSL color Cylindrical-coordinate representation of color #FAC9D5: hue angle of 345.31º 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 #FAC9D5 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 213 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.02 |
| HSL | 345.31º | 0.83% | 0.88% | - |
| HSV(B) | 345.31º | 0.2% | 0.98% | - |
| XYZ | 72.32 | 66.9 | 72.05 | - |
| YUV | 217.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 213 | 0 | 0.20 | 0.15 | 0.02 | 345.31 | 0.83 | 0.88 |
| Hex | FA | C9 | D5 | 0 | 14 | F | 2 | 159 | 53 | 58 |
| Octal | 372 | 311 | 325 | 0 | 24 | 17 | 2 | 531 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11010101 | 0 | 10100 | 1111 | 10 | 101011001 | 1010011 | 1011000 |
Color Harmonies of #FAC9D5
Complementary color
Monochromatic Colors of #FAC9D5
Black with #FAC9D5
Text Example
Text Example
White with #FAC9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9D5; }
p { color: rgb(250,201,213); }
H1.HeaderClassName
{
color: #FAC9D5;
}
.AnyTagClassName
{
color: #FAC9D5;
}
</style>
background-color css
<style>
a { background-color: #FAC9D5; }
a { background-color: rgb(250,201,213); }
div.DivClassName
{
background-color: #FAC9D5;
}
.BgClassName
{
background-color: #FAC9D5;
}
</style>
border-color css
<style>
span { border-color: #FAC9D5; }
span { border-color: rgb(250,201,213); }
td.TdClassName
{
border-color: #FAC9D5;
}
.TagClassName
{
border-color: #FAC9D5;
}
</style>