Shades of Saltpan #F0F7DF
Tints of Saltpan #F0F7DF
RGB
CMYK
RGB Variations
Color information
#F0F7DF (or 0xF0F7DF) is known color: Saltpan. HEX triplet: F0, F7 and DF. RGB value is (240,247,223). Sum of RGB (Red+Green+Blue) = 240+247+223=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 247 (96.88% from 255 or 34.79% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F7DF is #0F0820. Grayscale: #F2F2F2. Windows color (decimal): -985121 or 14678000. OLE color: 14678000.
HSL color Cylindrical-coordinate representation of color #F0F7DF: hue angle of 77.5º degrees, saturation: 0.6, 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 #F0F7DF is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 223 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.03 |
| HSL | 77.5º | 0.6% | 0.92% | - |
| HSV(B) | 77.5º | 0.1% | 0.97% | - |
| XYZ | 82.52 | 90.37 | 82.91 | - |
| YUV | 242.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 223 | 0.03 | 0 | 0.10 | 0.03 | 77.5 | 0.6 | 0.92 |
| Hex | F0 | F7 | DF | 3 | 0 | A | 3 | 4E | 3C | 5C |
| Octal | 360 | 367 | 337 | 3 | 0 | 12 | 3 | 116 | 74 | 134 |
| Binary | 11110000 | 11110111 | 11011111 | 11 | 0 | 1010 | 11 | 1001110 | 111100 | 1011100 |
Color Harmonies of #F0F7DF
Complementary color
Monochromatic Colors of #F0F7DF
Black with #F0F7DF
Text Example
Text Example
White with #F0F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F7DF; }
p { color: rgb(240,247,223); }
H1.HeaderClassName
{
color: #F0F7DF;
}
.AnyTagClassName
{
color: #F0F7DF;
}
</style>
background-color css
<style>
a { background-color: #F0F7DF; }
a { background-color: rgb(240,247,223); }
div.DivClassName
{
background-color: #F0F7DF;
}
.BgClassName
{
background-color: #F0F7DF;
}
</style>
border-color css
<style>
span { border-color: #F0F7DF; }
span { border-color: rgb(240,247,223); }
td.TdClassName
{
border-color: #F0F7DF;
}
.TagClassName
{
border-color: #F0F7DF;
}
</style>