Shades of Saltpan #F1F6EC
Tints of Saltpan #F1F6EC
RGB
CMYK
RGB Variations
Color information
#F1F6EC (or 0xF1F6EC) is known color: Saltpan. HEX triplet: F1, F6 and EC. RGB value is (241,246,236). Sum of RGB (Red+Green+Blue) = 241+246+236=723 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.33% from 723); Green value is 246 (96.48% from 255 or 34.02% from 723); Blue value is 236 (92.58% from 255 or 32.64% from 723); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F6EC is #0E0913. Grayscale: #F3F3F3. Windows color (decimal): -919828 or 15529713. OLE color: 15529713.
HSL color Cylindrical-coordinate representation of color #F1F6EC: hue angle of 90º degrees, saturation: 0.36, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F1F6EC is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 246 | 236 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.04 |
| HSL | 90º | 0.36% | 0.95% | - |
| HSV(B) | 90º | 0.04% | 0.96% | - |
| XYZ | 84.37 | 90.67 | 92.41 | - |
| YUV | 243.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 246 | 236 | 0.02 | 0 | 0.04 | 0.04 | 90 | 0.36 | 0.95 |
| Hex | F1 | F6 | EC | 2 | 0 | 4 | 4 | 5A | 24 | 5F |
| Octal | 361 | 366 | 354 | 2 | 0 | 4 | 4 | 132 | 44 | 137 |
| Binary | 11110001 | 11110110 | 11101100 | 10 | 0 | 100 | 100 | 1011010 | 100100 | 1011111 |
Color Harmonies of #F1F6EC
Complementary color
Monochromatic Colors of #F1F6EC
Black with #F1F6EC
Text Example
Text Example
White with #F1F6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F6EC; }
p { color: rgb(241,246,236); }
H1.HeaderClassName
{
color: #F1F6EC;
}
.AnyTagClassName
{
color: #F1F6EC;
}
</style>
background-color css
<style>
a { background-color: #F1F6EC; }
a { background-color: rgb(241,246,236); }
div.DivClassName
{
background-color: #F1F6EC;
}
.BgClassName
{
background-color: #F1F6EC;
}
</style>
border-color css
<style>
span { border-color: #F1F6EC; }
span { border-color: rgb(241,246,236); }
td.TdClassName
{
border-color: #F1F6EC;
}
.TagClassName
{
border-color: #F1F6EC;
}
</style>