Shades of Saltpan #F1F2F0
Tints of Saltpan #F1F2F0
RGB
CMYK
RGB Variations
Color information
#F1F2F0 (or 0xF1F2F0) is known color: Saltpan. HEX triplet: F1, F2 and F0. RGB value is (241,242,240). Sum of RGB (Red+Green+Blue) = 241+242+240=723 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.33% from 723); Green value is 242 (94.92% from 255 or 33.47% from 723); Blue value is 240 (94.14% from 255 or 33.20% from 723); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F2F0 is #0E0D0F. Grayscale: #F1F1F1. Windows color (decimal): -920848 or 15790833. OLE color: 15790833.
HSL color Cylindrical-coordinate representation of color #F1F2F0: hue angle of 90º degrees, saturation: 0.07, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F1F2F0 is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 240 | - |
| CMYK | 0.00 | 0 | 0.01 | 0.05 |
| HSL | 90º | 0.07% | 0.95% | - |
| HSV(B) | 90º | 0.01% | 0.95% | - |
| XYZ | 83.76 | 88.5 | 95.11 | - |
| YUV | 241.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 240 | 0.00 | 0 | 0.01 | 0.05 | 90 | 0.07 | 0.95 |
| Hex | F1 | F2 | F0 | 0 | 0 | 1 | 5 | 5A | 7 | 5F |
| Octal | 361 | 362 | 360 | 0 | 0 | 1 | 5 | 132 | 7 | 137 |
| Binary | 11110001 | 11110010 | 11110000 | 0 | 0 | 1 | 101 | 1011010 | 111 | 1011111 |
Color Harmonies of #F1F2F0
Complementary color
Monochromatic Colors of #F1F2F0
Black with #F1F2F0
Text Example
Text Example
White with #F1F2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2F0; }
p { color: rgb(241,242,240); }
H1.HeaderClassName
{
color: #F1F2F0;
}
.AnyTagClassName
{
color: #F1F2F0;
}
</style>
background-color css
<style>
a { background-color: #F1F2F0; }
a { background-color: rgb(241,242,240); }
div.DivClassName
{
background-color: #F1F2F0;
}
.BgClassName
{
background-color: #F1F2F0;
}
</style>
border-color css
<style>
span { border-color: #F1F2F0; }
span { border-color: rgb(241,242,240); }
td.TdClassName
{
border-color: #F1F2F0;
}
.TagClassName
{
border-color: #F1F2F0;
}
</style>