Shades of Romance #F0EDE5
Tints of Romance #F0EDE5
RGB
CMYK
RGB Variations
Color information
#F0EDE5 (or 0xF0EDE5) is known color: Romance. HEX triplet: F0, ED and E5. RGB value is (240,237,229). Sum of RGB (Red+Green+Blue) = 240+237+229=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 229 (89.84% from 255 or 32.44% from 706); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDE5 is #0F121A. Grayscale: #EDEDED. Windows color (decimal): -987675 or 15068656. OLE color: 15068656.
HSL color Cylindrical-coordinate representation of color #F0EDE5: hue angle of 43.64º degrees, saturation: 0.27, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0EDE5 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 229 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.06 |
| HSL | 43.64º | 0.27% | 0.92% | - |
| HSV(B) | 43.64º | 0.05% | 0.94% | - |
| XYZ | 80.36 | 84.75 | 86.25 | - |
| YUV | 236.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 229 | 0 | 0.01 | 0.05 | 0.06 | 43.64 | 0.27 | 0.92 |
| Hex | F0 | ED | E5 | 0 | 1 | 5 | 6 | 2C | 1B | 5C |
| Octal | 360 | 355 | 345 | 0 | 1 | 5 | 6 | 54 | 33 | 134 |
| Binary | 11110000 | 11101101 | 11100101 | 0 | 1 | 101 | 110 | 101100 | 11011 | 1011100 |
Color Harmonies of #F0EDE5
Complementary color
Monochromatic Colors of #F0EDE5
Black with #F0EDE5
Text Example
Text Example
White with #F0EDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDE5; }
p { color: rgb(240,237,229); }
H1.HeaderClassName
{
color: #F0EDE5;
}
.AnyTagClassName
{
color: #F0EDE5;
}
</style>
background-color css
<style>
a { background-color: #F0EDE5; }
a { background-color: rgb(240,237,229); }
div.DivClassName
{
background-color: #F0EDE5;
}
.BgClassName
{
background-color: #F0EDE5;
}
</style>
border-color css
<style>
span { border-color: #F0EDE5; }
span { border-color: rgb(240,237,229); }
td.TdClassName
{
border-color: #F0EDE5;
}
.TagClassName
{
border-color: #F0EDE5;
}
</style>