Shades of Saltpan #F0F7DE
Tints of Saltpan #F0F7DE
RGB
CMYK
RGB Variations
Color information
#F0F7DE (or 0xF0F7DE) is known color: Saltpan. HEX triplet: F0, F7 and DE. RGB value is (240,247,222). Sum of RGB (Red+Green+Blue) = 240+247+222=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 247 (96.88% from 255 or 34.84% from 709); Blue value is 222 (87.11% from 255 or 31.31% from 709); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F7DE is #0F0821. Grayscale: #F2F2F2. Windows color (decimal): -985122 or 14612464. OLE color: 14612464.
HSL color Cylindrical-coordinate representation of color #F0F7DE: hue angle of 76.8º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0F7DE is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 222 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.03 |
| HSL | 76.8º | 0.61% | 0.92% | - |
| HSV(B) | 76.8º | 0.1% | 0.97% | - |
| XYZ | 82.38 | 90.32 | 82.2 | - |
| YUV | 242.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 222 | 0.03 | 0 | 0.10 | 0.03 | 76.8 | 0.61 | 0.92 |
| Hex | F0 | F7 | DE | 3 | 0 | A | 3 | 4D | 3D | 5C |
| Octal | 360 | 367 | 336 | 3 | 0 | 12 | 3 | 115 | 75 | 134 |
| Binary | 11110000 | 11110111 | 11011110 | 11 | 0 | 1010 | 11 | 1001101 | 111101 | 1011100 |
Color Harmonies of #F0F7DE
Complementary color
Monochromatic Colors of #F0F7DE
Black with #F0F7DE
Text Example
Text Example
White with #F0F7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F7DE; }
p { color: rgb(240,247,222); }
H1.HeaderClassName
{
color: #F0F7DE;
}
.AnyTagClassName
{
color: #F0F7DE;
}
</style>
background-color css
<style>
a { background-color: #F0F7DE; }
a { background-color: rgb(240,247,222); }
div.DivClassName
{
background-color: #F0F7DE;
}
.BgClassName
{
background-color: #F0F7DE;
}
</style>
border-color css
<style>
span { border-color: #F0F7DE; }
span { border-color: rgb(240,247,222); }
td.TdClassName
{
border-color: #F0F7DE;
}
.TagClassName
{
border-color: #F0F7DE;
}
</style>