Shades of Saltpan #F0FFDC
Tints of Saltpan #F0FFDC
RGB
CMYK
RGB Variations
Color information
#F0FFDC (or 0xF0FFDC) is known color: Saltpan. HEX triplet: F0, FF and DC. RGB value is (240,255,220). Sum of RGB (Red+Green+Blue) = 240+255+220=715 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.57% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 220 (86.33% from 255 or 30.77% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFDC is #0F0023. Grayscale: #F6F6F6. Windows color (decimal): -983076 or 14483440. OLE color: 14483440.
HSL color Cylindrical-coordinate representation of color #F0FFDC: hue angle of 85.71º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0FFDC is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 220 | - |
| CMYK | 0.06 | 0 | 0.14 | 0 |
| HSL | 85.71º | 1% | 0.93% | - |
| HSV(B) | 85.71º | 0.14% | 1% | - |
| XYZ | 84.61 | 95.21 | 81.63 | - |
| YUV | 246.53 | 113.03 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 220 | 0.06 | 0 | 0.14 | 0 | 85.71 | 1 | 0.93 |
| Hex | F0 | FF | DC | 6 | 0 | E | 0 | 56 | 64 | 5D |
| Octal | 360 | 377 | 334 | 6 | 0 | 16 | 0 | 126 | 144 | 135 |
| Binary | 11110000 | 11111111 | 11011100 | 110 | 0 | 1110 | 0 | 1010110 | 1100100 | 1011101 |
Color Harmonies of #F0FFDC
Complementary color
Monochromatic Colors of #F0FFDC
Black with #F0FFDC
Text Example
Text Example
White with #F0FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFDC; }
p { color: rgb(240,255,220); }
H1.HeaderClassName
{
color: #F0FFDC;
}
.AnyTagClassName
{
color: #F0FFDC;
}
</style>
background-color css
<style>
a { background-color: #F0FFDC; }
a { background-color: rgb(240,255,220); }
div.DivClassName
{
background-color: #F0FFDC;
}
.BgClassName
{
background-color: #F0FFDC;
}
</style>
border-color css
<style>
span { border-color: #F0FFDC; }
span { border-color: rgb(240,255,220); }
td.TdClassName
{
border-color: #F0FFDC;
}
.TagClassName
{
border-color: #F0FFDC;
}
</style>