Shades of Classic Rose #F5D4EB
Tints of Classic Rose #F5D4EB
RGB
CMYK
RGB Variations
Color information
#F5D4EB (or 0xF5D4EB) is known color: Classic Rose. HEX triplet: F5, D4 and EB. RGB value is (245,212,235). Sum of RGB (Red+Green+Blue) = 245+212+235=692 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.40% from 692); Green value is 212 (83.20% from 255 or 30.64% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D4EB is #0A2B14. Grayscale: #E0E0E0. Windows color (decimal): -666389 or 15455477. OLE color: 15455477.
HSL color Cylindrical-coordinate representation of color #F5D4EB: hue angle of 318.18º 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 #F5D4EB is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 235 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.04 |
| HSL | 318.18º | 0.62% | 0.9% | - |
| HSV(B) | 318.18º | 0.13% | 0.96% | - |
| XYZ | 76.2 | 72.5 | 88.57 | - |
| YUV | 224.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 235 | 0 | 0.13 | 0.04 | 0.04 | 318.18 | 0.62 | 0.9 |
| Hex | F5 | D4 | EB | 0 | D | 4 | 4 | 13E | 3E | 5A |
| Octal | 365 | 324 | 353 | 0 | 15 | 4 | 4 | 476 | 76 | 132 |
| Binary | 11110101 | 11010100 | 11101011 | 0 | 1101 | 100 | 100 | 100111110 | 111110 | 1011010 |
Color Harmonies of #F5D4EB
Complementary color
Monochromatic Colors of #F5D4EB
Black with #F5D4EB
Text Example
Text Example
White with #F5D4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D4EB; }
p { color: rgb(245,212,235); }
H1.HeaderClassName
{
color: #F5D4EB;
}
.AnyTagClassName
{
color: #F5D4EB;
}
</style>
background-color css
<style>
a { background-color: #F5D4EB; }
a { background-color: rgb(245,212,235); }
div.DivClassName
{
background-color: #F5D4EB;
}
.BgClassName
{
background-color: #F5D4EB;
}
</style>
border-color css
<style>
span { border-color: #F5D4EB; }
span { border-color: rgb(245,212,235); }
td.TdClassName
{
border-color: #F5D4EB;
}
.TagClassName
{
border-color: #F5D4EB;
}
</style>