Shades of Classic Rose #F9C4D9
Tints of Classic Rose #F9C4D9
RGB
CMYK
RGB Variations
Color information
#F9C4D9 (or 0xF9C4D9) is known color: Classic Rose. HEX triplet: F9, C4 and D9. RGB value is (249,196,217). Sum of RGB (Red+Green+Blue) = 249+196+217=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 196 (76.95% from 255 or 29.61% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C4D9 is #063B26. Grayscale: #D6D6D6. Windows color (decimal): -408359 or 14271737. OLE color: 14271737.
HSL color Cylindrical-coordinate representation of color #F9C4D9: hue angle of 336.23º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9C4D9 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 196 | 217 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.02 |
| HSL | 336.23º | 0.82% | 0.87% | - |
| HSV(B) | 336.23º | 0.21% | 0.98% | - |
| XYZ | 71.33 | 64.63 | 74.36 | - |
| YUV | 214.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 196 | 217 | 0 | 0.21 | 0.13 | 0.02 | 336.23 | 0.82 | 0.87 |
| Hex | F9 | C4 | D9 | 0 | 15 | D | 2 | 150 | 52 | 57 |
| Octal | 371 | 304 | 331 | 0 | 25 | 15 | 2 | 520 | 122 | 127 |
| Binary | 11111001 | 11000100 | 11011001 | 0 | 10101 | 1101 | 10 | 101010000 | 1010010 | 1010111 |
Color Harmonies of #F9C4D9
Complementary color
Monochromatic Colors of #F9C4D9
Black with #F9C4D9
Text Example
Text Example
White with #F9C4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C4D9; }
p { color: rgb(249,196,217); }
H1.HeaderClassName
{
color: #F9C4D9;
}
.AnyTagClassName
{
color: #F9C4D9;
}
</style>
background-color css
<style>
a { background-color: #F9C4D9; }
a { background-color: rgb(249,196,217); }
div.DivClassName
{
background-color: #F9C4D9;
}
.BgClassName
{
background-color: #F9C4D9;
}
</style>
border-color css
<style>
span { border-color: #F9C4D9; }
span { border-color: rgb(249,196,217); }
td.TdClassName
{
border-color: #F9C4D9;
}
.TagClassName
{
border-color: #F9C4D9;
}
</style>