Shades of Classic Rose #F7D0DE
Tints of Classic Rose #F7D0DE
RGB
CMYK
RGB Variations
Color information
#F7D0DE (or 0xF7D0DE) is known color: Classic Rose. HEX triplet: F7, D0 and DE. RGB value is (247,208,222). Sum of RGB (Red+Green+Blue) = 247+208+222=677 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.48% from 677); Green value is 208 (81.64% from 255 or 30.72% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D0DE is #082F21. Grayscale: #DDDDDD. Windows color (decimal): -536354 or 14602487. OLE color: 14602487.
HSL color Cylindrical-coordinate representation of color #F7D0DE: hue angle of 338.46º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F7D0DE is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 222 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.03 |
| HSL | 338.46º | 0.71% | 0.89% | - |
| HSV(B) | 338.46º | 0.16% | 0.97% | - |
| XYZ | 74.1 | 70.16 | 78.74 | - |
| YUV | 221.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 222 | 0 | 0.16 | 0.10 | 0.03 | 338.46 | 0.71 | 0.89 |
| Hex | F7 | D0 | DE | 0 | 10 | A | 3 | 152 | 47 | 59 |
| Octal | 367 | 320 | 336 | 0 | 20 | 12 | 3 | 522 | 107 | 131 |
| Binary | 11110111 | 11010000 | 11011110 | 0 | 10000 | 1010 | 11 | 101010010 | 1000111 | 1011001 |
Color Harmonies of #F7D0DE
Complementary color
Monochromatic Colors of #F7D0DE
Black with #F7D0DE
Text Example
Text Example
White with #F7D0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D0DE; }
p { color: rgb(247,208,222); }
H1.HeaderClassName
{
color: #F7D0DE;
}
.AnyTagClassName
{
color: #F7D0DE;
}
</style>
background-color css
<style>
a { background-color: #F7D0DE; }
a { background-color: rgb(247,208,222); }
div.DivClassName
{
background-color: #F7D0DE;
}
.BgClassName
{
background-color: #F7D0DE;
}
</style>
border-color css
<style>
span { border-color: #F7D0DE; }
span { border-color: rgb(247,208,222); }
td.TdClassName
{
border-color: #F7D0DE;
}
.TagClassName
{
border-color: #F7D0DE;
}
</style>