Shades of Classic Rose #F9C8D9
Tints of Classic Rose #F9C8D9
RGB
CMYK
RGB Variations
Color information
#F9C8D9 (or 0xF9C8D9) is known color: Classic Rose. HEX triplet: F9, C8 and D9. RGB value is (249,200,217). Sum of RGB (Red+Green+Blue) = 249+200+217=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 200 (78.52% from 255 or 30.03% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C8D9 is #063726. Grayscale: #D8D8D8. Windows color (decimal): -407335 or 14272761. OLE color: 14272761.
HSL color Cylindrical-coordinate representation of color #F9C8D9: hue angle of 339.18º degrees, saturation: 0.8, 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 #F9C8D9 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 217 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.02 |
| HSL | 339.18º | 0.8% | 0.88% | - |
| HSV(B) | 339.18º | 0.2% | 0.98% | - |
| XYZ | 72.25 | 66.46 | 74.67 | - |
| YUV | 216.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 217 | 0 | 0.20 | 0.13 | 0.02 | 339.18 | 0.8 | 0.88 |
| Hex | F9 | C8 | D9 | 0 | 14 | D | 2 | 153 | 50 | 58 |
| Octal | 371 | 310 | 331 | 0 | 24 | 15 | 2 | 523 | 120 | 130 |
| Binary | 11111001 | 11001000 | 11011001 | 0 | 10100 | 1101 | 10 | 101010011 | 1010000 | 1011000 |
Color Harmonies of #F9C8D9
Complementary color
Monochromatic Colors of #F9C8D9
Black with #F9C8D9
Text Example
Text Example
White with #F9C8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C8D9; }
p { color: rgb(249,200,217); }
H1.HeaderClassName
{
color: #F9C8D9;
}
.AnyTagClassName
{
color: #F9C8D9;
}
</style>
background-color css
<style>
a { background-color: #F9C8D9; }
a { background-color: rgb(249,200,217); }
div.DivClassName
{
background-color: #F9C8D9;
}
.BgClassName
{
background-color: #F9C8D9;
}
</style>
border-color css
<style>
span { border-color: #F9C8D9; }
span { border-color: rgb(249,200,217); }
td.TdClassName
{
border-color: #F9C8D9;
}
.TagClassName
{
border-color: #F9C8D9;
}
</style>