Shades of Saltpan #F4F6F1
Tints of Saltpan #F4F6F1
RGB
CMYK
RGB Variations
Color information
#F4F6F1 (or 0xF4F6F1) is known color: Saltpan. HEX triplet: F4, F6 and F1. RGB value is (244,246,241). Sum of RGB (Red+Green+Blue) = 244+246+241=731 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.38% from 731); Green value is 246 (96.48% from 255 or 33.65% from 731); Blue value is 241 (94.53% from 255 or 32.97% from 731); Max value from RGB is 246 - color contains mainly: green. Hex color #F4F6F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F6F1 is #0B090E. Grayscale: #F4F4F4. Windows color (decimal): -723215 or 15857396. OLE color: 15857396.
HSL color Cylindrical-coordinate representation of color #F4F6F1: hue angle of 84º degrees, saturation: 0.22, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F4F6F1 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 246 | 241 | - |
CMYK | 0.01 | 0 | 0.02 | 0.04 |
HSL | 84º | 0.22% | 0.95% | - |
HSV(B) | 84º | 0.02% | 0.96% | - |
XYZ | 86.14 | 91.5 | 96.34 | - |
YUV | 244.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 246 | 241 | 0.01 | 0 | 0.02 | 0.04 | 84 | 0.22 | 0.95 |
Hex | F4 | F6 | F1 | 1 | 0 | 2 | 4 | 54 | 16 | 5F |
Octal | 364 | 366 | 361 | 1 | 0 | 2 | 4 | 124 | 26 | 137 |
Binary | 11110100 | 11110110 | 11110001 | 1 | 0 | 10 | 100 | 1010100 | 10110 | 1011111 |
Color Harmonies of #F4F6F1
Complementary color
Monochromatic Colors of #F4F6F1
Black with #F4F6F1
Text Example
Text Example
White with #F4F6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F6F1; }
p { color: rgb(244,246,241); }
H1.HeaderClassName
{
color: #F4F6F1;
}
.AnyTagClassName
{
color: #F4F6F1;
}
</style>
background-color css
<style>
a { background-color: #F4F6F1; }
a { background-color: rgb(244,246,241); }
div.DivClassName
{
background-color: #F4F6F1;
}
.BgClassName
{
background-color: #F4F6F1;
}
</style>
border-color css
<style>
span { border-color: #F4F6F1; }
span { border-color: rgb(244,246,241); }
td.TdClassName
{
border-color: #F4F6F1;
}
.TagClassName
{
border-color: #F4F6F1;
}
</style>