Shades of Classic Rose #F5D6EA
Tints of Classic Rose #F5D6EA
RGB
CMYK
RGB Variations
Color information
#F5D6EA (or 0xF5D6EA) is known color: Classic Rose. HEX triplet: F5, D6 and EA. RGB value is (245,214,234). Sum of RGB (Red+Green+Blue) = 245+214+234=693 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.35% from 693); Green value is 214 (83.98% from 255 or 30.88% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D6EA is #0A2915. Grayscale: #E1E1E1. Windows color (decimal): -665878 or 15390453. OLE color: 15390453.
HSL color Cylindrical-coordinate representation of color #F5D6EA: hue angle of 321.29º degrees, saturation: 0.61, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5D6EA is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 234 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.04 |
| HSL | 321.29º | 0.61% | 0.9% | - |
| HSV(B) | 321.29º | 0.13% | 0.96% | - |
| XYZ | 76.55 | 73.45 | 87.98 | - |
| YUV | 225.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 234 | 0 | 0.13 | 0.04 | 0.04 | 321.29 | 0.61 | 0.9 |
| Hex | F5 | D6 | EA | 0 | D | 4 | 4 | 141 | 3D | 5A |
| Octal | 365 | 326 | 352 | 0 | 15 | 4 | 4 | 501 | 75 | 132 |
| Binary | 11110101 | 11010110 | 11101010 | 0 | 1101 | 100 | 100 | 101000001 | 111101 | 1011010 |
Color Harmonies of #F5D6EA
Complementary color
Monochromatic Colors of #F5D6EA
Black with #F5D6EA
Text Example
Text Example
White with #F5D6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D6EA; }
p { color: rgb(245,214,234); }
H1.HeaderClassName
{
color: #F5D6EA;
}
.AnyTagClassName
{
color: #F5D6EA;
}
</style>
background-color css
<style>
a { background-color: #F5D6EA; }
a { background-color: rgb(245,214,234); }
div.DivClassName
{
background-color: #F5D6EA;
}
.BgClassName
{
background-color: #F5D6EA;
}
</style>
border-color css
<style>
span { border-color: #F5D6EA; }
span { border-color: rgb(245,214,234); }
td.TdClassName
{
border-color: #F5D6EA;
}
.TagClassName
{
border-color: #F5D6EA;
}
</style>