Shades of Romance #F2F0EA
Tints of Romance #F2F0EA
RGB
CMYK
RGB Variations
Color information
#F2F0EA (or 0xF2F0EA) is known color: Romance. HEX triplet: F2, F0 and EA. RGB value is (242,240,234). Sum of RGB (Red+Green+Blue) = 242+240+234=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F0EA is #0D0F15. Grayscale: #EFEFEF. Windows color (decimal): -855830 or 15397106. OLE color: 15397106.
HSL color Cylindrical-coordinate representation of color #F2F0EA: hue angle of 45º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2F0EA is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 234 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.05 |
| HSL | 45º | 0.24% | 0.93% | - |
| HSV(B) | 45º | 0.03% | 0.95% | - |
| XYZ | 82.63 | 87.14 | 90.31 | - |
| YUV | 239.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 234 | 0 | 0.01 | 0.03 | 0.05 | 45 | 0.24 | 0.93 |
| Hex | F2 | F0 | EA | 0 | 1 | 3 | 5 | 2D | 18 | 5D |
| Octal | 362 | 360 | 352 | 0 | 1 | 3 | 5 | 55 | 30 | 135 |
| Binary | 11110010 | 11110000 | 11101010 | 0 | 1 | 11 | 101 | 101101 | 11000 | 1011101 |
Color Harmonies of #F2F0EA
Complementary color
Monochromatic Colors of #F2F0EA
Black with #F2F0EA
Text Example
Text Example
White with #F2F0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0EA; }
p { color: rgb(242,240,234); }
H1.HeaderClassName
{
color: #F2F0EA;
}
.AnyTagClassName
{
color: #F2F0EA;
}
</style>
background-color css
<style>
a { background-color: #F2F0EA; }
a { background-color: rgb(242,240,234); }
div.DivClassName
{
background-color: #F2F0EA;
}
.BgClassName
{
background-color: #F2F0EA;
}
</style>
border-color css
<style>
span { border-color: #F2F0EA; }
span { border-color: rgb(242,240,234); }
td.TdClassName
{
border-color: #F2F0EA;
}
.TagClassName
{
border-color: #F2F0EA;
}
</style>