Shades of Classic Rose #F9C8DD
Tints of Classic Rose #F9C8DD
RGB
CMYK
RGB Variations
Color information
#F9C8DD (or 0xF9C8DD) is known color: Classic Rose. HEX triplet: F9, C8 and DD. RGB value is (249,200,221). Sum of RGB (Red+Green+Blue) = 249+200+221=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 200 (78.52% from 255 or 29.85% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C8DD is #063722. Grayscale: #D9D9D9. Windows color (decimal): -407331 or 14534905. OLE color: 14534905.
HSL color Cylindrical-coordinate representation of color #F9C8DD: hue angle of 334.29º 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 #F9C8DD is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 221 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.02 |
| HSL | 334.29º | 0.8% | 0.88% | - |
| HSV(B) | 334.29º | 0.2% | 0.98% | - |
| XYZ | 72.77 | 66.67 | 77.44 | - |
| YUV | 217.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 221 | 0 | 0.20 | 0.11 | 0.02 | 334.29 | 0.8 | 0.88 |
| Hex | F9 | C8 | DD | 0 | 14 | B | 2 | 14E | 50 | 58 |
| Octal | 371 | 310 | 335 | 0 | 24 | 13 | 2 | 516 | 120 | 130 |
| Binary | 11111001 | 11001000 | 11011101 | 0 | 10100 | 1011 | 10 | 101001110 | 1010000 | 1011000 |
Color Harmonies of #F9C8DD
Complementary color
Monochromatic Colors of #F9C8DD
Black with #F9C8DD
Text Example
Text Example
White with #F9C8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C8DD; }
p { color: rgb(249,200,221); }
H1.HeaderClassName
{
color: #F9C8DD;
}
.AnyTagClassName
{
color: #F9C8DD;
}
</style>
background-color css
<style>
a { background-color: #F9C8DD; }
a { background-color: rgb(249,200,221); }
div.DivClassName
{
background-color: #F9C8DD;
}
.BgClassName
{
background-color: #F9C8DD;
}
</style>
border-color css
<style>
span { border-color: #F9C8DD; }
span { border-color: rgb(249,200,221); }
td.TdClassName
{
border-color: #F9C8DD;
}
.TagClassName
{
border-color: #F9C8DD;
}
</style>