Shades of Saltpan #F1FEDA
Tints of Saltpan #F1FEDA
RGB
CMYK
RGB Variations
Color information
#F1FEDA (or 0xF1FEDA) is known color: Saltpan. HEX triplet: F1, FE and DA. RGB value is (241,254,218). Sum of RGB (Red+Green+Blue) = 241+254+218=713 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.80% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 218 (85.55% from 255 or 30.58% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FEDA is #0E0125. Grayscale: #F6F6F6. Windows color (decimal): -917798 or 14352113. OLE color: 14352113.
HSL color Cylindrical-coordinate representation of color #F1FEDA: hue angle of 81.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1FEDA is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 218 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.00 |
| HSL | 81.67º | 0.95% | 0.93% | - |
| HSV(B) | 81.67º | 0.14% | 1% | - |
| XYZ | 84.37 | 94.65 | 80.15 | - |
| YUV | 246.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 218 | 0.05 | 0 | 0.14 | 0.00 | 81.67 | 0.95 | 0.93 |
| Hex | F1 | FE | DA | 5 | 0 | E | 0 | 52 | 5F | 5D |
| Octal | 361 | 376 | 332 | 5 | 0 | 16 | 0 | 122 | 137 | 135 |
| Binary | 11110001 | 11111110 | 11011010 | 101 | 0 | 1110 | 0 | 1010010 | 1011111 | 1011101 |
Color Harmonies of #F1FEDA
Complementary color
Monochromatic Colors of #F1FEDA
Black with #F1FEDA
Text Example
Text Example
White with #F1FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FEDA; }
p { color: rgb(241,254,218); }
H1.HeaderClassName
{
color: #F1FEDA;
}
.AnyTagClassName
{
color: #F1FEDA;
}
</style>
background-color css
<style>
a { background-color: #F1FEDA; }
a { background-color: rgb(241,254,218); }
div.DivClassName
{
background-color: #F1FEDA;
}
.BgClassName
{
background-color: #F1FEDA;
}
</style>
border-color css
<style>
span { border-color: #F1FEDA; }
span { border-color: rgb(241,254,218); }
td.TdClassName
{
border-color: #F1FEDA;
}
.TagClassName
{
border-color: #F1FEDA;
}
</style>