Shades of Classic Rose #F8D0EC
Tints of Classic Rose #F8D0EC
RGB
CMYK
RGB Variations
Color information
#F8D0EC (or 0xF8D0EC) is known color: Classic Rose. HEX triplet: F8, D0 and EC. RGB value is (248,208,236). Sum of RGB (Red+Green+Blue) = 248+208+236=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 208 (81.64% from 255 or 30.06% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D0EC is #072F13. Grayscale: #DFDFDF. Windows color (decimal): -470804 or 15519992. OLE color: 15519992.
HSL color Cylindrical-coordinate representation of color #F8D0EC: hue angle of 318º degrees, saturation: 0.74, 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 #F8D0EC is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 236 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.03 |
| HSL | 318º | 0.74% | 0.89% | - |
| HSV(B) | 318º | 0.16% | 0.97% | - |
| XYZ | 76.41 | 71.12 | 89.06 | - |
| YUV | 223.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 236 | 0 | 0.16 | 0.05 | 0.03 | 318 | 0.74 | 0.89 |
| Hex | F8 | D0 | EC | 0 | 10 | 5 | 3 | 13E | 4A | 59 |
| Octal | 370 | 320 | 354 | 0 | 20 | 5 | 3 | 476 | 112 | 131 |
| Binary | 11111000 | 11010000 | 11101100 | 0 | 10000 | 101 | 11 | 100111110 | 1001010 | 1011001 |
Color Harmonies of #F8D0EC
Complementary color
Monochromatic Colors of #F8D0EC
Black with #F8D0EC
Text Example
Text Example
White with #F8D0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D0EC; }
p { color: rgb(248,208,236); }
H1.HeaderClassName
{
color: #F8D0EC;
}
.AnyTagClassName
{
color: #F8D0EC;
}
</style>
background-color css
<style>
a { background-color: #F8D0EC; }
a { background-color: rgb(248,208,236); }
div.DivClassName
{
background-color: #F8D0EC;
}
.BgClassName
{
background-color: #F8D0EC;
}
</style>
border-color css
<style>
span { border-color: #F8D0EC; }
span { border-color: rgb(248,208,236); }
td.TdClassName
{
border-color: #F8D0EC;
}
.TagClassName
{
border-color: #F8D0EC;
}
</style>