Shades of Classic Rose #F9C7D9
Tints of Classic Rose #F9C7D9
RGB
CMYK
RGB Variations
Color information
#F9C7D9 (or 0xF9C7D9) is known color: Classic Rose. HEX triplet: F9, C7 and D9. RGB value is (249,199,217). Sum of RGB (Red+Green+Blue) = 249+199+217=665 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.44% from 665); Green value is 199 (78.12% from 255 or 29.92% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C7D9 is #063826. Grayscale: #D7D7D7. Windows color (decimal): -407591 or 14272505. OLE color: 14272505.
HSL color Cylindrical-coordinate representation of color #F9C7D9: hue angle of 338.4º degrees, saturation: 0.81, 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 #F9C7D9 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 217 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.02 |
| HSL | 338.4º | 0.81% | 0.88% | - |
| HSV(B) | 338.4º | 0.2% | 0.98% | - |
| XYZ | 72.01 | 66 | 74.59 | - |
| YUV | 216 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 217 | 0 | 0.20 | 0.13 | 0.02 | 338.4 | 0.81 | 0.88 |
| Hex | F9 | C7 | D9 | 0 | 14 | D | 2 | 152 | 51 | 58 |
| Octal | 371 | 307 | 331 | 0 | 24 | 15 | 2 | 522 | 121 | 130 |
| Binary | 11111001 | 11000111 | 11011001 | 0 | 10100 | 1101 | 10 | 101010010 | 1010001 | 1011000 |
Color Harmonies of #F9C7D9
Complementary color
Monochromatic Colors of #F9C7D9
Black with #F9C7D9
Text Example
Text Example
White with #F9C7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C7D9; }
p { color: rgb(249,199,217); }
H1.HeaderClassName
{
color: #F9C7D9;
}
.AnyTagClassName
{
color: #F9C7D9;
}
</style>
background-color css
<style>
a { background-color: #F9C7D9; }
a { background-color: rgb(249,199,217); }
div.DivClassName
{
background-color: #F9C7D9;
}
.BgClassName
{
background-color: #F9C7D9;
}
</style>
border-color css
<style>
span { border-color: #F9C7D9; }
span { border-color: rgb(249,199,217); }
td.TdClassName
{
border-color: #F9C7D9;
}
.TagClassName
{
border-color: #F9C7D9;
}
</style>