Shades of Saltpan #F1FEE1
Tints of Saltpan #F1FEE1
RGB
CMYK
RGB Variations
Color information
#F1FEE1 (or 0xF1FEE1) is known color: Saltpan. HEX triplet: F1, FE and E1. RGB value is (241,254,225). Sum of RGB (Red+Green+Blue) = 241+254+225=720 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.47% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 225 (88.28% from 255 or 31.25% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FEE1 is #0E011E. Grayscale: #F6F6F6. Windows color (decimal): -917791 or 14810865. OLE color: 14810865.
HSL color Cylindrical-coordinate representation of color #F1FEE1: hue angle of 86.9º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1FEE1 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 225 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.00 |
| HSL | 86.9º | 0.94% | 0.94% | - |
| HSV(B) | 86.9º | 0.11% | 1% | - |
| XYZ | 85.31 | 95.02 | 85.08 | - |
| YUV | 246.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 225 | 0.05 | 0 | 0.11 | 0.00 | 86.9 | 0.94 | 0.94 |
| Hex | F1 | FE | E1 | 5 | 0 | B | 0 | 57 | 5E | 5E |
| Octal | 361 | 376 | 341 | 5 | 0 | 13 | 0 | 127 | 136 | 136 |
| Binary | 11110001 | 11111110 | 11100001 | 101 | 0 | 1011 | 0 | 1010111 | 1011110 | 1011110 |
Color Harmonies of #F1FEE1
Complementary color
Monochromatic Colors of #F1FEE1
Black with #F1FEE1
Text Example
Text Example
White with #F1FEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FEE1; }
p { color: rgb(241,254,225); }
H1.HeaderClassName
{
color: #F1FEE1;
}
.AnyTagClassName
{
color: #F1FEE1;
}
</style>
background-color css
<style>
a { background-color: #F1FEE1; }
a { background-color: rgb(241,254,225); }
div.DivClassName
{
background-color: #F1FEE1;
}
.BgClassName
{
background-color: #F1FEE1;
}
</style>
border-color css
<style>
span { border-color: #F1FEE1; }
span { border-color: rgb(241,254,225); }
td.TdClassName
{
border-color: #F1FEE1;
}
.TagClassName
{
border-color: #F1FEE1;
}
</style>