Shades of Saltpan #F1FFDF
Tints of Saltpan #F1FFDF
RGB
CMYK
RGB Variations
Color information
#F1FFDF (or 0xF1FFDF) is known color: Saltpan. HEX triplet: F1, FF and DF. RGB value is (241,255,223). Sum of RGB (Red+Green+Blue) = 241+255+223=719 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.52% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 223 (87.5% from 255 or 31.02% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFDF is #0E0020. Grayscale: #F7F7F7. Windows color (decimal): -917537 or 14680049. OLE color: 14680049.
HSL color Cylindrical-coordinate representation of color #F1FFDF: hue angle of 86.25º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1FFDF is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 223 | - |
| CMYK | 0.05 | 0 | 0.13 | 0 |
| HSL | 86.25º | 1% | 0.94% | - |
| HSV(B) | 86.25º | 0.13% | 1% | - |
| XYZ | 85.35 | 95.55 | 83.76 | - |
| YUV | 247.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 223 | 0.05 | 0 | 0.13 | 0 | 86.25 | 1 | 0.94 |
| Hex | F1 | FF | DF | 5 | 0 | D | 0 | 56 | 64 | 5E |
| Octal | 361 | 377 | 337 | 5 | 0 | 15 | 0 | 126 | 144 | 136 |
| Binary | 11110001 | 11111111 | 11011111 | 101 | 0 | 1101 | 0 | 1010110 | 1100100 | 1011110 |
Color Harmonies of #F1FFDF
Complementary color
Monochromatic Colors of #F1FFDF
Black with #F1FFDF
Text Example
Text Example
White with #F1FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FFDF; }
p { color: rgb(241,255,223); }
H1.HeaderClassName
{
color: #F1FFDF;
}
.AnyTagClassName
{
color: #F1FFDF;
}
</style>
background-color css
<style>
a { background-color: #F1FFDF; }
a { background-color: rgb(241,255,223); }
div.DivClassName
{
background-color: #F1FFDF;
}
.BgClassName
{
background-color: #F1FFDF;
}
</style>
border-color css
<style>
span { border-color: #F1FFDF; }
span { border-color: rgb(241,255,223); }
td.TdClassName
{
border-color: #F1FFDF;
}
.TagClassName
{
border-color: #F1FFDF;
}
</style>