Shades of Saltpan #F5FDE9
Tints of Saltpan #F5FDE9
RGB
CMYK
RGB Variations
Color information
#F5FDE9 (or 0xF5FDE9) is known color: Saltpan. HEX triplet: F5, FD and E9. RGB value is (245,253,233). Sum of RGB (Red+Green+Blue) = 245+253+233=731 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.52% from 731); Green value is 253 (99.22% from 255 or 34.61% from 731); Blue value is 233 (91.41% from 255 or 31.87% from 731); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDE9 is #0A0216. Grayscale: #F8F8F8. Windows color (decimal): -655895 or 15334901. OLE color: 15334901.
HSL color Cylindrical-coordinate representation of color #F5FDE9: hue angle of 84º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5FDE9 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 233 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.01 |
| HSL | 84º | 0.83% | 0.95% | - |
| HSV(B) | 84º | 0.08% | 0.99% | - |
| XYZ | 87.49 | 95.55 | 90.92 | - |
| YUV | 248.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 233 | 0.03 | 0 | 0.08 | 0.01 | 84 | 0.83 | 0.95 |
| Hex | F5 | FD | E9 | 3 | 0 | 8 | 1 | 54 | 53 | 5F |
| Octal | 365 | 375 | 351 | 3 | 0 | 10 | 1 | 124 | 123 | 137 |
| Binary | 11110101 | 11111101 | 11101001 | 11 | 0 | 1000 | 1 | 1010100 | 1010011 | 1011111 |
Color Harmonies of #F5FDE9
Complementary color
Monochromatic Colors of #F5FDE9
Black with #F5FDE9
Text Example
Text Example
White with #F5FDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FDE9; }
p { color: rgb(245,253,233); }
H1.HeaderClassName
{
color: #F5FDE9;
}
.AnyTagClassName
{
color: #F5FDE9;
}
</style>
background-color css
<style>
a { background-color: #F5FDE9; }
a { background-color: rgb(245,253,233); }
div.DivClassName
{
background-color: #F5FDE9;
}
.BgClassName
{
background-color: #F5FDE9;
}
</style>
border-color css
<style>
span { border-color: #F5FDE9; }
span { border-color: rgb(245,253,233); }
td.TdClassName
{
border-color: #F5FDE9;
}
.TagClassName
{
border-color: #F5FDE9;
}
</style>