Shades of Saltpan #F1FCDB
Tints of Saltpan #F1FCDB
RGB
CMYK
RGB Variations
Color information
#F1FCDB (or 0xF1FCDB) is known color: Saltpan. HEX triplet: F1, FC and DB. RGB value is (241,252,219). Sum of RGB (Red+Green+Blue) = 241+252+219=712 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.85% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 219 (85.94% from 255 or 30.76% from 712); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCDB is #0E0324. Grayscale: #F5F5F5. Windows color (decimal): -918309 or 14417137. OLE color: 14417137.
HSL color Cylindrical-coordinate representation of color #F1FCDB: hue angle of 80º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1FCDB is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 252 | 219 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.01 |
| HSL | 80º | 0.85% | 0.92% | - |
| HSV(B) | 80º | 0.13% | 0.99% | - |
| XYZ | 83.87 | 93.44 | 80.63 | - |
| YUV | 244.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 252 | 219 | 0.04 | 0 | 0.13 | 0.01 | 80 | 0.85 | 0.92 |
| Hex | F1 | FC | DB | 4 | 0 | D | 1 | 50 | 55 | 5C |
| Octal | 361 | 374 | 333 | 4 | 0 | 15 | 1 | 120 | 125 | 134 |
| Binary | 11110001 | 11111100 | 11011011 | 100 | 0 | 1101 | 1 | 1010000 | 1010101 | 1011100 |
Color Harmonies of #F1FCDB
Complementary color
Monochromatic Colors of #F1FCDB
Black with #F1FCDB
Text Example
Text Example
White with #F1FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FCDB; }
p { color: rgb(241,252,219); }
H1.HeaderClassName
{
color: #F1FCDB;
}
.AnyTagClassName
{
color: #F1FCDB;
}
</style>
background-color css
<style>
a { background-color: #F1FCDB; }
a { background-color: rgb(241,252,219); }
div.DivClassName
{
background-color: #F1FCDB;
}
.BgClassName
{
background-color: #F1FCDB;
}
</style>
border-color css
<style>
span { border-color: #F1FCDB; }
span { border-color: rgb(241,252,219); }
td.TdClassName
{
border-color: #F1FCDB;
}
.TagClassName
{
border-color: #F1FCDB;
}
</style>