Shades of Saltpan #F5FFEA
Tints of Saltpan #F5FFEA
RGB
CMYK
RGB Variations
Color information
#F5FFEA (or 0xF5FFEA) is known color: Saltpan. HEX triplet: F5, FF and EA. RGB value is (245,255,234). Sum of RGB (Red+Green+Blue) = 245+255+234=734 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.38% from 734); Green value is 255 (100% from 255 or 34.74% from 734); Blue value is 234 (91.80% from 255 or 31.88% from 734); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FFEA is #0A0015. Grayscale: #F9F9F9. Windows color (decimal): -655382 or 15400949. OLE color: 15400949.
HSL color Cylindrical-coordinate representation of color #F5FFEA: hue angle of 88.57º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5FFEA is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 234 | - |
| CMYK | 0.04 | 0 | 0.08 | 0 |
| HSL | 88.57º | 1% | 0.96% | - |
| HSV(B) | 88.57º | 0.08% | 1% | - |
| XYZ | 88.27 | 96.87 | 91.89 | - |
| YUV | 249.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 234 | 0.04 | 0 | 0.08 | 0 | 88.57 | 1 | 0.96 |
| Hex | F5 | FF | EA | 4 | 0 | 8 | 0 | 59 | 64 | 60 |
| Octal | 365 | 377 | 352 | 4 | 0 | 10 | 0 | 131 | 144 | 140 |
| Binary | 11110101 | 11111111 | 11101010 | 100 | 0 | 1000 | 0 | 1011001 | 1100100 | 1100000 |
Color Harmonies of #F5FFEA
Complementary color
Monochromatic Colors of #F5FFEA
Black with #F5FFEA
Text Example
Text Example
White with #F5FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFEA; }
p { color: rgb(245,255,234); }
H1.HeaderClassName
{
color: #F5FFEA;
}
.AnyTagClassName
{
color: #F5FFEA;
}
</style>
background-color css
<style>
a { background-color: #F5FFEA; }
a { background-color: rgb(245,255,234); }
div.DivClassName
{
background-color: #F5FFEA;
}
.BgClassName
{
background-color: #F5FFEA;
}
</style>
border-color css
<style>
span { border-color: #F5FFEA; }
span { border-color: rgb(245,255,234); }
td.TdClassName
{
border-color: #F5FFEA;
}
.TagClassName
{
border-color: #F5FFEA;
}
</style>