Shades of Saltpan #F0F2EE
Tints of Saltpan #F0F2EE
RGB
CMYK
RGB Variations
Color information
#F0F2EE (or 0xF0F2EE) is known color: Saltpan. HEX triplet: F0, F2 and EE. RGB value is (240,242,238). Sum of RGB (Red+Green+Blue) = 240+242+238=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 242 (94.92% from 255 or 33.61% from 720); Blue value is 238 (93.36% from 255 or 33.06% from 720); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F2EE is #0F0D11. Grayscale: #F0F0F0. Windows color (decimal): -986386 or 15659760. OLE color: 15659760.
HSL color Cylindrical-coordinate representation of color #F0F2EE: hue angle of 90º degrees, saturation: 0.13, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0F2EE is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 238 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.05 |
| HSL | 90º | 0.13% | 0.94% | - |
| HSV(B) | 90º | 0.02% | 0.95% | - |
| XYZ | 83.12 | 88.2 | 93.53 | - |
| YUV | 240.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 238 | 0.01 | 0 | 0.02 | 0.05 | 90 | 0.13 | 0.94 |
| Hex | F0 | F2 | EE | 1 | 0 | 2 | 5 | 5A | D | 5E |
| Octal | 360 | 362 | 356 | 1 | 0 | 2 | 5 | 132 | 15 | 136 |
| Binary | 11110000 | 11110010 | 11101110 | 1 | 0 | 10 | 101 | 1011010 | 1101 | 1011110 |
Color Harmonies of #F0F2EE
Complementary color
Monochromatic Colors of #F0F2EE
Black with #F0F2EE
Text Example
Text Example
White with #F0F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2EE; }
p { color: rgb(240,242,238); }
H1.HeaderClassName
{
color: #F0F2EE;
}
.AnyTagClassName
{
color: #F0F2EE;
}
</style>
background-color css
<style>
a { background-color: #F0F2EE; }
a { background-color: rgb(240,242,238); }
div.DivClassName
{
background-color: #F0F2EE;
}
.BgClassName
{
background-color: #F0F2EE;
}
</style>
border-color css
<style>
span { border-color: #F0F2EE; }
span { border-color: rgb(240,242,238); }
td.TdClassName
{
border-color: #F0F2EE;
}
.TagClassName
{
border-color: #F0F2EE;
}
</style>