Shades of Romance #F5F0E5
Tints of Romance #F5F0E5
RGB
CMYK
RGB Variations
Color information
#F5F0E5 (or 0xF5F0E5) is known color: Romance. HEX triplet: F5, F0 and E5. RGB value is (245,240,229). Sum of RGB (Red+Green+Blue) = 245+240+229=714 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.31% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 229 (89.84% from 255 or 32.07% from 714); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F0E5 is #0A0F1A. Grayscale: #F0F0F0. Windows color (decimal): -659227 or 15069429. OLE color: 15069429.
HSL color Cylindrical-coordinate representation of color #F5F0E5: hue angle of 41.25º degrees, saturation: 0.44, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F5F0E5 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 229 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.04 |
| HSL | 41.25º | 0.44% | 0.93% | - |
| HSV(B) | 41.25º | 0.07% | 0.96% | - |
| XYZ | 82.96 | 87.39 | 86.62 | - |
| YUV | 240.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 229 | 0 | 0.02 | 0.07 | 0.04 | 41.25 | 0.44 | 0.93 |
| Hex | F5 | F0 | E5 | 0 | 2 | 7 | 4 | 29 | 2C | 5D |
| Octal | 365 | 360 | 345 | 0 | 2 | 7 | 4 | 51 | 54 | 135 |
| Binary | 11110101 | 11110000 | 11100101 | 0 | 10 | 111 | 100 | 101001 | 101100 | 1011101 |
Color Harmonies of #F5F0E5
Complementary color
Monochromatic Colors of #F5F0E5
Black with #F5F0E5
Text Example
Text Example
White with #F5F0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F0E5; }
p { color: rgb(245,240,229); }
H1.HeaderClassName
{
color: #F5F0E5;
}
.AnyTagClassName
{
color: #F5F0E5;
}
</style>
background-color css
<style>
a { background-color: #F5F0E5; }
a { background-color: rgb(245,240,229); }
div.DivClassName
{
background-color: #F5F0E5;
}
.BgClassName
{
background-color: #F5F0E5;
}
</style>
border-color css
<style>
span { border-color: #F5F0E5; }
span { border-color: rgb(245,240,229); }
td.TdClassName
{
border-color: #F5F0E5;
}
.TagClassName
{
border-color: #F5F0E5;
}
</style>