Shades of Saltpan #F1F6E2
Tints of Saltpan #F1F6E2
RGB
CMYK
RGB Variations
Color information
#F1F6E2 (or 0xF1F6E2) is known color: Saltpan. HEX triplet: F1, F6 and E2. RGB value is (241,246,226). Sum of RGB (Red+Green+Blue) = 241+246+226=713 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.80% from 713); Green value is 246 (96.48% from 255 or 34.50% from 713); Blue value is 226 (88.67% from 255 or 31.70% from 713); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F6E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F6E2 is #0E091D. Grayscale: #F2F2F2. Windows color (decimal): -919838 or 14874353. OLE color: 14874353.
HSL color Cylindrical-coordinate representation of color #F1F6E2: hue angle of 75º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1F6E2 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 246 | 226 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.04 |
| HSL | 75º | 0.53% | 0.93% | - |
| HSV(B) | 75º | 0.08% | 0.96% | - |
| XYZ | 82.96 | 90.1 | 84.97 | - |
| YUV | 242.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 246 | 226 | 0.02 | 0 | 0.08 | 0.04 | 75 | 0.53 | 0.93 |
| Hex | F1 | F6 | E2 | 2 | 0 | 8 | 4 | 4B | 35 | 5D |
| Octal | 361 | 366 | 342 | 2 | 0 | 10 | 4 | 113 | 65 | 135 |
| Binary | 11110001 | 11110110 | 11100010 | 10 | 0 | 1000 | 100 | 1001011 | 110101 | 1011101 |
Color Harmonies of #F1F6E2
Complementary color
Monochromatic Colors of #F1F6E2
Black with #F1F6E2
Text Example
Text Example
White with #F1F6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F6E2; }
p { color: rgb(241,246,226); }
H1.HeaderClassName
{
color: #F1F6E2;
}
.AnyTagClassName
{
color: #F1F6E2;
}
</style>
background-color css
<style>
a { background-color: #F1F6E2; }
a { background-color: rgb(241,246,226); }
div.DivClassName
{
background-color: #F1F6E2;
}
.BgClassName
{
background-color: #F1F6E2;
}
</style>
border-color css
<style>
span { border-color: #F1F6E2; }
span { border-color: rgb(241,246,226); }
td.TdClassName
{
border-color: #F1F6E2;
}
.TagClassName
{
border-color: #F1F6E2;
}
</style>