Shades of Saltpan #F1FEDB
Tints of Saltpan #F1FEDB
RGB
CMYK
RGB Variations
Color information
#F1FEDB (or 0xF1FEDB) is known color: Saltpan. HEX triplet: F1, FE and DB. RGB value is (241,254,219). Sum of RGB (Red+Green+Blue) = 241+254+219=714 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.75% from 714); Green value is 254 (99.61% from 255 or 35.57% from 714); Blue value is 219 (85.94% from 255 or 30.67% from 714); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FEDB is #0E0124. Grayscale: #F6F6F6. Windows color (decimal): -917797 or 14417649. OLE color: 14417649.
HSL color Cylindrical-coordinate representation of color #F1FEDB: hue angle of 82.29º 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 #F1FEDB is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 219 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.00 |
| HSL | 82.29º | 0.95% | 0.93% | - |
| HSV(B) | 82.29º | 0.14% | 1% | - |
| XYZ | 84.5 | 94.7 | 80.84 | - |
| YUV | 246.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 219 | 0.05 | 0 | 0.14 | 0.00 | 82.29 | 0.95 | 0.93 |
| Hex | F1 | FE | DB | 5 | 0 | E | 0 | 52 | 5F | 5D |
| Octal | 361 | 376 | 333 | 5 | 0 | 16 | 0 | 122 | 137 | 135 |
| Binary | 11110001 | 11111110 | 11011011 | 101 | 0 | 1110 | 0 | 1010010 | 1011111 | 1011101 |
Color Harmonies of #F1FEDB
Complementary color
Monochromatic Colors of #F1FEDB
Black with #F1FEDB
Text Example
Text Example
White with #F1FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FEDB; }
p { color: rgb(241,254,219); }
H1.HeaderClassName
{
color: #F1FEDB;
}
.AnyTagClassName
{
color: #F1FEDB;
}
</style>
background-color css
<style>
a { background-color: #F1FEDB; }
a { background-color: rgb(241,254,219); }
div.DivClassName
{
background-color: #F1FEDB;
}
.BgClassName
{
background-color: #F1FEDB;
}
</style>
border-color css
<style>
span { border-color: #F1FEDB; }
span { border-color: rgb(241,254,219); }
td.TdClassName
{
border-color: #F1FEDB;
}
.TagClassName
{
border-color: #F1FEDB;
}
</style>