Shades of Saltpan #F1FEDC
Tints of Saltpan #F1FEDC
RGB
CMYK
RGB Variations
Color information
#F1FEDC (or 0xF1FEDC) is known color: Saltpan. HEX triplet: F1, FE and DC. RGB value is (241,254,220). Sum of RGB (Red+Green+Blue) = 241+254+220=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 220 (86.33% from 255 or 30.77% from 715); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FEDC is #0E0123. Grayscale: #F6F6F6. Windows color (decimal): -917796 or 14483185. OLE color: 14483185.
HSL color Cylindrical-coordinate representation of color #F1FEDC: hue angle of 82.94º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1FEDC is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 220 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.00 |
| HSL | 82.94º | 0.94% | 0.93% | - |
| HSV(B) | 82.94º | 0.13% | 1% | - |
| XYZ | 84.64 | 94.75 | 81.54 | - |
| YUV | 246.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 220 | 0.05 | 0 | 0.13 | 0.00 | 82.94 | 0.94 | 0.93 |
| Hex | F1 | FE | DC | 5 | 0 | D | 0 | 53 | 5E | 5D |
| Octal | 361 | 376 | 334 | 5 | 0 | 15 | 0 | 123 | 136 | 135 |
| Binary | 11110001 | 11111110 | 11011100 | 101 | 0 | 1101 | 0 | 1010011 | 1011110 | 1011101 |
Color Harmonies of #F1FEDC
Complementary color
Monochromatic Colors of #F1FEDC
Black with #F1FEDC
Text Example
Text Example
White with #F1FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FEDC; }
p { color: rgb(241,254,220); }
H1.HeaderClassName
{
color: #F1FEDC;
}
.AnyTagClassName
{
color: #F1FEDC;
}
</style>
background-color css
<style>
a { background-color: #F1FEDC; }
a { background-color: rgb(241,254,220); }
div.DivClassName
{
background-color: #F1FEDC;
}
.BgClassName
{
background-color: #F1FEDC;
}
</style>
border-color css
<style>
span { border-color: #F1FEDC; }
span { border-color: rgb(241,254,220); }
td.TdClassName
{
border-color: #F1FEDC;
}
.TagClassName
{
border-color: #F1FEDC;
}
</style>