Shades of Classic Rose #FAC5D9
Tints of Classic Rose #FAC5D9
RGB
CMYK
RGB Variations
Color information
#FAC5D9 (or 0xFAC5D9) is known color: Classic Rose. HEX triplet: FA, C5 and D9. RGB value is (250,197,217). Sum of RGB (Red+Green+Blue) = 250+197+217=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 197 (77.34% from 255 or 29.67% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5D9 is #053A26. Grayscale: #D7D7D7. Windows color (decimal): -342567 or 14271994. OLE color: 14271994.
HSL color Cylindrical-coordinate representation of color #FAC5D9: hue angle of 337.36º 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 #FAC5D9 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 217 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.02 |
| HSL | 337.36º | 0.84% | 0.88% | - |
| HSV(B) | 337.36º | 0.21% | 0.98% | - |
| XYZ | 71.91 | 65.27 | 74.45 | - |
| YUV | 215.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 217 | 0 | 0.21 | 0.13 | 0.02 | 337.36 | 0.84 | 0.88 |
| Hex | FA | C5 | D9 | 0 | 15 | D | 2 | 151 | 54 | 58 |
| Octal | 372 | 305 | 331 | 0 | 25 | 15 | 2 | 521 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11011001 | 0 | 10101 | 1101 | 10 | 101010001 | 1010100 | 1011000 |
Color Harmonies of #FAC5D9
Complementary color
Monochromatic Colors of #FAC5D9
Black with #FAC5D9
Text Example
Text Example
White with #FAC5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5D9; }
p { color: rgb(250,197,217); }
H1.HeaderClassName
{
color: #FAC5D9;
}
.AnyTagClassName
{
color: #FAC5D9;
}
</style>
background-color css
<style>
a { background-color: #FAC5D9; }
a { background-color: rgb(250,197,217); }
div.DivClassName
{
background-color: #FAC5D9;
}
.BgClassName
{
background-color: #FAC5D9;
}
</style>
border-color css
<style>
span { border-color: #FAC5D9; }
span { border-color: rgb(250,197,217); }
td.TdClassName
{
border-color: #FAC5D9;
}
.TagClassName
{
border-color: #FAC5D9;
}
</style>