Shades of Classic Rose #F7D5EE
Tints of Classic Rose #F7D5EE
RGB
CMYK
RGB Variations
Color information
#F7D5EE (or 0xF7D5EE) is known color: Classic Rose. HEX triplet: F7, D5 and EE. RGB value is (247,213,238). Sum of RGB (Red+Green+Blue) = 247+213+238=698 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.39% from 698); Green value is 213 (83.59% from 255 or 30.52% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D5EE is #082A11. Grayscale: #E1E1E1. Windows color (decimal): -535058 or 15652343. OLE color: 15652343.
HSL color Cylindrical-coordinate representation of color #F7D5EE: hue angle of 315.88º degrees, saturation: 0.68, 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 #F7D5EE is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 213 | 238 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.03 |
| HSL | 315.88º | 0.68% | 0.9% | - |
| HSV(B) | 315.88º | 0.14% | 0.97% | - |
| XYZ | 77.58 | 73.54 | 90.99 | - |
| YUV | 226.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 213 | 238 | 0 | 0.14 | 0.04 | 0.03 | 315.88 | 0.68 | 0.9 |
| Hex | F7 | D5 | EE | 0 | E | 4 | 3 | 13C | 44 | 5A |
| Octal | 367 | 325 | 356 | 0 | 16 | 4 | 3 | 474 | 104 | 132 |
| Binary | 11110111 | 11010101 | 11101110 | 0 | 1110 | 100 | 11 | 100111100 | 1000100 | 1011010 |
Color Harmonies of #F7D5EE
Complementary color
Monochromatic Colors of #F7D5EE
Black with #F7D5EE
Text Example
Text Example
White with #F7D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D5EE; }
p { color: rgb(247,213,238); }
H1.HeaderClassName
{
color: #F7D5EE;
}
.AnyTagClassName
{
color: #F7D5EE;
}
</style>
background-color css
<style>
a { background-color: #F7D5EE; }
a { background-color: rgb(247,213,238); }
div.DivClassName
{
background-color: #F7D5EE;
}
.BgClassName
{
background-color: #F7D5EE;
}
</style>
border-color css
<style>
span { border-color: #F7D5EE; }
span { border-color: rgb(247,213,238); }
td.TdClassName
{
border-color: #F7D5EE;
}
.TagClassName
{
border-color: #F7D5EE;
}
</style>