Shades of Saltpan #F1F7E0
Tints of Saltpan #F1F7E0
RGB
CMYK
RGB Variations
Color information
#F1F7E0 (or 0xF1F7E0) is known color: Saltpan. HEX triplet: F1, F7 and E0. RGB value is (241,247,224). Sum of RGB (Red+Green+Blue) = 241+247+224=712 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.85% from 712); Green value is 247 (96.88% from 255 or 34.69% from 712); Blue value is 224 (87.89% from 255 or 31.46% from 712); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F7E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F7E0 is #0E081F. Grayscale: #F2F2F2. Windows color (decimal): -919584 or 14743537. OLE color: 14743537.
HSL color Cylindrical-coordinate representation of color #F1F7E0: hue angle of 75.65º degrees, saturation: 0.59, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1F7E0 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 247 | 224 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.03 |
| HSL | 75.65º | 0.59% | 0.92% | - |
| HSV(B) | 75.65º | 0.09% | 0.97% | - |
| XYZ | 82.99 | 90.6 | 83.64 | - |
| YUV | 242.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 247 | 224 | 0.02 | 0 | 0.09 | 0.03 | 75.65 | 0.59 | 0.92 |
| Hex | F1 | F7 | E0 | 2 | 0 | 9 | 3 | 4C | 3B | 5C |
| Octal | 361 | 367 | 340 | 2 | 0 | 11 | 3 | 114 | 73 | 134 |
| Binary | 11110001 | 11110111 | 11100000 | 10 | 0 | 1001 | 11 | 1001100 | 111011 | 1011100 |
Color Harmonies of #F1F7E0
Complementary color
Monochromatic Colors of #F1F7E0
Black with #F1F7E0
Text Example
Text Example
White with #F1F7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F7E0; }
p { color: rgb(241,247,224); }
H1.HeaderClassName
{
color: #F1F7E0;
}
.AnyTagClassName
{
color: #F1F7E0;
}
</style>
background-color css
<style>
a { background-color: #F1F7E0; }
a { background-color: rgb(241,247,224); }
div.DivClassName
{
background-color: #F1F7E0;
}
.BgClassName
{
background-color: #F1F7E0;
}
</style>
border-color css
<style>
span { border-color: #F1F7E0; }
span { border-color: rgb(241,247,224); }
td.TdClassName
{
border-color: #F1F7E0;
}
.TagClassName
{
border-color: #F1F7E0;
}
</style>