Shades of Saltpan #F0FEDD
Tints of Saltpan #F0FEDD
RGB
CMYK
RGB Variations
Color information
#F0FEDD (or 0xF0FEDD) is known color: Saltpan. HEX triplet: F0, FE and DD. RGB value is (240,254,221). Sum of RGB (Red+Green+Blue) = 240+254+221=715 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.57% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 221 (86.72% from 255 or 30.91% from 715); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FEDD is #0F0122. Grayscale: #F6F6F6. Windows color (decimal): -983331 or 14548720. OLE color: 14548720.
HSL color Cylindrical-coordinate representation of color #F0FEDD: hue angle of 85.45º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0FEDD is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 221 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.00 |
| HSL | 85.45º | 0.94% | 0.93% | - |
| HSV(B) | 85.45º | 0.13% | 1% | - |
| XYZ | 84.43 | 94.63 | 82.22 | - |
| YUV | 246.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 221 | 0.06 | 0 | 0.13 | 0.00 | 85.45 | 0.94 | 0.93 |
| Hex | F0 | FE | DD | 6 | 0 | D | 0 | 55 | 5E | 5D |
| Octal | 360 | 376 | 335 | 6 | 0 | 15 | 0 | 125 | 136 | 135 |
| Binary | 11110000 | 11111110 | 11011101 | 110 | 0 | 1101 | 0 | 1010101 | 1011110 | 1011101 |
Color Harmonies of #F0FEDD
Complementary color
Monochromatic Colors of #F0FEDD
Black with #F0FEDD
Text Example
Text Example
White with #F0FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEDD; }
p { color: rgb(240,254,221); }
H1.HeaderClassName
{
color: #F0FEDD;
}
.AnyTagClassName
{
color: #F0FEDD;
}
</style>
background-color css
<style>
a { background-color: #F0FEDD; }
a { background-color: rgb(240,254,221); }
div.DivClassName
{
background-color: #F0FEDD;
}
.BgClassName
{
background-color: #F0FEDD;
}
</style>
border-color css
<style>
span { border-color: #F0FEDD; }
span { border-color: rgb(240,254,221); }
td.TdClassName
{
border-color: #F0FEDD;
}
.TagClassName
{
border-color: #F0FEDD;
}
</style>