Shades of Saltpan #F5FEDE
Tints of Saltpan #F5FEDE
RGB
CMYK
RGB Variations
Color information
#F5FEDE (or 0xF5FEDE) is known color: Saltpan. HEX triplet: F5, FE and DE. RGB value is (245,254,222). Sum of RGB (Red+Green+Blue) = 245+254+222=721 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.98% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 222 (87.11% from 255 or 30.79% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEDE is #0A0121. Grayscale: #F7F7F7. Windows color (decimal): -655650 or 14614261. OLE color: 14614261.
HSL color Cylindrical-coordinate representation of color #F5FEDE: hue angle of 76.88º 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 #F5FEDE is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 222 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.00 |
| HSL | 76.88º | 0.94% | 0.93% | - |
| HSV(B) | 76.88º | 0.13% | 1% | - |
| XYZ | 86.28 | 95.57 | 83.01 | - |
| YUV | 247.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 222 | 0.04 | 0 | 0.13 | 0.00 | 76.88 | 0.94 | 0.93 |
| Hex | F5 | FE | DE | 4 | 0 | D | 0 | 4D | 5E | 5D |
| Octal | 365 | 376 | 336 | 4 | 0 | 15 | 0 | 115 | 136 | 135 |
| Binary | 11110101 | 11111110 | 11011110 | 100 | 0 | 1101 | 0 | 1001101 | 1011110 | 1011101 |
Color Harmonies of #F5FEDE
Complementary color
Monochromatic Colors of #F5FEDE
Black with #F5FEDE
Text Example
Text Example
White with #F5FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FEDE; }
p { color: rgb(245,254,222); }
H1.HeaderClassName
{
color: #F5FEDE;
}
.AnyTagClassName
{
color: #F5FEDE;
}
</style>
background-color css
<style>
a { background-color: #F5FEDE; }
a { background-color: rgb(245,254,222); }
div.DivClassName
{
background-color: #F5FEDE;
}
.BgClassName
{
background-color: #F5FEDE;
}
</style>
border-color css
<style>
span { border-color: #F5FEDE; }
span { border-color: rgb(245,254,222); }
td.TdClassName
{
border-color: #F5FEDE;
}
.TagClassName
{
border-color: #F5FEDE;
}
</style>