Shades of Saltpan #F1F5EC
Tints of Saltpan #F1F5EC
RGB
CMYK
RGB Variations
Color information
#F1F5EC (or 0xF1F5EC) is known color: Saltpan. HEX triplet: F1, F5 and EC. RGB value is (241,245,236). Sum of RGB (Red+Green+Blue) = 241+245+236=722 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.38% from 722); Green value is 245 (96.09% from 255 or 33.93% from 722); Blue value is 236 (92.58% from 255 or 32.69% from 722); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F5EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F5EC is #0E0A13. Grayscale: #F2F2F2. Windows color (decimal): -920084 or 15529457. OLE color: 15529457.
HSL color Cylindrical-coordinate representation of color #F1F5EC: hue angle of 86.67º 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 #F1F5EC is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 245 | 236 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.04 |
| HSL | 86.67º | 0.31% | 0.94% | - |
| HSV(B) | 86.67º | 0.04% | 0.96% | - |
| XYZ | 84.07 | 90.06 | 92.31 | - |
| YUV | 242.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 245 | 236 | 0.02 | 0 | 0.04 | 0.04 | 86.67 | 0.31 | 0.94 |
| Hex | F1 | F5 | EC | 2 | 0 | 4 | 4 | 57 | 1F | 5E |
| Octal | 361 | 365 | 354 | 2 | 0 | 4 | 4 | 127 | 37 | 136 |
| Binary | 11110001 | 11110101 | 11101100 | 10 | 0 | 100 | 100 | 1010111 | 11111 | 1011110 |
Color Harmonies of #F1F5EC
Complementary color
Monochromatic Colors of #F1F5EC
Black with #F1F5EC
Text Example
Text Example
White with #F1F5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F5EC; }
p { color: rgb(241,245,236); }
H1.HeaderClassName
{
color: #F1F5EC;
}
.AnyTagClassName
{
color: #F1F5EC;
}
</style>
background-color css
<style>
a { background-color: #F1F5EC; }
a { background-color: rgb(241,245,236); }
div.DivClassName
{
background-color: #F1F5EC;
}
.BgClassName
{
background-color: #F1F5EC;
}
</style>
border-color css
<style>
span { border-color: #F1F5EC; }
span { border-color: rgb(241,245,236); }
td.TdClassName
{
border-color: #F1F5EC;
}
.TagClassName
{
border-color: #F1F5EC;
}
</style>