Shades of Classic Rose #F9D0E7
Tints of Classic Rose #F9D0E7
RGB
CMYK
RGB Variations
Color information
#F9D0E7 (or 0xF9D0E7) is known color: Classic Rose. HEX triplet: F9, D0 and E7. RGB value is (249,208,231). Sum of RGB (Red+Green+Blue) = 249+208+231=688 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.19% from 688); Green value is 208 (81.64% from 255 or 30.23% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D0E7 is #062F18. Grayscale: #DEDEDE. Windows color (decimal): -405273 or 15192313. OLE color: 15192313.
HSL color Cylindrical-coordinate representation of color #F9D0E7: hue angle of 326.34º degrees, saturation: 0.77, 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 #F9D0E7 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 208 | 231 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.02 |
| HSL | 326.34º | 0.77% | 0.9% | - |
| HSV(B) | 326.34º | 0.16% | 0.98% | - |
| XYZ | 76.05 | 71.02 | 85.3 | - |
| YUV | 222.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 208 | 231 | 0 | 0.16 | 0.07 | 0.02 | 326.34 | 0.77 | 0.9 |
| Hex | F9 | D0 | E7 | 0 | 10 | 7 | 2 | 146 | 4D | 5A |
| Octal | 371 | 320 | 347 | 0 | 20 | 7 | 2 | 506 | 115 | 132 |
| Binary | 11111001 | 11010000 | 11100111 | 0 | 10000 | 111 | 10 | 101000110 | 1001101 | 1011010 |
Color Harmonies of #F9D0E7
Complementary color
Monochromatic Colors of #F9D0E7
Black with #F9D0E7
Text Example
Text Example
White with #F9D0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D0E7; }
p { color: rgb(249,208,231); }
H1.HeaderClassName
{
color: #F9D0E7;
}
.AnyTagClassName
{
color: #F9D0E7;
}
</style>
background-color css
<style>
a { background-color: #F9D0E7; }
a { background-color: rgb(249,208,231); }
div.DivClassName
{
background-color: #F9D0E7;
}
.BgClassName
{
background-color: #F9D0E7;
}
</style>
border-color css
<style>
span { border-color: #F9D0E7; }
span { border-color: rgb(249,208,231); }
td.TdClassName
{
border-color: #F9D0E7;
}
.TagClassName
{
border-color: #F9D0E7;
}
</style>