Shades of Saltpan #F0F1EE
Tints of Saltpan #F0F1EE
RGB
CMYK
RGB Variations
Color information
#F0F1EE (or 0xF0F1EE) is known color: Saltpan. HEX triplet: F0, F1 and EE. RGB value is (240,241,238). Sum of RGB (Red+Green+Blue) = 240+241+238=719 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.38% from 719); Green value is 241 (94.53% from 255 or 33.52% from 719); Blue value is 238 (93.36% from 255 or 33.10% from 719); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F1EE is #0F0E11. Grayscale: #F0F0F0. Windows color (decimal): -986642 or 15659504. OLE color: 15659504.
HSL color Cylindrical-coordinate representation of color #F0F1EE: hue angle of 80º degrees, saturation: 0.1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F0F1EE is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
RGB | 240 | 241 | 238 | - |
CMYK | 0.00 | 0 | 0.01 | 0.05 |
HSL | 80º | 0.1% | 0.94% | - |
HSV(B) | 80º | 0.01% | 0.95% | - |
XYZ | 82.82 | 87.61 | 93.43 | - |
YUV | 240.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 241 | 238 | 0.00 | 0 | 0.01 | 0.05 | 80 | 0.1 | 0.94 |
Hex | F0 | F1 | EE | 0 | 0 | 1 | 5 | 50 | A | 5E |
Octal | 360 | 361 | 356 | 0 | 0 | 1 | 5 | 120 | 12 | 136 |
Binary | 11110000 | 11110001 | 11101110 | 0 | 0 | 1 | 101 | 1010000 | 1010 | 1011110 |
Color Harmonies of #F0F1EE
Complementary color
Monochromatic Colors of #F0F1EE
Black with #F0F1EE
Text Example
Text Example
White with #F0F1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1EE; }
p { color: rgb(240,241,238); }
H1.HeaderClassName
{
color: #F0F1EE;
}
.AnyTagClassName
{
color: #F0F1EE;
}
</style>
background-color css
<style>
a { background-color: #F0F1EE; }
a { background-color: rgb(240,241,238); }
div.DivClassName
{
background-color: #F0F1EE;
}
.BgClassName
{
background-color: #F0F1EE;
}
</style>
border-color css
<style>
span { border-color: #F0F1EE; }
span { border-color: rgb(240,241,238); }
td.TdClassName
{
border-color: #F0F1EE;
}
.TagClassName
{
border-color: #F0F1EE;
}
</style>