Shades of Saltpan #F1FCDC
Tints of Saltpan #F1FCDC
RGB
CMYK
RGB Variations
Color information
#F1FCDC (or 0xF1FCDC) is known color: Saltpan. HEX triplet: F1, FC and DC. RGB value is (241,252,220). Sum of RGB (Red+Green+Blue) = 241+252+220=713 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.80% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCDC is #0E0323. Grayscale: #F5F5F5. Windows color (decimal): -918308 or 14482673. OLE color: 14482673.
HSL color Cylindrical-coordinate representation of color #F1FCDC: hue angle of 80.62º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1FCDC is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 252 | 220 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.01 |
| HSL | 80.63º | 0.84% | 0.93% | - |
| HSV(B) | 80.63º | 0.13% | 0.99% | - |
| XYZ | 84 | 93.49 | 81.33 | - |
| YUV | 245.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 252 | 220 | 0.04 | 0 | 0.13 | 0.01 | 80.63 | 0.84 | 0.93 |
| Hex | F1 | FC | DC | 4 | 0 | D | 1 | 51 | 54 | 5D |
| Octal | 361 | 374 | 334 | 4 | 0 | 15 | 1 | 121 | 124 | 135 |
| Binary | 11110001 | 11111100 | 11011100 | 100 | 0 | 1101 | 1 | 1010001 | 1010100 | 1011101 |
Color Harmonies of #F1FCDC
Complementary color
Monochromatic Colors of #F1FCDC
Black with #F1FCDC
Text Example
Text Example
White with #F1FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FCDC; }
p { color: rgb(241,252,220); }
H1.HeaderClassName
{
color: #F1FCDC;
}
.AnyTagClassName
{
color: #F1FCDC;
}
</style>
background-color css
<style>
a { background-color: #F1FCDC; }
a { background-color: rgb(241,252,220); }
div.DivClassName
{
background-color: #F1FCDC;
}
.BgClassName
{
background-color: #F1FCDC;
}
</style>
border-color css
<style>
span { border-color: #F1FCDC; }
span { border-color: rgb(241,252,220); }
td.TdClassName
{
border-color: #F1FCDC;
}
.TagClassName
{
border-color: #F1FCDC;
}
</style>