Shades of Saltpan #F0FBE0
Tints of Saltpan #F0FBE0
RGB
CMYK
RGB Variations
Color information
#F0FBE0 (or 0xF0FBE0) is known color: Saltpan. HEX triplet: F0, FB and E0. RGB value is (240,251,224). Sum of RGB (Red+Green+Blue) = 240+251+224=715 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.57% from 715); Green value is 251 (98.44% from 255 or 35.10% from 715); Blue value is 224 (87.89% from 255 or 31.33% from 715); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBE0 is #0F041F. Grayscale: #F4F4F4. Windows color (decimal): -984096 or 14744560. OLE color: 14744560.
HSL color Cylindrical-coordinate representation of color #F0FBE0: hue angle of 84.44º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0FBE0 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 224 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.02 |
| HSL | 84.44º | 0.77% | 0.93% | - |
| HSV(B) | 84.44º | 0.11% | 0.98% | - |
| XYZ | 83.89 | 92.9 | 84.03 | - |
| YUV | 244.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 224 | 0.04 | 0 | 0.11 | 0.02 | 84.44 | 0.77 | 0.93 |
| Hex | F0 | FB | E0 | 4 | 0 | B | 2 | 54 | 4D | 5D |
| Octal | 360 | 373 | 340 | 4 | 0 | 13 | 2 | 124 | 115 | 135 |
| Binary | 11110000 | 11111011 | 11100000 | 100 | 0 | 1011 | 10 | 1010100 | 1001101 | 1011101 |
Color Harmonies of #F0FBE0
Complementary color
Monochromatic Colors of #F0FBE0
Black with #F0FBE0
Text Example
Text Example
White with #F0FBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FBE0; }
p { color: rgb(240,251,224); }
H1.HeaderClassName
{
color: #F0FBE0;
}
.AnyTagClassName
{
color: #F0FBE0;
}
</style>
background-color css
<style>
a { background-color: #F0FBE0; }
a { background-color: rgb(240,251,224); }
div.DivClassName
{
background-color: #F0FBE0;
}
.BgClassName
{
background-color: #F0FBE0;
}
</style>
border-color css
<style>
span { border-color: #F0FBE0; }
span { border-color: rgb(240,251,224); }
td.TdClassName
{
border-color: #F0FBE0;
}
.TagClassName
{
border-color: #F0FBE0;
}
</style>