Shades of Saltpan #F0FEDA
Tints of Saltpan #F0FEDA
RGB
CMYK
RGB Variations
Color information
#F0FEDA (or 0xF0FEDA) is known color: Saltpan. HEX triplet: F0, FE and DA. RGB value is (240,254,218). Sum of RGB (Red+Green+Blue) = 240+254+218=712 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.71% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 218 (85.55% from 255 or 30.62% from 712); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FEDA is #0F0125. Grayscale: #F5F5F5. Windows color (decimal): -983334 or 14352112. OLE color: 14352112.
HSL color Cylindrical-coordinate representation of color #F0FEDA: hue angle of 83.33º 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 #F0FEDA is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 218 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.00 |
| HSL | 83.33º | 0.95% | 0.93% | - |
| HSV(B) | 83.33º | 0.14% | 1% | - |
| XYZ | 84.03 | 94.47 | 80.14 | - |
| YUV | 245.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 218 | 0.06 | 0 | 0.14 | 0.00 | 83.33 | 0.95 | 0.93 |
| Hex | F0 | FE | DA | 6 | 0 | E | 0 | 53 | 5F | 5D |
| Octal | 360 | 376 | 332 | 6 | 0 | 16 | 0 | 123 | 137 | 135 |
| Binary | 11110000 | 11111110 | 11011010 | 110 | 0 | 1110 | 0 | 1010011 | 1011111 | 1011101 |
Color Harmonies of #F0FEDA
Complementary color
Monochromatic Colors of #F0FEDA
Black with #F0FEDA
Text Example
Text Example
White with #F0FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEDA; }
p { color: rgb(240,254,218); }
H1.HeaderClassName
{
color: #F0FEDA;
}
.AnyTagClassName
{
color: #F0FEDA;
}
</style>
background-color css
<style>
a { background-color: #F0FEDA; }
a { background-color: rgb(240,254,218); }
div.DivClassName
{
background-color: #F0FEDA;
}
.BgClassName
{
background-color: #F0FEDA;
}
</style>
border-color css
<style>
span { border-color: #F0FEDA; }
span { border-color: rgb(240,254,218); }
td.TdClassName
{
border-color: #F0FEDA;
}
.TagClassName
{
border-color: #F0FEDA;
}
</style>