Shades of Saltpan #F1FDDF
Tints of Saltpan #F1FDDF
RGB
CMYK
RGB Variations
Color information
#F1FDDF (or 0xF1FDDF) is known color: Saltpan. HEX triplet: F1, FD and DF. RGB value is (241,253,223). Sum of RGB (Red+Green+Blue) = 241+253+223=717 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.61% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 223 (87.5% from 255 or 31.10% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FDDF is #0E0220. Grayscale: #F6F6F6. Windows color (decimal): -918049 or 14679537. OLE color: 14679537.
HSL color Cylindrical-coordinate representation of color #F1FDDF: hue angle of 84º degrees, saturation: 0.88, 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 #F1FDDF is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 241 | 253 | 223 | - |
CMYK | 0.05 | 0 | 0.12 | 0.01 |
HSL | 84º | 0.88% | 0.93% | - |
HSV(B) | 84º | 0.12% | 0.99% | - |
XYZ | 84.72 | 94.28 | 83.54 | - |
YUV | 245.99 | 115.02 | 124.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 253 | 223 | 0.05 | 0 | 0.12 | 0.01 | 84 | 0.88 | 0.93 |
Hex | F1 | FD | DF | 5 | 0 | C | 1 | 54 | 58 | 5D |
Octal | 361 | 375 | 337 | 5 | 0 | 14 | 1 | 124 | 130 | 135 |
Binary | 11110001 | 11111101 | 11011111 | 101 | 0 | 1100 | 1 | 1010100 | 1011000 | 1011101 |
Color Harmonies of #F1FDDF
Complementary color
Monochromatic Colors of #F1FDDF
Black with #F1FDDF
Text Example
Text Example
White with #F1FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FDDF; }
p { color: rgb(241,253,223); }
H1.HeaderClassName
{
color: #F1FDDF;
}
.AnyTagClassName
{
color: #F1FDDF;
}
</style>
background-color css
<style>
a { background-color: #F1FDDF; }
a { background-color: rgb(241,253,223); }
div.DivClassName
{
background-color: #F1FDDF;
}
.BgClassName
{
background-color: #F1FDDF;
}
</style>
border-color css
<style>
span { border-color: #F1FDDF; }
span { border-color: rgb(241,253,223); }
td.TdClassName
{
border-color: #F1FDDF;
}
.TagClassName
{
border-color: #F1FDDF;
}
</style>