Shades of Classic Rose #F8D1EB
Tints of Classic Rose #F8D1EB
RGB
CMYK
RGB Variations
Color information
#F8D1EB (or 0xF8D1EB) is known color: Classic Rose. HEX triplet: F8, D1 and EB. RGB value is (248,209,235). Sum of RGB (Red+Green+Blue) = 248+209+235=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 209 (82.03% from 255 or 30.20% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D1EB is #072E14. Grayscale: #DFDFDF. Windows color (decimal): -470549 or 15454712. OLE color: 15454712.
HSL color Cylindrical-coordinate representation of color #F8D1EB: hue angle of 320º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8D1EB is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 235 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.03 |
| HSL | 320º | 0.74% | 0.9% | - |
| HSV(B) | 320º | 0.16% | 0.97% | - |
| XYZ | 76.51 | 71.56 | 88.38 | - |
| YUV | 223.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 235 | 0 | 0.16 | 0.05 | 0.03 | 320 | 0.74 | 0.9 |
| Hex | F8 | D1 | EB | 0 | 10 | 5 | 3 | 140 | 4A | 5A |
| Octal | 370 | 321 | 353 | 0 | 20 | 5 | 3 | 500 | 112 | 132 |
| Binary | 11111000 | 11010001 | 11101011 | 0 | 10000 | 101 | 11 | 101000000 | 1001010 | 1011010 |
Color Harmonies of #F8D1EB
Complementary color
Monochromatic Colors of #F8D1EB
Black with #F8D1EB
Text Example
Text Example
White with #F8D1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D1EB; }
p { color: rgb(248,209,235); }
H1.HeaderClassName
{
color: #F8D1EB;
}
.AnyTagClassName
{
color: #F8D1EB;
}
</style>
background-color css
<style>
a { background-color: #F8D1EB; }
a { background-color: rgb(248,209,235); }
div.DivClassName
{
background-color: #F8D1EB;
}
.BgClassName
{
background-color: #F8D1EB;
}
</style>
border-color css
<style>
span { border-color: #F8D1EB; }
span { border-color: rgb(248,209,235); }
td.TdClassName
{
border-color: #F8D1EB;
}
.TagClassName
{
border-color: #F8D1EB;
}
</style>