Shades of Saltpan #F2F7E8
Tints of Saltpan #F2F7E8
RGB
CMYK
RGB Variations
Color information
#F2F7E8 (or 0xF2F7E8) is known color: Saltpan. HEX triplet: F2, F7 and E8. RGB value is (242,247,232). Sum of RGB (Red+Green+Blue) = 242+247+232=721 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.56% from 721); Green value is 247 (96.88% from 255 or 34.26% from 721); Blue value is 232 (91.02% from 255 or 32.18% from 721); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F7E8 is #0D0817. Grayscale: #F3F3F3. Windows color (decimal): -854040 or 15267826. OLE color: 15267826.
HSL color Cylindrical-coordinate representation of color #F2F7E8: hue angle of 80º degrees, saturation: 0.48, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2F7E8 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 232 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.03 |
| HSL | 80º | 0.48% | 0.94% | - |
| HSV(B) | 80º | 0.06% | 0.97% | - |
| XYZ | 84.44 | 91.22 | 89.5 | - |
| YUV | 243.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 232 | 0.02 | 0 | 0.06 | 0.03 | 80 | 0.48 | 0.94 |
| Hex | F2 | F7 | E8 | 2 | 0 | 6 | 3 | 50 | 30 | 5E |
| Octal | 362 | 367 | 350 | 2 | 0 | 6 | 3 | 120 | 60 | 136 |
| Binary | 11110010 | 11110111 | 11101000 | 10 | 0 | 110 | 11 | 1010000 | 110000 | 1011110 |
Color Harmonies of #F2F7E8
Complementary color
Monochromatic Colors of #F2F7E8
Black with #F2F7E8
Text Example
Text Example
White with #F2F7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F7E8; }
p { color: rgb(242,247,232); }
H1.HeaderClassName
{
color: #F2F7E8;
}
.AnyTagClassName
{
color: #F2F7E8;
}
</style>
background-color css
<style>
a { background-color: #F2F7E8; }
a { background-color: rgb(242,247,232); }
div.DivClassName
{
background-color: #F2F7E8;
}
.BgClassName
{
background-color: #F2F7E8;
}
</style>
border-color css
<style>
span { border-color: #F2F7E8; }
span { border-color: rgb(242,247,232); }
td.TdClassName
{
border-color: #F2F7E8;
}
.TagClassName
{
border-color: #F2F7E8;
}
</style>