Shades of Saltpan #F5FEDD
Tints of Saltpan #F5FEDD
RGB
CMYK
RGB Variations
Color information
#F5FEDD (or 0xF5FEDD) is known color: Saltpan. HEX triplet: F5, FE and DD. RGB value is (245,254,221). Sum of RGB (Red+Green+Blue) = 245+254+221=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 221 (86.72% from 255 or 30.69% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEDD is #0A0122. Grayscale: #F7F7F7. Windows color (decimal): -655651 or 14548725. OLE color: 14548725.
HSL color Cylindrical-coordinate representation of color #F5FEDD: hue angle of 76.36º 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 #F5FEDD is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 221 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.00 |
| HSL | 76.36º | 0.94% | 0.93% | - |
| HSV(B) | 76.36º | 0.13% | 1% | - |
| XYZ | 86.15 | 95.52 | 82.3 | - |
| YUV | 247.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 221 | 0.04 | 0 | 0.13 | 0.00 | 76.36 | 0.94 | 0.93 |
| Hex | F5 | FE | DD | 4 | 0 | D | 0 | 4C | 5E | 5D |
| Octal | 365 | 376 | 335 | 4 | 0 | 15 | 0 | 114 | 136 | 135 |
| Binary | 11110101 | 11111110 | 11011101 | 100 | 0 | 1101 | 0 | 1001100 | 1011110 | 1011101 |
Color Harmonies of #F5FEDD
Complementary color
Monochromatic Colors of #F5FEDD
Black with #F5FEDD
Text Example
Text Example
White with #F5FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FEDD; }
p { color: rgb(245,254,221); }
H1.HeaderClassName
{
color: #F5FEDD;
}
.AnyTagClassName
{
color: #F5FEDD;
}
</style>
background-color css
<style>
a { background-color: #F5FEDD; }
a { background-color: rgb(245,254,221); }
div.DivClassName
{
background-color: #F5FEDD;
}
.BgClassName
{
background-color: #F5FEDD;
}
</style>
border-color css
<style>
span { border-color: #F5FEDD; }
span { border-color: rgb(245,254,221); }
td.TdClassName
{
border-color: #F5FEDD;
}
.TagClassName
{
border-color: #F5FEDD;
}
</style>