Shades of Classic Rose #F4D0EA
Tints of Classic Rose #F4D0EA
RGB
CMYK
RGB Variations
Color information
#F4D0EA (or 0xF4D0EA) is known color: Classic Rose. HEX triplet: F4, D0 and EA. RGB value is (244,208,234). Sum of RGB (Red+Green+Blue) = 244+208+234=686 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.57% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D0EA is #0B2F15. Grayscale: #DDDDDD. Windows color (decimal): -732950 or 15388916. OLE color: 15388916.
HSL color Cylindrical-coordinate representation of color #F4D0EA: hue angle of 316.67º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4D0EA is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 234 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.04 |
| HSL | 316.67º | 0.62% | 0.89% | - |
| HSV(B) | 316.67º | 0.15% | 0.96% | - |
| XYZ | 74.72 | 70.29 | 87.47 | - |
| YUV | 221.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 234 | 0 | 0.15 | 0.04 | 0.04 | 316.67 | 0.62 | 0.89 |
| Hex | F4 | D0 | EA | 0 | F | 4 | 4 | 13D | 3E | 59 |
| Octal | 364 | 320 | 352 | 0 | 17 | 4 | 4 | 475 | 76 | 131 |
| Binary | 11110100 | 11010000 | 11101010 | 0 | 1111 | 100 | 100 | 100111101 | 111110 | 1011001 |
Color Harmonies of #F4D0EA
Complementary color
Monochromatic Colors of #F4D0EA
Black with #F4D0EA
Text Example
Text Example
White with #F4D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D0EA; }
p { color: rgb(244,208,234); }
H1.HeaderClassName
{
color: #F4D0EA;
}
.AnyTagClassName
{
color: #F4D0EA;
}
</style>
background-color css
<style>
a { background-color: #F4D0EA; }
a { background-color: rgb(244,208,234); }
div.DivClassName
{
background-color: #F4D0EA;
}
.BgClassName
{
background-color: #F4D0EA;
}
</style>
border-color css
<style>
span { border-color: #F4D0EA; }
span { border-color: rgb(244,208,234); }
td.TdClassName
{
border-color: #F4D0EA;
}
.TagClassName
{
border-color: #F4D0EA;
}
</style>