Shades of Saltpan #F0F4EA
Tints of Saltpan #F0F4EA
RGB
CMYK
RGB Variations
Color information
#F0F4EA (or 0xF0F4EA) is known color: Saltpan. HEX triplet: F0, F4 and EA. RGB value is (240,244,234). Sum of RGB (Red+Green+Blue) = 240+244+234=718 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.43% from 718); Green value is 244 (95.70% from 255 or 33.98% from 718); Blue value is 234 (91.80% from 255 or 32.59% from 718); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F4EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F4EA is #0F0B15. Grayscale: #F1F1F1. Windows color (decimal): -985878 or 15398128. OLE color: 15398128.
HSL color Cylindrical-coordinate representation of color #F0F4EA: hue angle of 84º degrees, saturation: 0.31, 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 #F0F4EA is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 234 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.04 |
| HSL | 84º | 0.31% | 0.94% | - |
| HSV(B) | 84º | 0.04% | 0.96% | - |
| XYZ | 83.14 | 89.17 | 90.67 | - |
| YUV | 241.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 234 | 0.02 | 0 | 0.04 | 0.04 | 84 | 0.31 | 0.94 |
| Hex | F0 | F4 | EA | 2 | 0 | 4 | 4 | 54 | 1F | 5E |
| Octal | 360 | 364 | 352 | 2 | 0 | 4 | 4 | 124 | 37 | 136 |
| Binary | 11110000 | 11110100 | 11101010 | 10 | 0 | 100 | 100 | 1010100 | 11111 | 1011110 |
Color Harmonies of #F0F4EA
Complementary color
Monochromatic Colors of #F0F4EA
Black with #F0F4EA
Text Example
Text Example
White with #F0F4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F4EA; }
p { color: rgb(240,244,234); }
H1.HeaderClassName
{
color: #F0F4EA;
}
.AnyTagClassName
{
color: #F0F4EA;
}
</style>
background-color css
<style>
a { background-color: #F0F4EA; }
a { background-color: rgb(240,244,234); }
div.DivClassName
{
background-color: #F0F4EA;
}
.BgClassName
{
background-color: #F0F4EA;
}
</style>
border-color css
<style>
span { border-color: #F0F4EA; }
span { border-color: rgb(240,244,234); }
td.TdClassName
{
border-color: #F0F4EA;
}
.TagClassName
{
border-color: #F0F4EA;
}
</style>