Shades of Saltpan #F1FCDF
Tints of Saltpan #F1FCDF
RGB
CMYK
RGB Variations
Color information
#F1FCDF (or 0xF1FCDF) is known color: Saltpan. HEX triplet: F1, FC and DF. RGB value is (241,252,223). Sum of RGB (Red+Green+Blue) = 241+252+223=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 223 (87.5% from 255 or 31.15% from 716); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCDF is #0E0320. Grayscale: #F5F5F5. Windows color (decimal): -918305 or 14679281. OLE color: 14679281.
HSL color Cylindrical-coordinate representation of color #F1FCDF: hue angle of 82.76º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1FCDF is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 252 | 223 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.01 |
| HSL | 82.76º | 0.83% | 0.93% | - |
| HSV(B) | 82.76º | 0.12% | 0.99% | - |
| XYZ | 84.41 | 93.65 | 83.44 | - |
| YUV | 245.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 252 | 223 | 0.04 | 0 | 0.12 | 0.01 | 82.76 | 0.83 | 0.93 |
| Hex | F1 | FC | DF | 4 | 0 | C | 1 | 53 | 53 | 5D |
| Octal | 361 | 374 | 337 | 4 | 0 | 14 | 1 | 123 | 123 | 135 |
| Binary | 11110001 | 11111100 | 11011111 | 100 | 0 | 1100 | 1 | 1010011 | 1010011 | 1011101 |
Color Harmonies of #F1FCDF
Complementary color
Monochromatic Colors of #F1FCDF
Black with #F1FCDF
Text Example
Text Example
White with #F1FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FCDF; }
p { color: rgb(241,252,223); }
H1.HeaderClassName
{
color: #F1FCDF;
}
.AnyTagClassName
{
color: #F1FCDF;
}
</style>
background-color css
<style>
a { background-color: #F1FCDF; }
a { background-color: rgb(241,252,223); }
div.DivClassName
{
background-color: #F1FCDF;
}
.BgClassName
{
background-color: #F1FCDF;
}
</style>
border-color css
<style>
span { border-color: #F1FCDF; }
span { border-color: rgb(241,252,223); }
td.TdClassName
{
border-color: #F1FCDF;
}
.TagClassName
{
border-color: #F1FCDF;
}
</style>