Shades of Saltpan #F0FFD7
Tints of Saltpan #F0FFD7
RGB
CMYK
RGB Variations
Color information
#F0FFD7 (or 0xF0FFD7) is known color: Saltpan. HEX triplet: F0, FF and D7. RGB value is (240,255,215). Sum of RGB (Red+Green+Blue) = 240+255+215=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 215 (84.38% from 255 or 30.28% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFD7 is #0F0028. Grayscale: #F6F6F6. Windows color (decimal): -983081 or 14155760. OLE color: 14155760.
HSL color Cylindrical-coordinate representation of color #F0FFD7: hue angle of 82.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0FFD7 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 215 | - |
| CMYK | 0.06 | 0 | 0.16 | 0 |
| HSL | 82.5º | 1% | 0.92% | - |
| HSV(B) | 82.5º | 0.16% | 1% | - |
| XYZ | 83.96 | 94.95 | 78.19 | - |
| YUV | 245.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 215 | 0.06 | 0 | 0.16 | 0 | 82.5 | 1 | 0.92 |
| Hex | F0 | FF | D7 | 6 | 0 | 10 | 0 | 52 | 64 | 5C |
| Octal | 360 | 377 | 327 | 6 | 0 | 20 | 0 | 122 | 144 | 134 |
| Binary | 11110000 | 11111111 | 11010111 | 110 | 0 | 10000 | 0 | 1010010 | 1100100 | 1011100 |
Color Harmonies of #F0FFD7
Complementary color
Monochromatic Colors of #F0FFD7
Black with #F0FFD7
Text Example
Text Example
White with #F0FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFD7; }
p { color: rgb(240,255,215); }
H1.HeaderClassName
{
color: #F0FFD7;
}
.AnyTagClassName
{
color: #F0FFD7;
}
</style>
background-color css
<style>
a { background-color: #F0FFD7; }
a { background-color: rgb(240,255,215); }
div.DivClassName
{
background-color: #F0FFD7;
}
.BgClassName
{
background-color: #F0FFD7;
}
</style>
border-color css
<style>
span { border-color: #F0FFD7; }
span { border-color: rgb(240,255,215); }
td.TdClassName
{
border-color: #F0FFD7;
}
.TagClassName
{
border-color: #F0FFD7;
}
</style>