Shades of Romance #F4F2EC
Tints of Romance #F4F2EC
RGB
CMYK
RGB Variations
Color information
#F4F2EC (or 0xF4F2EC) is known color: Romance. HEX triplet: F4, F2 and EC. RGB value is (244,242,236). Sum of RGB (Red+Green+Blue) = 244+242+236=722 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.80% from 722); Green value is 242 (94.92% from 255 or 33.52% from 722); Blue value is 236 (92.58% from 255 or 32.69% from 722); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F2EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F2EC is #0B0D13. Grayscale: #F1F1F1. Windows color (decimal): -724244 or 15528692. OLE color: 15528692.
HSL color Cylindrical-coordinate representation of color #F4F2EC: hue angle of 45º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F4F2EC is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 242 | 236 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.04 |
| HSL | 45º | 0.27% | 0.94% | - |
| HSV(B) | 45º | 0.03% | 0.96% | - |
| XYZ | 84.2 | 88.79 | 92.06 | - |
| YUV | 241.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 242 | 236 | 0 | 0.01 | 0.03 | 0.04 | 45 | 0.27 | 0.94 |
| Hex | F4 | F2 | EC | 0 | 1 | 3 | 4 | 2D | 1B | 5E |
| Octal | 364 | 362 | 354 | 0 | 1 | 3 | 4 | 55 | 33 | 136 |
| Binary | 11110100 | 11110010 | 11101100 | 0 | 1 | 11 | 100 | 101101 | 11011 | 1011110 |
Color Harmonies of #F4F2EC
Complementary color
Monochromatic Colors of #F4F2EC
Black with #F4F2EC
Text Example
Text Example
White with #F4F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F2EC; }
p { color: rgb(244,242,236); }
H1.HeaderClassName
{
color: #F4F2EC;
}
.AnyTagClassName
{
color: #F4F2EC;
}
</style>
background-color css
<style>
a { background-color: #F4F2EC; }
a { background-color: rgb(244,242,236); }
div.DivClassName
{
background-color: #F4F2EC;
}
.BgClassName
{
background-color: #F4F2EC;
}
</style>
border-color css
<style>
span { border-color: #F4F2EC; }
span { border-color: rgb(244,242,236); }
td.TdClassName
{
border-color: #F4F2EC;
}
.TagClassName
{
border-color: #F4F2EC;
}
</style>