Shades of Pink Lace #FAC9D4
Tints of Pink Lace #FAC9D4
RGB
CMYK
RGB Variations
Color information
#FAC9D4 (or 0xFAC9D4) is known color: Pink Lace. HEX triplet: FA, C9 and D4. RGB value is (250,201,212). Sum of RGB (Red+Green+Blue) = 250+201+212=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9D4 is #05362B. Grayscale: #D8D8D8. Windows color (decimal): -341548 or 13945338. OLE color: 13945338.
HSL color Cylindrical-coordinate representation of color #FAC9D4: hue angle of 346.53º 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 #FAC9D4 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 212 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.02 |
| HSL | 346.53º | 0.83% | 0.88% | - |
| HSV(B) | 346.53º | 0.2% | 0.98% | - |
| XYZ | 72.19 | 66.85 | 71.39 | - |
| YUV | 216.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 212 | 0 | 0.20 | 0.15 | 0.02 | 346.53 | 0.83 | 0.88 |
| Hex | FA | C9 | D4 | 0 | 14 | F | 2 | 15B | 53 | 58 |
| Octal | 372 | 311 | 324 | 0 | 24 | 17 | 2 | 533 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11010100 | 0 | 10100 | 1111 | 10 | 101011011 | 1010011 | 1011000 |
Color Harmonies of #FAC9D4
Complementary color
Monochromatic Colors of #FAC9D4
Black with #FAC9D4
Text Example
Text Example
White with #FAC9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9D4; }
p { color: rgb(250,201,212); }
H1.HeaderClassName
{
color: #FAC9D4;
}
.AnyTagClassName
{
color: #FAC9D4;
}
</style>
background-color css
<style>
a { background-color: #FAC9D4; }
a { background-color: rgb(250,201,212); }
div.DivClassName
{
background-color: #FAC9D4;
}
.BgClassName
{
background-color: #FAC9D4;
}
</style>
border-color css
<style>
span { border-color: #FAC9D4; }
span { border-color: rgb(250,201,212); }
td.TdClassName
{
border-color: #FAC9D4;
}
.TagClassName
{
border-color: #FAC9D4;
}
</style>