Shades of Saltpan #F1FDDC
Tints of Saltpan #F1FDDC
RGB
CMYK
RGB Variations
Color information
#F1FDDC (or 0xF1FDDC) is known color: Saltpan. HEX triplet: F1, FD and DC. RGB value is (241,253,220). Sum of RGB (Red+Green+Blue) = 241+253+220=714 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.75% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 220 (86.33% from 255 or 30.81% from 714); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FDDC is #0E0223. Grayscale: #F5F5F5. Windows color (decimal): -918052 or 14482929. OLE color: 14482929.
HSL color Cylindrical-coordinate representation of color #F1FDDC: hue angle of 81.82º degrees, saturation: 0.89, 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 #F1FDDC is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 253 | 220 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.01 |
| HSL | 81.82º | 0.89% | 0.93% | - |
| HSV(B) | 81.82º | 0.13% | 0.99% | - |
| XYZ | 84.32 | 94.12 | 81.43 | - |
| YUV | 245.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 253 | 220 | 0.05 | 0 | 0.13 | 0.01 | 81.82 | 0.89 | 0.93 |
| Hex | F1 | FD | DC | 5 | 0 | D | 1 | 52 | 59 | 5D |
| Octal | 361 | 375 | 334 | 5 | 0 | 15 | 1 | 122 | 131 | 135 |
| Binary | 11110001 | 11111101 | 11011100 | 101 | 0 | 1101 | 1 | 1010010 | 1011001 | 1011101 |
Color Harmonies of #F1FDDC
Complementary color
Monochromatic Colors of #F1FDDC
Black with #F1FDDC
Text Example
Text Example
White with #F1FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FDDC; }
p { color: rgb(241,253,220); }
H1.HeaderClassName
{
color: #F1FDDC;
}
.AnyTagClassName
{
color: #F1FDDC;
}
</style>
background-color css
<style>
a { background-color: #F1FDDC; }
a { background-color: rgb(241,253,220); }
div.DivClassName
{
background-color: #F1FDDC;
}
.BgClassName
{
background-color: #F1FDDC;
}
</style>
border-color css
<style>
span { border-color: #F1FDDC; }
span { border-color: rgb(241,253,220); }
td.TdClassName
{
border-color: #F1FDDC;
}
.TagClassName
{
border-color: #F1FDDC;
}
</style>