Shades of Classic Rose #F9D2EC
Tints of Classic Rose #F9D2EC
RGB
CMYK
RGB Variations
Color information
#F9D2EC (or 0xF9D2EC) is known color: Classic Rose. HEX triplet: F9, D2 and EC. RGB value is (249,210,236). Sum of RGB (Red+Green+Blue) = 249+210+236=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 210 (82.42% from 255 or 30.22% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D2EC is #062D13. Grayscale: #E0E0E0. Windows color (decimal): -404756 or 15520505. OLE color: 15520505.
HSL color Cylindrical-coordinate representation of color #F9D2EC: hue angle of 320º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9D2EC is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 210 | 236 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.02 |
| HSL | 320º | 0.76% | 0.9% | - |
| HSV(B) | 320º | 0.16% | 0.98% | - |
| XYZ | 77.25 | 72.29 | 89.24 | - |
| YUV | 224.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 210 | 236 | 0 | 0.16 | 0.05 | 0.02 | 320 | 0.76 | 0.9 |
| Hex | F9 | D2 | EC | 0 | 10 | 5 | 2 | 140 | 4C | 5A |
| Octal | 371 | 322 | 354 | 0 | 20 | 5 | 2 | 500 | 114 | 132 |
| Binary | 11111001 | 11010010 | 11101100 | 0 | 10000 | 101 | 10 | 101000000 | 1001100 | 1011010 |
Color Harmonies of #F9D2EC
Complementary color
Monochromatic Colors of #F9D2EC
Black with #F9D2EC
Text Example
Text Example
White with #F9D2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D2EC; }
p { color: rgb(249,210,236); }
H1.HeaderClassName
{
color: #F9D2EC;
}
.AnyTagClassName
{
color: #F9D2EC;
}
</style>
background-color css
<style>
a { background-color: #F9D2EC; }
a { background-color: rgb(249,210,236); }
div.DivClassName
{
background-color: #F9D2EC;
}
.BgClassName
{
background-color: #F9D2EC;
}
</style>
border-color css
<style>
span { border-color: #F9D2EC; }
span { border-color: rgb(249,210,236); }
td.TdClassName
{
border-color: #F9D2EC;
}
.TagClassName
{
border-color: #F9D2EC;
}
</style>