Shades of Romance #F0EFED
Tints of Romance #F0EFED
RGB
CMYK
RGB Variations
Color information
#F0EFED (or 0xF0EFED) is known color: Romance. HEX triplet: F0, EF and ED. RGB value is (240,239,237). Sum of RGB (Red+Green+Blue) = 240+239+237=716 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.52% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFED is #0F1012. Grayscale: #EFEFEF. Windows color (decimal): -987155 or 15593456. OLE color: 15593456.
HSL color Cylindrical-coordinate representation of color #F0EFED: hue angle of 40º degrees, saturation: 0.09, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F0EFED is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 239 | 237 | - |
CMYK | 0 | 0.00 | 0.01 | 0.06 |
HSL | 40º | 0.09% | 0.94% | - |
HSV(B) | 40º | 0.01% | 0.94% | - |
XYZ | 82.09 | 86.37 | 92.47 | - |
YUV | 239.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 239 | 237 | 0 | 0.00 | 0.01 | 0.06 | 40 | 0.09 | 0.94 |
Hex | F0 | EF | ED | 0 | 0 | 1 | 6 | 28 | 9 | 5E |
Octal | 360 | 357 | 355 | 0 | 0 | 1 | 6 | 50 | 11 | 136 |
Binary | 11110000 | 11101111 | 11101101 | 0 | 0 | 1 | 110 | 101000 | 1001 | 1011110 |
Color Harmonies of #F0EFED
Complementary color
Monochromatic Colors of #F0EFED
Black with #F0EFED
Text Example
Text Example
White with #F0EFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFED; }
p { color: rgb(240,239,237); }
H1.HeaderClassName
{
color: #F0EFED;
}
.AnyTagClassName
{
color: #F0EFED;
}
</style>
background-color css
<style>
a { background-color: #F0EFED; }
a { background-color: rgb(240,239,237); }
div.DivClassName
{
background-color: #F0EFED;
}
.BgClassName
{
background-color: #F0EFED;
}
</style>
border-color css
<style>
span { border-color: #F0EFED; }
span { border-color: rgb(240,239,237); }
td.TdClassName
{
border-color: #F0EFED;
}
.TagClassName
{
border-color: #F0EFED;
}
</style>