Shades of Pink Lace #FAC5D4
Tints of Pink Lace #FAC5D4
RGB
CMYK
RGB Variations
Color information
#FAC5D4 (or 0xFAC5D4) is known color: Pink Lace. HEX triplet: FA, C5 and D4. RGB value is (250,197,212). Sum of RGB (Red+Green+Blue) = 250+197+212=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 197 (77.34% from 255 or 29.89% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5D4 is #053A2B. Grayscale: #D6D6D6. Windows color (decimal): -342572 or 13944314. OLE color: 13944314.
HSL color Cylindrical-coordinate representation of color #FAC5D4: hue angle of 343.02º 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 #FAC5D4 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 212 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.02 |
| HSL | 343.02º | 0.84% | 0.88% | - |
| HSV(B) | 343.02º | 0.21% | 0.98% | - |
| XYZ | 71.27 | 65.01 | 71.08 | - |
| YUV | 214.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 212 | 0 | 0.21 | 0.15 | 0.02 | 343.02 | 0.84 | 0.88 |
| Hex | FA | C5 | D4 | 0 | 15 | F | 2 | 157 | 54 | 58 |
| Octal | 372 | 305 | 324 | 0 | 25 | 17 | 2 | 527 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11010100 | 0 | 10101 | 1111 | 10 | 101010111 | 1010100 | 1011000 |
Color Harmonies of #FAC5D4
Complementary color
Monochromatic Colors of #FAC5D4
Black with #FAC5D4
Text Example
Text Example
White with #FAC5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5D4; }
p { color: rgb(250,197,212); }
H1.HeaderClassName
{
color: #FAC5D4;
}
.AnyTagClassName
{
color: #FAC5D4;
}
</style>
background-color css
<style>
a { background-color: #FAC5D4; }
a { background-color: rgb(250,197,212); }
div.DivClassName
{
background-color: #FAC5D4;
}
.BgClassName
{
background-color: #FAC5D4;
}
</style>
border-color css
<style>
span { border-color: #FAC5D4; }
span { border-color: rgb(250,197,212); }
td.TdClassName
{
border-color: #FAC5D4;
}
.TagClassName
{
border-color: #FAC5D4;
}
</style>