Shades of Romance #F2F0EB
Tints of Romance #F2F0EB
RGB
CMYK
RGB Variations
Color information
#F2F0EB (or 0xF2F0EB) is known color: Romance. HEX triplet: F2, F0 and EB. RGB value is (242,240,235). Sum of RGB (Red+Green+Blue) = 242+240+235=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 235 (92.19% from 255 or 32.78% from 717); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F0EB is #0D0F14. Grayscale: #F0F0F0. Windows color (decimal): -855829 or 15462642. OLE color: 15462642.
HSL color Cylindrical-coordinate representation of color #F2F0EB: hue angle of 42.86º degrees, saturation: 0.21, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2F0EB is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 235 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.05 |
| HSL | 42.86º | 0.21% | 0.94% | - |
| HSV(B) | 42.86º | 0.03% | 0.95% | - |
| XYZ | 82.77 | 87.2 | 91.07 | - |
| YUV | 240.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 235 | 0 | 0.01 | 0.03 | 0.05 | 42.86 | 0.21 | 0.94 |
| Hex | F2 | F0 | EB | 0 | 1 | 3 | 5 | 2B | 15 | 5E |
| Octal | 362 | 360 | 353 | 0 | 1 | 3 | 5 | 53 | 25 | 136 |
| Binary | 11110010 | 11110000 | 11101011 | 0 | 1 | 11 | 101 | 101011 | 10101 | 1011110 |
Color Harmonies of #F2F0EB
Complementary color
Monochromatic Colors of #F2F0EB
Black with #F2F0EB
Text Example
Text Example
White with #F2F0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0EB; }
p { color: rgb(242,240,235); }
H1.HeaderClassName
{
color: #F2F0EB;
}
.AnyTagClassName
{
color: #F2F0EB;
}
</style>
background-color css
<style>
a { background-color: #F2F0EB; }
a { background-color: rgb(242,240,235); }
div.DivClassName
{
background-color: #F2F0EB;
}
.BgClassName
{
background-color: #F2F0EB;
}
</style>
border-color css
<style>
span { border-color: #F2F0EB; }
span { border-color: rgb(242,240,235); }
td.TdClassName
{
border-color: #F2F0EB;
}
.TagClassName
{
border-color: #F2F0EB;
}
</style>