Shades of Saltpan #F4FFDE
Tints of Saltpan #F4FFDE
RGB
CMYK
RGB Variations
Color information
#F4FFDE (or 0xF4FFDE) is known color: Saltpan. HEX triplet: F4, FF and DE. RGB value is (244,255,222). Sum of RGB (Red+Green+Blue) = 244+255+222=721 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.84% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 222 (87.11% from 255 or 30.79% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FFDE is #0B0021. Grayscale: #F8F8F8. Windows color (decimal): -720930 or 14614516. OLE color: 14614516.
HSL color Cylindrical-coordinate representation of color #F4FFDE: hue angle of 80º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F4FFDE is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 222 | - |
| CMYK | 0.04 | 0 | 0.13 | 0 |
| HSL | 80º | 1% | 0.94% | - |
| HSV(B) | 80º | 0.13% | 1% | - |
| XYZ | 86.25 | 96.03 | 83.1 | - |
| YUV | 247.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 222 | 0.04 | 0 | 0.13 | 0 | 80 | 1 | 0.94 |
| Hex | F4 | FF | DE | 4 | 0 | D | 0 | 50 | 64 | 5E |
| Octal | 364 | 377 | 336 | 4 | 0 | 15 | 0 | 120 | 144 | 136 |
| Binary | 11110100 | 11111111 | 11011110 | 100 | 0 | 1101 | 0 | 1010000 | 1100100 | 1011110 |
Color Harmonies of #F4FFDE
Complementary color
Monochromatic Colors of #F4FFDE
Black with #F4FFDE
Text Example
Text Example
White with #F4FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FFDE; }
p { color: rgb(244,255,222); }
H1.HeaderClassName
{
color: #F4FFDE;
}
.AnyTagClassName
{
color: #F4FFDE;
}
</style>
background-color css
<style>
a { background-color: #F4FFDE; }
a { background-color: rgb(244,255,222); }
div.DivClassName
{
background-color: #F4FFDE;
}
.BgClassName
{
background-color: #F4FFDE;
}
</style>
border-color css
<style>
span { border-color: #F4FFDE; }
span { border-color: rgb(244,255,222); }
td.TdClassName
{
border-color: #F4FFDE;
}
.TagClassName
{
border-color: #F4FFDE;
}
</style>