Shades of Classic Rose #F5D8ED
Tints of Classic Rose #F5D8ED
RGB
CMYK
RGB Variations
Color information
#F5D8ED (or 0xF5D8ED) is known color: Classic Rose. HEX triplet: F5, D8 and ED. RGB value is (245,216,237). Sum of RGB (Red+Green+Blue) = 245+216+237=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 216 (84.77% from 255 or 30.95% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D8ED is #0A2712. Grayscale: #E3E3E3. Windows color (decimal): -665363 or 15587573. OLE color: 15587573.
HSL color Cylindrical-coordinate representation of color #F5D8ED: hue angle of 316.55º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5D8ED is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 216 | 237 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.04 |
| HSL | 316.55º | 0.59% | 0.9% | - |
| HSV(B) | 316.55º | 0.12% | 0.96% | - |
| XYZ | 77.5 | 74.64 | 90.44 | - |
| YUV | 227.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 237 | 0 | 0.12 | 0.03 | 0.04 | 316.55 | 0.59 | 0.9 |
| Hex | F5 | D8 | ED | 0 | C | 3 | 4 | 13D | 3B | 5A |
| Octal | 365 | 330 | 355 | 0 | 14 | 3 | 4 | 475 | 73 | 132 |
| Binary | 11110101 | 11011000 | 11101101 | 0 | 1100 | 11 | 100 | 100111101 | 111011 | 1011010 |
Color Harmonies of #F5D8ED
Complementary color
Monochromatic Colors of #F5D8ED
Black with #F5D8ED
Text Example
Text Example
White with #F5D8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D8ED; }
p { color: rgb(245,216,237); }
H1.HeaderClassName
{
color: #F5D8ED;
}
.AnyTagClassName
{
color: #F5D8ED;
}
</style>
background-color css
<style>
a { background-color: #F5D8ED; }
a { background-color: rgb(245,216,237); }
div.DivClassName
{
background-color: #F5D8ED;
}
.BgClassName
{
background-color: #F5D8ED;
}
</style>
border-color css
<style>
span { border-color: #F5D8ED; }
span { border-color: rgb(245,216,237); }
td.TdClassName
{
border-color: #F5D8ED;
}
.TagClassName
{
border-color: #F5D8ED;
}
</style>