Shades of Romance #F4F2ED
Tints of Romance #F4F2ED
RGB
CMYK
RGB Variations
Color information
#F4F2ED (or 0xF4F2ED) is known color: Romance. HEX triplet: F4, F2 and ED. RGB value is (244,242,237). Sum of RGB (Red+Green+Blue) = 244+242+237=723 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.75% from 723); Green value is 242 (94.92% from 255 or 33.47% from 723); Blue value is 237 (92.97% from 255 or 32.78% from 723); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F2ED is #0B0D12. Grayscale: #F2F2F2. Windows color (decimal): -724243 or 15594228. OLE color: 15594228.
HSL color Cylindrical-coordinate representation of color #F4F2ED: hue angle of 42.86º degrees, saturation: 0.24, 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 #F4F2ED is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 242 | 237 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.04 |
| HSL | 42.86º | 0.24% | 0.94% | - |
| HSV(B) | 42.86º | 0.03% | 0.96% | - |
| XYZ | 84.35 | 88.85 | 92.83 | - |
| YUV | 242.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 242 | 237 | 0 | 0.01 | 0.03 | 0.04 | 42.86 | 0.24 | 0.94 |
| Hex | F4 | F2 | ED | 0 | 1 | 3 | 4 | 2B | 18 | 5E |
| Octal | 364 | 362 | 355 | 0 | 1 | 3 | 4 | 53 | 30 | 136 |
| Binary | 11110100 | 11110010 | 11101101 | 0 | 1 | 11 | 100 | 101011 | 11000 | 1011110 |
Color Harmonies of #F4F2ED
Complementary color
Monochromatic Colors of #F4F2ED
Black with #F4F2ED
Text Example
Text Example
White with #F4F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F2ED; }
p { color: rgb(244,242,237); }
H1.HeaderClassName
{
color: #F4F2ED;
}
.AnyTagClassName
{
color: #F4F2ED;
}
</style>
background-color css
<style>
a { background-color: #F4F2ED; }
a { background-color: rgb(244,242,237); }
div.DivClassName
{
background-color: #F4F2ED;
}
.BgClassName
{
background-color: #F4F2ED;
}
</style>
border-color css
<style>
span { border-color: #F4F2ED; }
span { border-color: rgb(244,242,237); }
td.TdClassName
{
border-color: #F4F2ED;
}
.TagClassName
{
border-color: #F4F2ED;
}
</style>