Shades of Saltpan #F0F6DD
Tints of Saltpan #F0F6DD
RGB
CMYK
RGB Variations
Color information
#F0F6DD (or 0xF0F6DD) is known color: Saltpan. HEX triplet: F0, F6 and DD. RGB value is (240,246,221). Sum of RGB (Red+Green+Blue) = 240+246+221=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 246 (96.48% from 255 or 34.79% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F6DD is #0F0922. Grayscale: #F1F1F1. Windows color (decimal): -985379 or 14546672. OLE color: 14546672.
HSL color Cylindrical-coordinate representation of color #F0F6DD: hue angle of 74.4º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0F6DD is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 221 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.04 |
| HSL | 74.4º | 0.58% | 0.92% | - |
| HSV(B) | 74.4º | 0.1% | 0.96% | - |
| XYZ | 81.94 | 89.66 | 81.39 | - |
| YUV | 241.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 221 | 0.02 | 0 | 0.10 | 0.04 | 74.4 | 0.58 | 0.92 |
| Hex | F0 | F6 | DD | 2 | 0 | A | 4 | 4A | 3A | 5C |
| Octal | 360 | 366 | 335 | 2 | 0 | 12 | 4 | 112 | 72 | 134 |
| Binary | 11110000 | 11110110 | 11011101 | 10 | 0 | 1010 | 100 | 1001010 | 111010 | 1011100 |
Color Harmonies of #F0F6DD
Complementary color
Monochromatic Colors of #F0F6DD
Black with #F0F6DD
Text Example
Text Example
White with #F0F6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F6DD; }
p { color: rgb(240,246,221); }
H1.HeaderClassName
{
color: #F0F6DD;
}
.AnyTagClassName
{
color: #F0F6DD;
}
</style>
background-color css
<style>
a { background-color: #F0F6DD; }
a { background-color: rgb(240,246,221); }
div.DivClassName
{
background-color: #F0F6DD;
}
.BgClassName
{
background-color: #F0F6DD;
}
</style>
border-color css
<style>
span { border-color: #F0F6DD; }
span { border-color: rgb(240,246,221); }
td.TdClassName
{
border-color: #F0F6DD;
}
.TagClassName
{
border-color: #F0F6DD;
}
</style>