Shades of Classic Rose #F5D4EA
Tints of Classic Rose #F5D4EA
RGB
CMYK
RGB Variations
Color information
#F5D4EA (or 0xF5D4EA) is known color: Classic Rose. HEX triplet: F5, D4 and EA. RGB value is (245,212,234). Sum of RGB (Red+Green+Blue) = 245+212+234=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 212 (83.20% from 255 or 30.68% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D4EA is #0A2B15. Grayscale: #E0E0E0. Windows color (decimal): -666390 or 15389941. OLE color: 15389941.
HSL color Cylindrical-coordinate representation of color #F5D4EA: hue angle of 320º degrees, saturation: 0.62, 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 #F5D4EA is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 234 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.04 |
| HSL | 320º | 0.62% | 0.9% | - |
| HSV(B) | 320º | 0.13% | 0.96% | - |
| XYZ | 76.05 | 72.44 | 87.82 | - |
| YUV | 224.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 234 | 0 | 0.13 | 0.04 | 0.04 | 320 | 0.62 | 0.9 |
| Hex | F5 | D4 | EA | 0 | D | 4 | 4 | 140 | 3E | 5A |
| Octal | 365 | 324 | 352 | 0 | 15 | 4 | 4 | 500 | 76 | 132 |
| Binary | 11110101 | 11010100 | 11101010 | 0 | 1101 | 100 | 100 | 101000000 | 111110 | 1011010 |
Color Harmonies of #F5D4EA
Complementary color
Monochromatic Colors of #F5D4EA
Black with #F5D4EA
Text Example
Text Example
White with #F5D4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D4EA; }
p { color: rgb(245,212,234); }
H1.HeaderClassName
{
color: #F5D4EA;
}
.AnyTagClassName
{
color: #F5D4EA;
}
</style>
background-color css
<style>
a { background-color: #F5D4EA; }
a { background-color: rgb(245,212,234); }
div.DivClassName
{
background-color: #F5D4EA;
}
.BgClassName
{
background-color: #F5D4EA;
}
</style>
border-color css
<style>
span { border-color: #F5D4EA; }
span { border-color: rgb(245,212,234); }
td.TdClassName
{
border-color: #F5D4EA;
}
.TagClassName
{
border-color: #F5D4EA;
}
</style>