Shades of Saltpan #F0FED7
Tints of Saltpan #F0FED7
RGB
CMYK
RGB Variations
Color information
#F0FED7 (or 0xF0FED7) is known color: Saltpan. HEX triplet: F0, FE and D7. RGB value is (240,254,215). Sum of RGB (Red+Green+Blue) = 240+254+215=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 215 (84.38% from 255 or 30.32% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FED7 is #0F0128. Grayscale: #F5F5F5. Windows color (decimal): -983337 or 14155504. OLE color: 14155504.
HSL color Cylindrical-coordinate representation of color #F0FED7: hue angle of 81.54º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0FED7 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 215 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.00 |
| HSL | 81.54º | 0.95% | 0.92% | - |
| HSV(B) | 81.54º | 0.15% | 1% | - |
| XYZ | 83.64 | 94.32 | 78.09 | - |
| YUV | 245.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 215 | 0.06 | 0 | 0.15 | 0.00 | 81.54 | 0.95 | 0.92 |
| Hex | F0 | FE | D7 | 6 | 0 | F | 0 | 52 | 5F | 5C |
| Octal | 360 | 376 | 327 | 6 | 0 | 17 | 0 | 122 | 137 | 134 |
| Binary | 11110000 | 11111110 | 11010111 | 110 | 0 | 1111 | 0 | 1010010 | 1011111 | 1011100 |
Color Harmonies of #F0FED7
Complementary color
Monochromatic Colors of #F0FED7
Black with #F0FED7
Text Example
Text Example
White with #F0FED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FED7; }
p { color: rgb(240,254,215); }
H1.HeaderClassName
{
color: #F0FED7;
}
.AnyTagClassName
{
color: #F0FED7;
}
</style>
background-color css
<style>
a { background-color: #F0FED7; }
a { background-color: rgb(240,254,215); }
div.DivClassName
{
background-color: #F0FED7;
}
.BgClassName
{
background-color: #F0FED7;
}
</style>
border-color css
<style>
span { border-color: #F0FED7; }
span { border-color: rgb(240,254,215); }
td.TdClassName
{
border-color: #F0FED7;
}
.TagClassName
{
border-color: #F0FED7;
}
</style>