Shades of Classic Rose #F4D1EA
Tints of Classic Rose #F4D1EA
RGB
CMYK
RGB Variations
Color information
#F4D1EA (or 0xF4D1EA) is known color: Classic Rose. HEX triplet: F4, D1 and EA. RGB value is (244,209,234). Sum of RGB (Red+Green+Blue) = 244+209+234=687 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.52% from 687); Green value is 209 (82.03% from 255 or 30.42% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D1EA is #0B2E15. Grayscale: #DEDEDE. Windows color (decimal): -732694 or 15389172. OLE color: 15389172.
HSL color Cylindrical-coordinate representation of color #F4D1EA: hue angle of 317.14º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F4D1EA is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 234 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.04 |
| HSL | 317.14º | 0.61% | 0.89% | - |
| HSV(B) | 317.14º | 0.14% | 0.96% | - |
| XYZ | 74.96 | 70.77 | 87.55 | - |
| YUV | 222.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 234 | 0 | 0.14 | 0.04 | 0.04 | 317.14 | 0.61 | 0.89 |
| Hex | F4 | D1 | EA | 0 | E | 4 | 4 | 13D | 3D | 59 |
| Octal | 364 | 321 | 352 | 0 | 16 | 4 | 4 | 475 | 75 | 131 |
| Binary | 11110100 | 11010001 | 11101010 | 0 | 1110 | 100 | 100 | 100111101 | 111101 | 1011001 |
Color Harmonies of #F4D1EA
Complementary color
Monochromatic Colors of #F4D1EA
Black with #F4D1EA
Text Example
Text Example
White with #F4D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D1EA; }
p { color: rgb(244,209,234); }
H1.HeaderClassName
{
color: #F4D1EA;
}
.AnyTagClassName
{
color: #F4D1EA;
}
</style>
background-color css
<style>
a { background-color: #F4D1EA; }
a { background-color: rgb(244,209,234); }
div.DivClassName
{
background-color: #F4D1EA;
}
.BgClassName
{
background-color: #F4D1EA;
}
</style>
border-color css
<style>
span { border-color: #F4D1EA; }
span { border-color: rgb(244,209,234); }
td.TdClassName
{
border-color: #F4D1EA;
}
.TagClassName
{
border-color: #F4D1EA;
}
</style>