Shades of Classic Rose #F9C0DE
Tints of Classic Rose #F9C0DE
RGB
CMYK
RGB Variations
Color information
#F9C0DE (or 0xF9C0DE) is known color: Classic Rose. HEX triplet: F9, C0 and DE. RGB value is (249,192,222). Sum of RGB (Red+Green+Blue) = 249+192+222=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C0DE is #063F21. Grayscale: #D4D4D4. Windows color (decimal): -409378 or 14598393. OLE color: 14598393.
HSL color Cylindrical-coordinate representation of color #F9C0DE: hue angle of 328.42º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C0DE is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 222 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.02 |
| HSL | 328.42º | 0.83% | 0.86% | - |
| HSV(B) | 328.42º | 0.23% | 0.98% | - |
| XYZ | 71.1 | 63.11 | 77.54 | - |
| YUV | 212.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 222 | 0 | 0.23 | 0.11 | 0.02 | 328.42 | 0.83 | 0.86 |
| Hex | F9 | C0 | DE | 0 | 17 | B | 2 | 148 | 53 | 56 |
| Octal | 371 | 300 | 336 | 0 | 27 | 13 | 2 | 510 | 123 | 126 |
| Binary | 11111001 | 11000000 | 11011110 | 0 | 10111 | 1011 | 10 | 101001000 | 1010011 | 1010110 |
Color Harmonies of #F9C0DE
Complementary color
Monochromatic Colors of #F9C0DE
Black with #F9C0DE
Text Example
Text Example
White with #F9C0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C0DE; }
p { color: rgb(249,192,222); }
H1.HeaderClassName
{
color: #F9C0DE;
}
.AnyTagClassName
{
color: #F9C0DE;
}
</style>
background-color css
<style>
a { background-color: #F9C0DE; }
a { background-color: rgb(249,192,222); }
div.DivClassName
{
background-color: #F9C0DE;
}
.BgClassName
{
background-color: #F9C0DE;
}
</style>
border-color css
<style>
span { border-color: #F9C0DE; }
span { border-color: rgb(249,192,222); }
td.TdClassName
{
border-color: #F9C0DE;
}
.TagClassName
{
border-color: #F9C0DE;
}
</style>