Shades of Saltpan #F1FFDB
Tints of Saltpan #F1FFDB
RGB
CMYK
RGB Variations
Color information
#F1FFDB (or 0xF1FFDB) is known color: Saltpan. HEX triplet: F1, FF and DB. RGB value is (241,255,219). Sum of RGB (Red+Green+Blue) = 241+255+219=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 219 (85.94% from 255 or 30.63% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFDB is #0E0024. Grayscale: #F6F6F6. Windows color (decimal): -917541 or 14417905. OLE color: 14417905.
HSL color Cylindrical-coordinate representation of color #F1FFDB: hue angle of 83.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1FFDB is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 219 | - |
| CMYK | 0.05 | 0 | 0.14 | 0 |
| HSL | 83.33º | 1% | 0.93% | - |
| HSV(B) | 83.33º | 0.14% | 1% | - |
| XYZ | 84.82 | 95.34 | 80.95 | - |
| YUV | 246.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 219 | 0.05 | 0 | 0.14 | 0 | 83.33 | 1 | 0.93 |
| Hex | F1 | FF | DB | 5 | 0 | E | 0 | 53 | 64 | 5D |
| Octal | 361 | 377 | 333 | 5 | 0 | 16 | 0 | 123 | 144 | 135 |
| Binary | 11110001 | 11111111 | 11011011 | 101 | 0 | 1110 | 0 | 1010011 | 1100100 | 1011101 |
Color Harmonies of #F1FFDB
Complementary color
Monochromatic Colors of #F1FFDB
Black with #F1FFDB
Text Example
Text Example
White with #F1FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FFDB; }
p { color: rgb(241,255,219); }
H1.HeaderClassName
{
color: #F1FFDB;
}
.AnyTagClassName
{
color: #F1FFDB;
}
</style>
background-color css
<style>
a { background-color: #F1FFDB; }
a { background-color: rgb(241,255,219); }
div.DivClassName
{
background-color: #F1FFDB;
}
.BgClassName
{
background-color: #F1FFDB;
}
</style>
border-color css
<style>
span { border-color: #F1FFDB; }
span { border-color: rgb(241,255,219); }
td.TdClassName
{
border-color: #F1FFDB;
}
.TagClassName
{
border-color: #F1FFDB;
}
</style>