Shades of Classic Rose #F8D4ED
Tints of Classic Rose #F8D4ED
RGB
CMYK
RGB Variations
Color information
#F8D4ED (or 0xF8D4ED) is known color: Classic Rose. HEX triplet: F8, D4 and ED. RGB value is (248,212,237). Sum of RGB (Red+Green+Blue) = 248+212+237=697 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.58% from 697); Green value is 212 (83.20% from 255 or 30.42% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D4ED is #072B12. Grayscale: #E1E1E1. Windows color (decimal): -469779 or 15586552. OLE color: 15586552.
HSL color Cylindrical-coordinate representation of color #F8D4ED: hue angle of 318.33º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8D4ED is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 237 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.03 |
| HSL | 318.33º | 0.72% | 0.9% | - |
| HSV(B) | 318.33º | 0.15% | 0.97% | - |
| XYZ | 77.54 | 73.16 | 90.15 | - |
| YUV | 225.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 237 | 0 | 0.15 | 0.04 | 0.03 | 318.33 | 0.72 | 0.9 |
| Hex | F8 | D4 | ED | 0 | F | 4 | 3 | 13E | 48 | 5A |
| Octal | 370 | 324 | 355 | 0 | 17 | 4 | 3 | 476 | 110 | 132 |
| Binary | 11111000 | 11010100 | 11101101 | 0 | 1111 | 100 | 11 | 100111110 | 1001000 | 1011010 |
Color Harmonies of #F8D4ED
Complementary color
Monochromatic Colors of #F8D4ED
Black with #F8D4ED
Text Example
Text Example
White with #F8D4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D4ED; }
p { color: rgb(248,212,237); }
H1.HeaderClassName
{
color: #F8D4ED;
}
.AnyTagClassName
{
color: #F8D4ED;
}
</style>
background-color css
<style>
a { background-color: #F8D4ED; }
a { background-color: rgb(248,212,237); }
div.DivClassName
{
background-color: #F8D4ED;
}
.BgClassName
{
background-color: #F8D4ED;
}
</style>
border-color css
<style>
span { border-color: #F8D4ED; }
span { border-color: rgb(248,212,237); }
td.TdClassName
{
border-color: #F8D4ED;
}
.TagClassName
{
border-color: #F8D4ED;
}
</style>