Shades of Saltpan #F1FCD9
Tints of Saltpan #F1FCD9
RGB
CMYK
RGB Variations
Color information
#F1FCD9 (or 0xF1FCD9) is known color: Saltpan. HEX triplet: F1, FC and D9. RGB value is (241,252,217). Sum of RGB (Red+Green+Blue) = 241+252+217=710 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.94% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 217 (85.16% from 255 or 30.56% from 710); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCD9 is #0E0326. Grayscale: #F4F4F4. Windows color (decimal): -918311 or 14286065. OLE color: 14286065.
HSL color Cylindrical-coordinate representation of color #F1FCD9: hue angle of 78.86º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1FCD9 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 252 | 217 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.01 |
| HSL | 78.86º | 0.85% | 0.92% | - |
| HSV(B) | 78.86º | 0.14% | 0.99% | - |
| XYZ | 83.61 | 93.33 | 79.25 | - |
| YUV | 244.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 252 | 217 | 0.04 | 0 | 0.14 | 0.01 | 78.86 | 0.85 | 0.92 |
| Hex | F1 | FC | D9 | 4 | 0 | E | 1 | 4F | 55 | 5C |
| Octal | 361 | 374 | 331 | 4 | 0 | 16 | 1 | 117 | 125 | 134 |
| Binary | 11110001 | 11111100 | 11011001 | 100 | 0 | 1110 | 1 | 1001111 | 1010101 | 1011100 |
Color Harmonies of #F1FCD9
Complementary color
Monochromatic Colors of #F1FCD9
Black with #F1FCD9
Text Example
Text Example
White with #F1FCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FCD9; }
p { color: rgb(241,252,217); }
H1.HeaderClassName
{
color: #F1FCD9;
}
.AnyTagClassName
{
color: #F1FCD9;
}
</style>
background-color css
<style>
a { background-color: #F1FCD9; }
a { background-color: rgb(241,252,217); }
div.DivClassName
{
background-color: #F1FCD9;
}
.BgClassName
{
background-color: #F1FCD9;
}
</style>
border-color css
<style>
span { border-color: #F1FCD9; }
span { border-color: rgb(241,252,217); }
td.TdClassName
{
border-color: #F1FCD9;
}
.TagClassName
{
border-color: #F1FCD9;
}
</style>