Shades of Saltpan #F5FFE2
Tints of Saltpan #F5FFE2
RGB
CMYK
RGB Variations
Color information
#F5FFE2 (or 0xF5FFE2) is known color: Saltpan. HEX triplet: F5, FF and E2. RGB value is (245,255,226). Sum of RGB (Red+Green+Blue) = 245+255+226=726 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.75% from 726); Green value is 255 (100% from 255 or 35.12% from 726); Blue value is 226 (88.67% from 255 or 31.13% from 726); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFE2 is #0A001D. Grayscale: #F8F8F8. Windows color (decimal): -655390 or 14876661. OLE color: 14876661.
HSL color Cylindrical-coordinate representation of color #F5FFE2: hue angle of 80.69º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5FFE2 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 226 | - |
| CMYK | 0.04 | 0 | 0.11 | 0 |
| HSL | 80.69º | 1% | 0.94% | - |
| HSV(B) | 80.69º | 0.11% | 1% | - |
| XYZ | 87.14 | 96.42 | 85.97 | - |
| YUV | 248.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 226 | 0.04 | 0 | 0.11 | 0 | 80.69 | 1 | 0.94 |
| Hex | F5 | FF | E2 | 4 | 0 | B | 0 | 51 | 64 | 5E |
| Octal | 365 | 377 | 342 | 4 | 0 | 13 | 0 | 121 | 144 | 136 |
| Binary | 11110101 | 11111111 | 11100010 | 100 | 0 | 1011 | 0 | 1010001 | 1100100 | 1011110 |
Color Harmonies of #F5FFE2
Complementary color
Monochromatic Colors of #F5FFE2
Black with #F5FFE2
Text Example
Text Example
White with #F5FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFE2; }
p { color: rgb(245,255,226); }
H1.HeaderClassName
{
color: #F5FFE2;
}
.AnyTagClassName
{
color: #F5FFE2;
}
</style>
background-color css
<style>
a { background-color: #F5FFE2; }
a { background-color: rgb(245,255,226); }
div.DivClassName
{
background-color: #F5FFE2;
}
.BgClassName
{
background-color: #F5FFE2;
}
</style>
border-color css
<style>
span { border-color: #F5FFE2; }
span { border-color: rgb(245,255,226); }
td.TdClassName
{
border-color: #F5FFE2;
}
.TagClassName
{
border-color: #F5FFE2;
}
</style>