Shades of Saltpan #F0F8E7
Tints of Saltpan #F0F8E7
RGB
CMYK
RGB Variations
Color information
#F0F8E7 (or 0xF0F8E7) is known color: Saltpan. HEX triplet: F0, F8 and E7. RGB value is (240,248,231). Sum of RGB (Red+Green+Blue) = 240+248+231=719 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.38% from 719); Green value is 248 (97.27% from 255 or 34.49% from 719); Blue value is 231 (90.62% from 255 or 32.13% from 719); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F8E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F8E7 is #0F0718. Grayscale: #F3F3F3. Windows color (decimal): -984857 or 15202544. OLE color: 15202544.
HSL color Cylindrical-coordinate representation of color #F0F8E7: hue angle of 88.24º degrees, saturation: 0.55, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0F8E7 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 231 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.03 |
| HSL | 88.24º | 0.55% | 0.94% | - |
| HSV(B) | 88.24º | 0.07% | 0.97% | - |
| XYZ | 83.93 | 91.43 | 88.83 | - |
| YUV | 243.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 231 | 0.03 | 0 | 0.07 | 0.03 | 88.24 | 0.55 | 0.94 |
| Hex | F0 | F8 | E7 | 3 | 0 | 7 | 3 | 58 | 37 | 5E |
| Octal | 360 | 370 | 347 | 3 | 0 | 7 | 3 | 130 | 67 | 136 |
| Binary | 11110000 | 11111000 | 11100111 | 11 | 0 | 111 | 11 | 1011000 | 110111 | 1011110 |
Color Harmonies of #F0F8E7
Complementary color
Monochromatic Colors of #F0F8E7
Black with #F0F8E7
Text Example
Text Example
White with #F0F8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F8E7; }
p { color: rgb(240,248,231); }
H1.HeaderClassName
{
color: #F0F8E7;
}
.AnyTagClassName
{
color: #F0F8E7;
}
</style>
background-color css
<style>
a { background-color: #F0F8E7; }
a { background-color: rgb(240,248,231); }
div.DivClassName
{
background-color: #F0F8E7;
}
.BgClassName
{
background-color: #F0F8E7;
}
</style>
border-color css
<style>
span { border-color: #F0F8E7; }
span { border-color: rgb(240,248,231); }
td.TdClassName
{
border-color: #F0F8E7;
}
.TagClassName
{
border-color: #F0F8E7;
}
</style>