Shades of Saltpan #F1FEDD
Tints of Saltpan #F1FEDD
RGB
CMYK
RGB Variations
Color information
#F1FEDD (or 0xF1FEDD) is known color: Saltpan. HEX triplet: F1, FE and DD. RGB value is (241,254,221). Sum of RGB (Red+Green+Blue) = 241+254+221=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 221 (86.72% from 255 or 30.87% from 716); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FEDD is #0E0122. Grayscale: #F6F6F6. Windows color (decimal): -917795 or 14548721. OLE color: 14548721.
HSL color Cylindrical-coordinate representation of color #F1FEDD: hue angle of 83.64º 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 #F1FEDD is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 221 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.00 |
| HSL | 83.64º | 0.94% | 0.93% | - |
| HSV(B) | 83.64º | 0.13% | 1% | - |
| XYZ | 84.77 | 94.8 | 82.24 | - |
| YUV | 246.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 221 | 0.05 | 0 | 0.13 | 0.00 | 83.64 | 0.94 | 0.93 |
| Hex | F1 | FE | DD | 5 | 0 | D | 0 | 54 | 5E | 5D |
| Octal | 361 | 376 | 335 | 5 | 0 | 15 | 0 | 124 | 136 | 135 |
| Binary | 11110001 | 11111110 | 11011101 | 101 | 0 | 1101 | 0 | 1010100 | 1011110 | 1011101 |
Color Harmonies of #F1FEDD
Complementary color
Monochromatic Colors of #F1FEDD
Black with #F1FEDD
Text Example
Text Example
White with #F1FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FEDD; }
p { color: rgb(241,254,221); }
H1.HeaderClassName
{
color: #F1FEDD;
}
.AnyTagClassName
{
color: #F1FEDD;
}
</style>
background-color css
<style>
a { background-color: #F1FEDD; }
a { background-color: rgb(241,254,221); }
div.DivClassName
{
background-color: #F1FEDD;
}
.BgClassName
{
background-color: #F1FEDD;
}
</style>
border-color css
<style>
span { border-color: #F1FEDD; }
span { border-color: rgb(241,254,221); }
td.TdClassName
{
border-color: #F1FEDD;
}
.TagClassName
{
border-color: #F1FEDD;
}
</style>