Shades of Saltpan #F0FEDB
Tints of Saltpan #F0FEDB
RGB
CMYK
RGB Variations
Color information
#F0FEDB (or 0xF0FEDB) is known color: Saltpan. HEX triplet: F0, FE and DB. RGB value is (240,254,219). Sum of RGB (Red+Green+Blue) = 240+254+219=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 219 (85.94% from 255 or 30.72% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FEDB is #0F0124. Grayscale: #F5F5F5. Windows color (decimal): -983333 or 14417648. OLE color: 14417648.
HSL color Cylindrical-coordinate representation of color #F0FEDB: hue angle of 84º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0FEDB is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 219 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.00 |
| HSL | 84º | 0.95% | 0.93% | - |
| HSV(B) | 84º | 0.14% | 1% | - |
| XYZ | 84.16 | 94.52 | 80.83 | - |
| YUV | 245.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 219 | 0.06 | 0 | 0.14 | 0.00 | 84 | 0.95 | 0.93 |
| Hex | F0 | FE | DB | 6 | 0 | E | 0 | 54 | 5F | 5D |
| Octal | 360 | 376 | 333 | 6 | 0 | 16 | 0 | 124 | 137 | 135 |
| Binary | 11110000 | 11111110 | 11011011 | 110 | 0 | 1110 | 0 | 1010100 | 1011111 | 1011101 |
Color Harmonies of #F0FEDB
Complementary color
Monochromatic Colors of #F0FEDB
Black with #F0FEDB
Text Example
Text Example
White with #F0FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEDB; }
p { color: rgb(240,254,219); }
H1.HeaderClassName
{
color: #F0FEDB;
}
.AnyTagClassName
{
color: #F0FEDB;
}
</style>
background-color css
<style>
a { background-color: #F0FEDB; }
a { background-color: rgb(240,254,219); }
div.DivClassName
{
background-color: #F0FEDB;
}
.BgClassName
{
background-color: #F0FEDB;
}
</style>
border-color css
<style>
span { border-color: #F0FEDB; }
span { border-color: rgb(240,254,219); }
td.TdClassName
{
border-color: #F0FEDB;
}
.TagClassName
{
border-color: #F0FEDB;
}
</style>