Shades of Classic Rose #F7D0ED
Tints of Classic Rose #F7D0ED
RGB
CMYK
RGB Variations
Color information
#F7D0ED (or 0xF7D0ED) is known color: Classic Rose. HEX triplet: F7, D0 and ED. RGB value is (247,208,237). Sum of RGB (Red+Green+Blue) = 247+208+237=692 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.69% from 692); Green value is 208 (81.64% from 255 or 30.06% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D0ED is #082F12. Grayscale: #DEDEDE. Windows color (decimal): -536339 or 15585527. OLE color: 15585527.
HSL color Cylindrical-coordinate representation of color #F7D0ED: hue angle of 315.38º 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 #F7D0ED is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 237 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.03 |
| HSL | 315.38º | 0.71% | 0.89% | - |
| HSV(B) | 315.38º | 0.16% | 0.97% | - |
| XYZ | 76.2 | 71 | 89.81 | - |
| YUV | 222.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 237 | 0 | 0.16 | 0.04 | 0.03 | 315.38 | 0.71 | 0.89 |
| Hex | F7 | D0 | ED | 0 | 10 | 4 | 3 | 13B | 47 | 59 |
| Octal | 367 | 320 | 355 | 0 | 20 | 4 | 3 | 473 | 107 | 131 |
| Binary | 11110111 | 11010000 | 11101101 | 0 | 10000 | 100 | 11 | 100111011 | 1000111 | 1011001 |
Color Harmonies of #F7D0ED
Complementary color
Monochromatic Colors of #F7D0ED
Black with #F7D0ED
Text Example
Text Example
White with #F7D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D0ED; }
p { color: rgb(247,208,237); }
H1.HeaderClassName
{
color: #F7D0ED;
}
.AnyTagClassName
{
color: #F7D0ED;
}
</style>
background-color css
<style>
a { background-color: #F7D0ED; }
a { background-color: rgb(247,208,237); }
div.DivClassName
{
background-color: #F7D0ED;
}
.BgClassName
{
background-color: #F7D0ED;
}
</style>
border-color css
<style>
span { border-color: #F7D0ED; }
span { border-color: rgb(247,208,237); }
td.TdClassName
{
border-color: #F7D0ED;
}
.TagClassName
{
border-color: #F7D0ED;
}
</style>