Shades of Saltpan #F0FDE0
Tints of Saltpan #F0FDE0
RGB
CMYK
RGB Variations
Color information
#F0FDE0 (or 0xF0FDE0) is known color: Saltpan. HEX triplet: F0, FD and E0. RGB value is (240,253,224). Sum of RGB (Red+Green+Blue) = 240+253+224=717 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.47% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 224 (87.89% from 255 or 31.24% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDE0 is #0F021F. Grayscale: #F5F5F5. Windows color (decimal): -983584 or 14745072. OLE color: 14745072.
HSL color Cylindrical-coordinate representation of color #F0FDE0: hue angle of 86.9º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0FDE0 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 224 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.01 |
| HSL | 86.9º | 0.88% | 0.94% | - |
| HSV(B) | 86.9º | 0.11% | 0.99% | - |
| XYZ | 84.52 | 94.16 | 84.24 | - |
| YUV | 245.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 224 | 0.05 | 0 | 0.11 | 0.01 | 86.9 | 0.88 | 0.94 |
| Hex | F0 | FD | E0 | 5 | 0 | B | 1 | 57 | 58 | 5E |
| Octal | 360 | 375 | 340 | 5 | 0 | 13 | 1 | 127 | 130 | 136 |
| Binary | 11110000 | 11111101 | 11100000 | 101 | 0 | 1011 | 1 | 1010111 | 1011000 | 1011110 |
Color Harmonies of #F0FDE0
Complementary color
Monochromatic Colors of #F0FDE0
Black with #F0FDE0
Text Example
Text Example
White with #F0FDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDE0; }
p { color: rgb(240,253,224); }
H1.HeaderClassName
{
color: #F0FDE0;
}
.AnyTagClassName
{
color: #F0FDE0;
}
</style>
background-color css
<style>
a { background-color: #F0FDE0; }
a { background-color: rgb(240,253,224); }
div.DivClassName
{
background-color: #F0FDE0;
}
.BgClassName
{
background-color: #F0FDE0;
}
</style>
border-color css
<style>
span { border-color: #F0FDE0; }
span { border-color: rgb(240,253,224); }
td.TdClassName
{
border-color: #F0FDE0;
}
.TagClassName
{
border-color: #F0FDE0;
}
</style>