Shades of Classic Rose #F8D5EE
Tints of Classic Rose #F8D5EE
RGB
CMYK
RGB Variations
Color information
#F8D5EE (or 0xF8D5EE) is known color: Classic Rose. HEX triplet: F8, D5 and EE. RGB value is (248,213,238). Sum of RGB (Red+Green+Blue) = 248+213+238=699 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.48% from 699); Green value is 213 (83.59% from 255 or 30.47% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D5EE is #072A11. Grayscale: #E2E2E2. Windows color (decimal): -469522 or 15652344. OLE color: 15652344.
HSL color Cylindrical-coordinate representation of color #F8D5EE: hue angle of 317.14º degrees, saturation: 0.71, 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 #F8D5EE is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 213 | 238 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.03 |
| HSL | 317.14º | 0.71% | 0.9% | - |
| HSV(B) | 317.14º | 0.14% | 0.97% | - |
| XYZ | 77.94 | 73.72 | 91.01 | - |
| YUV | 226.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 238 | 0 | 0.14 | 0.04 | 0.03 | 317.14 | 0.71 | 0.9 |
| Hex | F8 | D5 | EE | 0 | E | 4 | 3 | 13D | 47 | 5A |
| Octal | 370 | 325 | 356 | 0 | 16 | 4 | 3 | 475 | 107 | 132 |
| Binary | 11111000 | 11010101 | 11101110 | 0 | 1110 | 100 | 11 | 100111101 | 1000111 | 1011010 |
Color Harmonies of #F8D5EE
Complementary color
Monochromatic Colors of #F8D5EE
Black with #F8D5EE
Text Example
Text Example
White with #F8D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D5EE; }
p { color: rgb(248,213,238); }
H1.HeaderClassName
{
color: #F8D5EE;
}
.AnyTagClassName
{
color: #F8D5EE;
}
</style>
background-color css
<style>
a { background-color: #F8D5EE; }
a { background-color: rgb(248,213,238); }
div.DivClassName
{
background-color: #F8D5EE;
}
.BgClassName
{
background-color: #F8D5EE;
}
</style>
border-color css
<style>
span { border-color: #F8D5EE; }
span { border-color: rgb(248,213,238); }
td.TdClassName
{
border-color: #F8D5EE;
}
.TagClassName
{
border-color: #F8D5EE;
}
</style>