Shades of Saltpan #F1F7DF
Tints of Saltpan #F1F7DF
RGB
CMYK
RGB Variations
Color information
#F1F7DF (or 0xF1F7DF) is known color: Saltpan. HEX triplet: F1, F7 and DF. RGB value is (241,247,223). Sum of RGB (Red+Green+Blue) = 241+247+223=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 247 (96.88% from 255 or 34.74% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F7DF is #0E0820. Grayscale: #F2F2F2. Windows color (decimal): -919585 or 14678001. OLE color: 14678001.
HSL color Cylindrical-coordinate representation of color #F1F7DF: hue angle of 75º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1F7DF is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 247 | 223 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.03 |
| HSL | 75º | 0.6% | 0.92% | - |
| HSV(B) | 75º | 0.1% | 0.97% | - |
| XYZ | 82.86 | 90.55 | 82.92 | - |
| YUV | 242.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 247 | 223 | 0.02 | 0 | 0.10 | 0.03 | 75 | 0.6 | 0.92 |
| Hex | F1 | F7 | DF | 2 | 0 | A | 3 | 4B | 3C | 5C |
| Octal | 361 | 367 | 337 | 2 | 0 | 12 | 3 | 113 | 74 | 134 |
| Binary | 11110001 | 11110111 | 11011111 | 10 | 0 | 1010 | 11 | 1001011 | 111100 | 1011100 |
Color Harmonies of #F1F7DF
Complementary color
Monochromatic Colors of #F1F7DF
Black with #F1F7DF
Text Example
Text Example
White with #F1F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F7DF; }
p { color: rgb(241,247,223); }
H1.HeaderClassName
{
color: #F1F7DF;
}
.AnyTagClassName
{
color: #F1F7DF;
}
</style>
background-color css
<style>
a { background-color: #F1F7DF; }
a { background-color: rgb(241,247,223); }
div.DivClassName
{
background-color: #F1F7DF;
}
.BgClassName
{
background-color: #F1F7DF;
}
</style>
border-color css
<style>
span { border-color: #F1F7DF; }
span { border-color: rgb(241,247,223); }
td.TdClassName
{
border-color: #F1F7DF;
}
.TagClassName
{
border-color: #F1F7DF;
}
</style>