Shades of Saltpan #F1FCE0
Tints of Saltpan #F1FCE0
RGB
CMYK
RGB Variations
Color information
#F1FCE0 (or 0xF1FCE0) is known color: Saltpan. HEX triplet: F1, FC and E0. RGB value is (241,252,224). Sum of RGB (Red+Green+Blue) = 241+252+224=717 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.61% from 717); Green value is 252 (98.83% from 255 or 35.15% from 717); Blue value is 224 (87.89% from 255 or 31.24% from 717); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCE0 is #0E031F. Grayscale: #F5F5F5. Windows color (decimal): -918304 or 14744817. OLE color: 14744817.
HSL color Cylindrical-coordinate representation of color #F1FCE0: hue angle of 83.57º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1FCE0 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 252 | 224 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.01 |
| HSL | 83.57º | 0.82% | 0.93% | - |
| HSV(B) | 83.57º | 0.11% | 0.99% | - |
| XYZ | 84.54 | 93.7 | 84.15 | - |
| YUV | 245.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 252 | 224 | 0.04 | 0 | 0.11 | 0.01 | 83.57 | 0.82 | 0.93 |
| Hex | F1 | FC | E0 | 4 | 0 | B | 1 | 54 | 52 | 5D |
| Octal | 361 | 374 | 340 | 4 | 0 | 13 | 1 | 124 | 122 | 135 |
| Binary | 11110001 | 11111100 | 11100000 | 100 | 0 | 1011 | 1 | 1010100 | 1010010 | 1011101 |
Color Harmonies of #F1FCE0
Complementary color
Monochromatic Colors of #F1FCE0
Black with #F1FCE0
Text Example
Text Example
White with #F1FCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FCE0; }
p { color: rgb(241,252,224); }
H1.HeaderClassName
{
color: #F1FCE0;
}
.AnyTagClassName
{
color: #F1FCE0;
}
</style>
background-color css
<style>
a { background-color: #F1FCE0; }
a { background-color: rgb(241,252,224); }
div.DivClassName
{
background-color: #F1FCE0;
}
.BgClassName
{
background-color: #F1FCE0;
}
</style>
border-color css
<style>
span { border-color: #F1FCE0; }
span { border-color: rgb(241,252,224); }
td.TdClassName
{
border-color: #F1FCE0;
}
.TagClassName
{
border-color: #F1FCE0;
}
</style>