Shades of Saltpan #F4FEDD
Tints of Saltpan #F4FEDD
RGB
CMYK
RGB Variations
Color information
#F4FEDD (or 0xF4FEDD) is known color: Saltpan. HEX triplet: F4, FE and DD. RGB value is (244,254,221). Sum of RGB (Red+Green+Blue) = 244+254+221=719 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.94% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 221 (86.72% from 255 or 30.74% from 719); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FEDD is #0B0122. Grayscale: #F7F7F7. Windows color (decimal): -721187 or 14548724. OLE color: 14548724.
HSL color Cylindrical-coordinate representation of color #F4FEDD: hue angle of 78.18º 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 #F4FEDD is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 254 | 221 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.00 |
| HSL | 78.18º | 0.94% | 0.93% | - |
| HSV(B) | 78.18º | 0.13% | 1% | - |
| XYZ | 85.8 | 95.34 | 82.29 | - |
| YUV | 247.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 254 | 221 | 0.04 | 0 | 0.13 | 0.00 | 78.18 | 0.94 | 0.93 |
| Hex | F4 | FE | DD | 4 | 0 | D | 0 | 4E | 5E | 5D |
| Octal | 364 | 376 | 335 | 4 | 0 | 15 | 0 | 116 | 136 | 135 |
| Binary | 11110100 | 11111110 | 11011101 | 100 | 0 | 1101 | 0 | 1001110 | 1011110 | 1011101 |
Color Harmonies of #F4FEDD
Complementary color
Monochromatic Colors of #F4FEDD
Black with #F4FEDD
Text Example
Text Example
White with #F4FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FEDD; }
p { color: rgb(244,254,221); }
H1.HeaderClassName
{
color: #F4FEDD;
}
.AnyTagClassName
{
color: #F4FEDD;
}
</style>
background-color css
<style>
a { background-color: #F4FEDD; }
a { background-color: rgb(244,254,221); }
div.DivClassName
{
background-color: #F4FEDD;
}
.BgClassName
{
background-color: #F4FEDD;
}
</style>
border-color css
<style>
span { border-color: #F4FEDD; }
span { border-color: rgb(244,254,221); }
td.TdClassName
{
border-color: #F4FEDD;
}
.TagClassName
{
border-color: #F4FEDD;
}
</style>