Shades of Saltpan #F1FEDE
Tints of Saltpan #F1FEDE
RGB
CMYK
RGB Variations
Color information
#F1FEDE (or 0xF1FEDE) is known color: Saltpan. HEX triplet: F1, FE and DE. RGB value is (241,254,222). Sum of RGB (Red+Green+Blue) = 241+254+222=717 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.61% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 222 (87.11% from 255 or 30.96% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FEDE is #0E0121. Grayscale: #F6F6F6. Windows color (decimal): -917794 or 14614257. OLE color: 14614257.
HSL color Cylindrical-coordinate representation of color #F1FEDE: hue angle of 84.38º 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 #F1FEDE is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 222 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.00 |
| HSL | 84.38º | 0.94% | 0.93% | - |
| HSV(B) | 84.38º | 0.13% | 1% | - |
| XYZ | 84.9 | 94.86 | 82.94 | - |
| YUV | 246.47 | 114.19 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 222 | 0.05 | 0 | 0.13 | 0.00 | 84.38 | 0.94 | 0.93 |
| Hex | F1 | FE | DE | 5 | 0 | D | 0 | 54 | 5E | 5D |
| Octal | 361 | 376 | 336 | 5 | 0 | 15 | 0 | 124 | 136 | 135 |
| Binary | 11110001 | 11111110 | 11011110 | 101 | 0 | 1101 | 0 | 1010100 | 1011110 | 1011101 |
Color Harmonies of #F1FEDE
Complementary color
Monochromatic Colors of #F1FEDE
Black with #F1FEDE
Text Example
Text Example
White with #F1FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FEDE; }
p { color: rgb(241,254,222); }
H1.HeaderClassName
{
color: #F1FEDE;
}
.AnyTagClassName
{
color: #F1FEDE;
}
</style>
background-color css
<style>
a { background-color: #F1FEDE; }
a { background-color: rgb(241,254,222); }
div.DivClassName
{
background-color: #F1FEDE;
}
.BgClassName
{
background-color: #F1FEDE;
}
</style>
border-color css
<style>
span { border-color: #F1FEDE; }
span { border-color: rgb(241,254,222); }
td.TdClassName
{
border-color: #F1FEDE;
}
.TagClassName
{
border-color: #F1FEDE;
}
</style>