Shades of Classic Rose #F7D2E9
Tints of Classic Rose #F7D2E9
RGB
CMYK
RGB Variations
Color information
#F7D2E9 (or 0xF7D2E9) is known color: Classic Rose. HEX triplet: F7, D2 and E9. RGB value is (247,210,233). Sum of RGB (Red+Green+Blue) = 247+210+233=690 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.80% from 690); Green value is 210 (82.42% from 255 or 30.43% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D2E9 is #082D16. Grayscale: #DFDFDF. Windows color (decimal): -535831 or 15323895. OLE color: 15323895.
HSL color Cylindrical-coordinate representation of color #F7D2E9: hue angle of 322.7º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F7D2E9 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 210 | 233 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.03 |
| HSL | 322.7º | 0.7% | 0.9% | - |
| HSV(B) | 322.7º | 0.15% | 0.97% | - |
| XYZ | 76.11 | 71.75 | 86.93 | - |
| YUV | 223.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 210 | 233 | 0 | 0.15 | 0.06 | 0.03 | 322.7 | 0.7 | 0.9 |
| Hex | F7 | D2 | E9 | 0 | F | 6 | 3 | 143 | 46 | 5A |
| Octal | 367 | 322 | 351 | 0 | 17 | 6 | 3 | 503 | 106 | 132 |
| Binary | 11110111 | 11010010 | 11101001 | 0 | 1111 | 110 | 11 | 101000011 | 1000110 | 1011010 |
Color Harmonies of #F7D2E9
Complementary color
Monochromatic Colors of #F7D2E9
Black with #F7D2E9
Text Example
Text Example
White with #F7D2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D2E9; }
p { color: rgb(247,210,233); }
H1.HeaderClassName
{
color: #F7D2E9;
}
.AnyTagClassName
{
color: #F7D2E9;
}
</style>
background-color css
<style>
a { background-color: #F7D2E9; }
a { background-color: rgb(247,210,233); }
div.DivClassName
{
background-color: #F7D2E9;
}
.BgClassName
{
background-color: #F7D2E9;
}
</style>
border-color css
<style>
span { border-color: #F7D2E9; }
span { border-color: rgb(247,210,233); }
td.TdClassName
{
border-color: #F7D2E9;
}
.TagClassName
{
border-color: #F7D2E9;
}
</style>