Shades of Saltpan #F1FAE1
Tints of Saltpan #F1FAE1
RGB
CMYK
RGB Variations
Color information
#F1FAE1 (or 0xF1FAE1) is known color: Saltpan. HEX triplet: F1, FA and E1. RGB value is (241,250,225). Sum of RGB (Red+Green+Blue) = 241+250+225=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 225 (88.28% from 255 or 31.42% from 716); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FAE1 is #0E051E. Grayscale: #F4F4F4. Windows color (decimal): -918815 or 14809841. OLE color: 14809841.
HSL color Cylindrical-coordinate representation of color #F1FAE1: hue angle of 81.6º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1FAE1 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 225 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.02 |
| HSL | 81.6º | 0.71% | 0.93% | - |
| HSV(B) | 81.6º | 0.1% | 0.98% | - |
| XYZ | 84.05 | 92.51 | 84.66 | - |
| YUV | 244.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 225 | 0.04 | 0 | 0.10 | 0.02 | 81.6 | 0.71 | 0.93 |
| Hex | F1 | FA | E1 | 4 | 0 | A | 2 | 52 | 47 | 5D |
| Octal | 361 | 372 | 341 | 4 | 0 | 12 | 2 | 122 | 107 | 135 |
| Binary | 11110001 | 11111010 | 11100001 | 100 | 0 | 1010 | 10 | 1010010 | 1000111 | 1011101 |
Color Harmonies of #F1FAE1
Complementary color
Monochromatic Colors of #F1FAE1
Black with #F1FAE1
Text Example
Text Example
White with #F1FAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FAE1; }
p { color: rgb(241,250,225); }
H1.HeaderClassName
{
color: #F1FAE1;
}
.AnyTagClassName
{
color: #F1FAE1;
}
</style>
background-color css
<style>
a { background-color: #F1FAE1; }
a { background-color: rgb(241,250,225); }
div.DivClassName
{
background-color: #F1FAE1;
}
.BgClassName
{
background-color: #F1FAE1;
}
</style>
border-color css
<style>
span { border-color: #F1FAE1; }
span { border-color: rgb(241,250,225); }
td.TdClassName
{
border-color: #F1FAE1;
}
.TagClassName
{
border-color: #F1FAE1;
}
</style>