Shades of Classic Rose #F8C9DC
Tints of Classic Rose #F8C9DC
RGB
CMYK
RGB Variations
Color information
#F8C9DC (or 0xF8C9DC) is known color: Classic Rose. HEX triplet: F8, C9 and DC. RGB value is (248,201,220). Sum of RGB (Red+Green+Blue) = 248+201+220=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 201 (78.91% from 255 or 30.04% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C9DC is #073623. Grayscale: #D9D9D9. Windows color (decimal): -472612 or 14469624. OLE color: 14469624.
HSL color Cylindrical-coordinate representation of color #F8C9DC: hue angle of 335.74º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8C9DC is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 220 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.03 |
| HSL | 335.74º | 0.77% | 0.88% | - |
| HSV(B) | 335.74º | 0.19% | 0.97% | - |
| XYZ | 72.52 | 66.9 | 76.8 | - |
| YUV | 217.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 220 | 0 | 0.19 | 0.11 | 0.03 | 335.74 | 0.77 | 0.88 |
| Hex | F8 | C9 | DC | 0 | 13 | B | 3 | 150 | 4D | 58 |
| Octal | 370 | 311 | 334 | 0 | 23 | 13 | 3 | 520 | 115 | 130 |
| Binary | 11111000 | 11001001 | 11011100 | 0 | 10011 | 1011 | 11 | 101010000 | 1001101 | 1011000 |
Color Harmonies of #F8C9DC
Complementary color
Monochromatic Colors of #F8C9DC
Black with #F8C9DC
Text Example
Text Example
White with #F8C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C9DC; }
p { color: rgb(248,201,220); }
H1.HeaderClassName
{
color: #F8C9DC;
}
.AnyTagClassName
{
color: #F8C9DC;
}
</style>
background-color css
<style>
a { background-color: #F8C9DC; }
a { background-color: rgb(248,201,220); }
div.DivClassName
{
background-color: #F8C9DC;
}
.BgClassName
{
background-color: #F8C9DC;
}
</style>
border-color css
<style>
span { border-color: #F8C9DC; }
span { border-color: rgb(248,201,220); }
td.TdClassName
{
border-color: #F8C9DC;
}
.TagClassName
{
border-color: #F8C9DC;
}
</style>