Shades of Saltpan #F0F1EF
Tints of Saltpan #F0F1EF
RGB
CMYK
RGB Variations
Color information
#F0F1EF (or 0xF0F1EF) is known color: Saltpan. HEX triplet: F0, F1 and EF. RGB value is (240,241,239). Sum of RGB (Red+Green+Blue) = 240+241+239=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 241 (94.53% from 255 or 33.47% from 720); Blue value is 239 (93.75% from 255 or 33.19% from 720); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F1EF is #0F0E10. Grayscale: #F0F0F0. Windows color (decimal): -986641 or 15725040. OLE color: 15725040.
HSL color Cylindrical-coordinate representation of color #F0F1EF: hue angle of 90º degrees, saturation: 0.07, 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 #F0F1EF is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 239 | - |
| CMYK | 0.00 | 0 | 0.01 | 0.05 |
| HSL | 90º | 0.07% | 0.94% | - |
| HSV(B) | 90º | 0.01% | 0.95% | - |
| XYZ | 82.97 | 87.67 | 94.21 | - |
| YUV | 240.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 239 | 0.00 | 0 | 0.01 | 0.05 | 90 | 0.07 | 0.94 |
| Hex | F0 | F1 | EF | 0 | 0 | 1 | 5 | 5A | 7 | 5E |
| Octal | 360 | 361 | 357 | 0 | 0 | 1 | 5 | 132 | 7 | 136 |
| Binary | 11110000 | 11110001 | 11101111 | 0 | 0 | 1 | 101 | 1011010 | 111 | 1011110 |
Color Harmonies of #F0F1EF
Complementary color
Monochromatic Colors of #F0F1EF
Black with #F0F1EF
Text Example
Text Example
White with #F0F1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1EF; }
p { color: rgb(240,241,239); }
H1.HeaderClassName
{
color: #F0F1EF;
}
.AnyTagClassName
{
color: #F0F1EF;
}
</style>
background-color css
<style>
a { background-color: #F0F1EF; }
a { background-color: rgb(240,241,239); }
div.DivClassName
{
background-color: #F0F1EF;
}
.BgClassName
{
background-color: #F0F1EF;
}
</style>
border-color css
<style>
span { border-color: #F0F1EF; }
span { border-color: rgb(240,241,239); }
td.TdClassName
{
border-color: #F0F1EF;
}
.TagClassName
{
border-color: #F0F1EF;
}
</style>