Shades of Saltpan #F2F7E4
Tints of Saltpan #F2F7E4
RGB
CMYK
RGB Variations
Color information
#F2F7E4 (or 0xF2F7E4) is known color: Saltpan. HEX triplet: F2, F7 and E4. RGB value is (242,247,228). Sum of RGB (Red+Green+Blue) = 242+247+228=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 247 (96.88% from 255 or 34.45% from 717); Blue value is 228 (89.45% from 255 or 31.80% from 717); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F7E4 is #0D081B. Grayscale: #F3F3F3. Windows color (decimal): -854044 or 15005682. OLE color: 15005682.
HSL color Cylindrical-coordinate representation of color #F2F7E4: hue angle of 75.79º degrees, saturation: 0.54, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2F7E4 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 228 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.03 |
| HSL | 75.79º | 0.54% | 0.93% | - |
| HSV(B) | 75.79º | 0.08% | 0.97% | - |
| XYZ | 83.88 | 91 | 86.54 | - |
| YUV | 243.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 228 | 0.02 | 0 | 0.08 | 0.03 | 75.79 | 0.54 | 0.93 |
| Hex | F2 | F7 | E4 | 2 | 0 | 8 | 3 | 4C | 36 | 5D |
| Octal | 362 | 367 | 344 | 2 | 0 | 10 | 3 | 114 | 66 | 135 |
| Binary | 11110010 | 11110111 | 11100100 | 10 | 0 | 1000 | 11 | 1001100 | 110110 | 1011101 |
Color Harmonies of #F2F7E4
Complementary color
Monochromatic Colors of #F2F7E4
Black with #F2F7E4
Text Example
Text Example
White with #F2F7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F7E4; }
p { color: rgb(242,247,228); }
H1.HeaderClassName
{
color: #F2F7E4;
}
.AnyTagClassName
{
color: #F2F7E4;
}
</style>
background-color css
<style>
a { background-color: #F2F7E4; }
a { background-color: rgb(242,247,228); }
div.DivClassName
{
background-color: #F2F7E4;
}
.BgClassName
{
background-color: #F2F7E4;
}
</style>
border-color css
<style>
span { border-color: #F2F7E4; }
span { border-color: rgb(242,247,228); }
td.TdClassName
{
border-color: #F2F7E4;
}
.TagClassName
{
border-color: #F2F7E4;
}
</style>