Shades of Saltpan #F0FBE3
Tints of Saltpan #F0FBE3
RGB
CMYK
RGB Variations
Color information
#F0FBE3 (or 0xF0FBE3) is known color: Saltpan. HEX triplet: F0, FB and E3. RGB value is (240,251,227). Sum of RGB (Red+Green+Blue) = 240+251+227=718 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.43% from 718); Green value is 251 (98.44% from 255 or 34.96% from 718); Blue value is 227 (89.06% from 255 or 31.62% from 718); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBE3 is #0F041C. Grayscale: #F5F5F5. Windows color (decimal): -984093 or 14941168. OLE color: 14941168.
HSL color Cylindrical-coordinate representation of color #F0FBE3: hue angle of 87.5º degrees, saturation: 0.75, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0FBE3 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 227 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.02 |
| HSL | 87.5º | 0.75% | 0.94% | - |
| HSV(B) | 87.5º | 0.1% | 0.98% | - |
| XYZ | 84.3 | 93.07 | 86.19 | - |
| YUV | 244.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 227 | 0.04 | 0 | 0.10 | 0.02 | 87.5 | 0.75 | 0.94 |
| Hex | F0 | FB | E3 | 4 | 0 | A | 2 | 57 | 4B | 5E |
| Octal | 360 | 373 | 343 | 4 | 0 | 12 | 2 | 127 | 113 | 136 |
| Binary | 11110000 | 11111011 | 11100011 | 100 | 0 | 1010 | 10 | 1010111 | 1001011 | 1011110 |
Color Harmonies of #F0FBE3
Complementary color
Monochromatic Colors of #F0FBE3
Black with #F0FBE3
Text Example
Text Example
White with #F0FBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FBE3; }
p { color: rgb(240,251,227); }
H1.HeaderClassName
{
color: #F0FBE3;
}
.AnyTagClassName
{
color: #F0FBE3;
}
</style>
background-color css
<style>
a { background-color: #F0FBE3; }
a { background-color: rgb(240,251,227); }
div.DivClassName
{
background-color: #F0FBE3;
}
.BgClassName
{
background-color: #F0FBE3;
}
</style>
border-color css
<style>
span { border-color: #F0FBE3; }
span { border-color: rgb(240,251,227); }
td.TdClassName
{
border-color: #F0FBE3;
}
.TagClassName
{
border-color: #F0FBE3;
}
</style>