Shades of Classic Rose #F7D4EC
Tints of Classic Rose #F7D4EC
RGB
CMYK
RGB Variations
Color information
#F7D4EC (or 0xF7D4EC) is known color: Classic Rose. HEX triplet: F7, D4 and EC. RGB value is (247,212,236). Sum of RGB (Red+Green+Blue) = 247+212+236=695 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.54% from 695); Green value is 212 (83.20% from 255 or 30.50% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D4EC is #082B13. Grayscale: #E1E1E1. Windows color (decimal): -535316 or 15521015. OLE color: 15521015.
HSL color Cylindrical-coordinate representation of color #F7D4EC: hue angle of 318.86º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F7D4EC is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 236 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.03 |
| HSL | 318.86º | 0.69% | 0.9% | - |
| HSV(B) | 318.86º | 0.14% | 0.97% | - |
| XYZ | 77.04 | 72.92 | 89.37 | - |
| YUV | 225.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 236 | 0 | 0.14 | 0.04 | 0.03 | 318.86 | 0.69 | 0.9 |
| Hex | F7 | D4 | EC | 0 | E | 4 | 3 | 13F | 45 | 5A |
| Octal | 367 | 324 | 354 | 0 | 16 | 4 | 3 | 477 | 105 | 132 |
| Binary | 11110111 | 11010100 | 11101100 | 0 | 1110 | 100 | 11 | 100111111 | 1000101 | 1011010 |
Color Harmonies of #F7D4EC
Complementary color
Monochromatic Colors of #F7D4EC
Black with #F7D4EC
Text Example
Text Example
White with #F7D4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D4EC; }
p { color: rgb(247,212,236); }
H1.HeaderClassName
{
color: #F7D4EC;
}
.AnyTagClassName
{
color: #F7D4EC;
}
</style>
background-color css
<style>
a { background-color: #F7D4EC; }
a { background-color: rgb(247,212,236); }
div.DivClassName
{
background-color: #F7D4EC;
}
.BgClassName
{
background-color: #F7D4EC;
}
</style>
border-color css
<style>
span { border-color: #F7D4EC; }
span { border-color: rgb(247,212,236); }
td.TdClassName
{
border-color: #F7D4EC;
}
.TagClassName
{
border-color: #F7D4EC;
}
</style>