Shades of Classic Rose #FAC9DC
Tints of Classic Rose #FAC9DC
RGB
CMYK
RGB Variations
Color information
#FAC9DC (or 0xFAC9DC) is known color: Classic Rose. HEX triplet: FA, C9 and DC. RGB value is (250,201,220). Sum of RGB (Red+Green+Blue) = 250+201+220=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 201 (78.91% from 255 or 29.96% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9DC is #053623. Grayscale: #D9D9D9. Windows color (decimal): -341540 or 14469626. OLE color: 14469626.
HSL color Cylindrical-coordinate representation of color #FAC9DC: hue angle of 336.73º 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 #FAC9DC is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 220 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.02 |
| HSL | 336.73º | 0.83% | 0.88% | - |
| HSV(B) | 336.73º | 0.2% | 0.98% | - |
| XYZ | 73.23 | 67.26 | 76.83 | - |
| YUV | 217.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 220 | 0 | 0.20 | 0.12 | 0.02 | 336.73 | 0.83 | 0.88 |
| Hex | FA | C9 | DC | 0 | 14 | C | 2 | 151 | 53 | 58 |
| Octal | 372 | 311 | 334 | 0 | 24 | 14 | 2 | 521 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11011100 | 0 | 10100 | 1100 | 10 | 101010001 | 1010011 | 1011000 |
Color Harmonies of #FAC9DC
Complementary color
Monochromatic Colors of #FAC9DC
Black with #FAC9DC
Text Example
Text Example
White with #FAC9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9DC; }
p { color: rgb(250,201,220); }
H1.HeaderClassName
{
color: #FAC9DC;
}
.AnyTagClassName
{
color: #FAC9DC;
}
</style>
background-color css
<style>
a { background-color: #FAC9DC; }
a { background-color: rgb(250,201,220); }
div.DivClassName
{
background-color: #FAC9DC;
}
.BgClassName
{
background-color: #FAC9DC;
}
</style>
border-color css
<style>
span { border-color: #FAC9DC; }
span { border-color: rgb(250,201,220); }
td.TdClassName
{
border-color: #FAC9DC;
}
.TagClassName
{
border-color: #FAC9DC;
}
</style>