Shades of Saltpan #F5FFE8
Tints of Saltpan #F5FFE8
RGB
CMYK
RGB Variations
Color information
#F5FFE8 (or 0xF5FFE8) is known color: Saltpan. HEX triplet: F5, FF and E8. RGB value is (245,255,232). Sum of RGB (Red+Green+Blue) = 245+255+232=732 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.47% from 732); Green value is 255 (100% from 255 or 34.84% from 732); Blue value is 232 (91.02% from 255 or 31.69% from 732); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FFE8 is #0A0017. Grayscale: #F9F9F9. Windows color (decimal): -655384 or 15269877. OLE color: 15269877.
HSL color Cylindrical-coordinate representation of color #F5FFE8: hue angle of 86.09º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5FFE8 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 232 | - |
| CMYK | 0.04 | 0 | 0.09 | 0 |
| HSL | 86.09º | 1% | 0.95% | - |
| HSV(B) | 86.09º | 0.09% | 1% | - |
| XYZ | 87.98 | 96.76 | 90.38 | - |
| YUV | 249.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 232 | 0.04 | 0 | 0.09 | 0 | 86.09 | 1 | 0.95 |
| Hex | F5 | FF | E8 | 4 | 0 | 9 | 0 | 56 | 64 | 5F |
| Octal | 365 | 377 | 350 | 4 | 0 | 11 | 0 | 126 | 144 | 137 |
| Binary | 11110101 | 11111111 | 11101000 | 100 | 0 | 1001 | 0 | 1010110 | 1100100 | 1011111 |
Color Harmonies of #F5FFE8
Complementary color
Monochromatic Colors of #F5FFE8
Black with #F5FFE8
Text Example
Text Example
White with #F5FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFE8; }
p { color: rgb(245,255,232); }
H1.HeaderClassName
{
color: #F5FFE8;
}
.AnyTagClassName
{
color: #F5FFE8;
}
</style>
background-color css
<style>
a { background-color: #F5FFE8; }
a { background-color: rgb(245,255,232); }
div.DivClassName
{
background-color: #F5FFE8;
}
.BgClassName
{
background-color: #F5FFE8;
}
</style>
border-color css
<style>
span { border-color: #F5FFE8; }
span { border-color: rgb(245,255,232); }
td.TdClassName
{
border-color: #F5FFE8;
}
.TagClassName
{
border-color: #F5FFE8;
}
</style>