Shades of Saltpan #F9FFF1
Tints of Saltpan #F9FFF1
RGB
CMYK
RGB Variations
Color information
#F9FFF1 (or 0xF9FFF1) is known color: Saltpan. HEX triplet: F9, FF and F1. RGB value is (249,255,241). Sum of RGB (Red+Green+Blue) = 249+255+241=745 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.42% from 745); Green value is 255 (100% from 255 or 34.23% from 745); Blue value is 241 (94.53% from 255 or 32.35% from 745); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FFF1 is #06000E. Grayscale: #FBFBFB. Windows color (decimal): -393231 or 15859705. OLE color: 15859705.
HSL color Cylindrical-coordinate representation of color #F9FFF1: hue angle of 85.71º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9FFF1 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 241 | - |
| CMYK | 0.02 | 0 | 0.05 | 0 |
| HSL | 85.71º | 1% | 0.97% | - |
| HSV(B) | 85.71º | 0.05% | 1% | - |
| XYZ | 90.7 | 98.01 | 97.36 | - |
| YUV | 251.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 241 | 0.02 | 0 | 0.05 | 0 | 85.71 | 1 | 0.97 |
| Hex | F9 | FF | F1 | 2 | 0 | 5 | 0 | 56 | 64 | 61 |
| Octal | 371 | 377 | 361 | 2 | 0 | 5 | 0 | 126 | 144 | 141 |
| Binary | 11111001 | 11111111 | 11110001 | 10 | 0 | 101 | 0 | 1010110 | 1100100 | 1100001 |
Color Harmonies of #F9FFF1
Complementary color
Monochromatic Colors of #F9FFF1
Black with #F9FFF1
Text Example
Text Example
White with #F9FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFF1; }
p { color: rgb(249,255,241); }
H1.HeaderClassName
{
color: #F9FFF1;
}
.AnyTagClassName
{
color: #F9FFF1;
}
</style>
background-color css
<style>
a { background-color: #F9FFF1; }
a { background-color: rgb(249,255,241); }
div.DivClassName
{
background-color: #F9FFF1;
}
.BgClassName
{
background-color: #F9FFF1;
}
</style>
border-color css
<style>
span { border-color: #F9FFF1; }
span { border-color: rgb(249,255,241); }
td.TdClassName
{
border-color: #F9FFF1;
}
.TagClassName
{
border-color: #F9FFF1;
}
</style>