Shades of Saltpan #F1FED8
Tints of Saltpan #F1FED8
RGB
CMYK
RGB Variations
Color information
#F1FED8 (or 0xF1FED8) is known color: Saltpan. HEX triplet: F1, FE and D8. RGB value is (241,254,216). Sum of RGB (Red+Green+Blue) = 241+254+216=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 254 (99.61% from 255 or 35.72% from 711); Blue value is 216 (84.77% from 255 or 30.38% from 711); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FED8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FED8 is #0E0127. Grayscale: #F5F5F5. Windows color (decimal): -917800 or 14221041. OLE color: 14221041.
HSL color Cylindrical-coordinate representation of color #F1FED8: hue angle of 80.53º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1FED8 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 216 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.00 |
| HSL | 80.53º | 0.95% | 0.92% | - |
| HSV(B) | 80.53º | 0.15% | 1% | - |
| XYZ | 84.11 | 94.54 | 78.78 | - |
| YUV | 245.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 216 | 0.05 | 0 | 0.15 | 0.00 | 80.53 | 0.95 | 0.92 |
| Hex | F1 | FE | D8 | 5 | 0 | F | 0 | 51 | 5F | 5C |
| Octal | 361 | 376 | 330 | 5 | 0 | 17 | 0 | 121 | 137 | 134 |
| Binary | 11110001 | 11111110 | 11011000 | 101 | 0 | 1111 | 0 | 1010001 | 1011111 | 1011100 |
Color Harmonies of #F1FED8
Complementary color
Monochromatic Colors of #F1FED8
Black with #F1FED8
Text Example
Text Example
White with #F1FED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FED8; }
p { color: rgb(241,254,216); }
H1.HeaderClassName
{
color: #F1FED8;
}
.AnyTagClassName
{
color: #F1FED8;
}
</style>
background-color css
<style>
a { background-color: #F1FED8; }
a { background-color: rgb(241,254,216); }
div.DivClassName
{
background-color: #F1FED8;
}
.BgClassName
{
background-color: #F1FED8;
}
</style>
border-color css
<style>
span { border-color: #F1FED8; }
span { border-color: rgb(241,254,216); }
td.TdClassName
{
border-color: #F1FED8;
}
.TagClassName
{
border-color: #F1FED8;
}
</style>