Shades of Classic Rose #FAC5DC
Tints of Classic Rose #FAC5DC
RGB
CMYK
RGB Variations
Color information
#FAC5DC (or 0xFAC5DC) is known color: Classic Rose. HEX triplet: FA, C5 and DC. RGB value is (250,197,220). Sum of RGB (Red+Green+Blue) = 250+197+220=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5DC is #053A23. Grayscale: #D7D7D7. Windows color (decimal): -342564 or 14468602. OLE color: 14468602.
HSL color Cylindrical-coordinate representation of color #FAC5DC: hue angle of 333.96º 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 #FAC5DC is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 220 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.02 |
| HSL | 333.96º | 0.84% | 0.88% | - |
| HSV(B) | 333.96º | 0.21% | 0.98% | - |
| XYZ | 72.31 | 65.42 | 76.53 | - |
| YUV | 215.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 220 | 0 | 0.21 | 0.12 | 0.02 | 333.96 | 0.84 | 0.88 |
| Hex | FA | C5 | DC | 0 | 15 | C | 2 | 14E | 54 | 58 |
| Octal | 372 | 305 | 334 | 0 | 25 | 14 | 2 | 516 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11011100 | 0 | 10101 | 1100 | 10 | 101001110 | 1010100 | 1011000 |
Color Harmonies of #FAC5DC
Complementary color
Monochromatic Colors of #FAC5DC
Black with #FAC5DC
Text Example
Text Example
White with #FAC5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5DC; }
p { color: rgb(250,197,220); }
H1.HeaderClassName
{
color: #FAC5DC;
}
.AnyTagClassName
{
color: #FAC5DC;
}
</style>
background-color css
<style>
a { background-color: #FAC5DC; }
a { background-color: rgb(250,197,220); }
div.DivClassName
{
background-color: #FAC5DC;
}
.BgClassName
{
background-color: #FAC5DC;
}
</style>
border-color css
<style>
span { border-color: #FAC5DC; }
span { border-color: rgb(250,197,220); }
td.TdClassName
{
border-color: #FAC5DC;
}
.TagClassName
{
border-color: #FAC5DC;
}
</style>