Shades of Saltpan #F0F5EA
Tints of Saltpan #F0F5EA
RGB
CMYK
RGB Variations
Color information
#F0F5EA (or 0xF0F5EA) is known color: Saltpan. HEX triplet: F0, F5 and EA. RGB value is (240,245,234). Sum of RGB (Red+Green+Blue) = 240+245+234=719 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.38% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 234 (91.80% from 255 or 32.55% from 719); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F5EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F5EA is #0F0A15. Grayscale: #F2F2F2. Windows color (decimal): -985622 or 15398384. OLE color: 15398384.
HSL color Cylindrical-coordinate representation of color #F0F5EA: hue angle of 87.27º degrees, saturation: 0.35, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0F5EA is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 234 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.04 |
| HSL | 87.27º | 0.35% | 0.94% | - |
| HSV(B) | 87.27º | 0.04% | 0.96% | - |
| XYZ | 83.44 | 89.77 | 90.77 | - |
| YUV | 242.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 234 | 0.02 | 0 | 0.04 | 0.04 | 87.27 | 0.35 | 0.94 |
| Hex | F0 | F5 | EA | 2 | 0 | 4 | 4 | 57 | 23 | 5E |
| Octal | 360 | 365 | 352 | 2 | 0 | 4 | 4 | 127 | 43 | 136 |
| Binary | 11110000 | 11110101 | 11101010 | 10 | 0 | 100 | 100 | 1010111 | 100011 | 1011110 |
Color Harmonies of #F0F5EA
Complementary color
Monochromatic Colors of #F0F5EA
Black with #F0F5EA
Text Example
Text Example
White with #F0F5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F5EA; }
p { color: rgb(240,245,234); }
H1.HeaderClassName
{
color: #F0F5EA;
}
.AnyTagClassName
{
color: #F0F5EA;
}
</style>
background-color css
<style>
a { background-color: #F0F5EA; }
a { background-color: rgb(240,245,234); }
div.DivClassName
{
background-color: #F0F5EA;
}
.BgClassName
{
background-color: #F0F5EA;
}
</style>
border-color css
<style>
span { border-color: #F0F5EA; }
span { border-color: rgb(240,245,234); }
td.TdClassName
{
border-color: #F0F5EA;
}
.TagClassName
{
border-color: #F0F5EA;
}
</style>