Shades of Saltpan #F6FFEC
Tints of Saltpan #F6FFEC
RGB
CMYK
RGB Variations
Color information
#F6FFEC (or 0xF6FFEC) is known color: Saltpan. HEX triplet: F6, FF and EC. RGB value is (246,255,236). Sum of RGB (Red+Green+Blue) = 246+255+236=737 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.38% from 737); Green value is 255 (100% from 255 or 34.60% from 737); Blue value is 236 (92.58% from 255 or 32.02% from 737); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FFEC is #090013. Grayscale: #FAFAFA. Windows color (decimal): -589844 or 15532022. OLE color: 15532022.
HSL color Cylindrical-coordinate representation of color #F6FFEC: hue angle of 88.42º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F6FFEC is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 255 | 236 | - |
| CMYK | 0.04 | 0 | 0.07 | 0 |
| HSL | 88.42º | 1% | 0.96% | - |
| HSV(B) | 88.42º | 0.07% | 1% | - |
| XYZ | 88.91 | 97.17 | 93.43 | - |
| YUV | 250.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 255 | 236 | 0.04 | 0 | 0.07 | 0 | 88.42 | 1 | 0.96 |
| Hex | F6 | FF | EC | 4 | 0 | 7 | 0 | 58 | 64 | 60 |
| Octal | 366 | 377 | 354 | 4 | 0 | 7 | 0 | 130 | 144 | 140 |
| Binary | 11110110 | 11111111 | 11101100 | 100 | 0 | 111 | 0 | 1011000 | 1100100 | 1100000 |
Color Harmonies of #F6FFEC
Complementary color
Monochromatic Colors of #F6FFEC
Black with #F6FFEC
Text Example
Text Example
White with #F6FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FFEC; }
p { color: rgb(246,255,236); }
H1.HeaderClassName
{
color: #F6FFEC;
}
.AnyTagClassName
{
color: #F6FFEC;
}
</style>
background-color css
<style>
a { background-color: #F6FFEC; }
a { background-color: rgb(246,255,236); }
div.DivClassName
{
background-color: #F6FFEC;
}
.BgClassName
{
background-color: #F6FFEC;
}
</style>
border-color css
<style>
span { border-color: #F6FFEC; }
span { border-color: rgb(246,255,236); }
td.TdClassName
{
border-color: #F6FFEC;
}
.TagClassName
{
border-color: #F6FFEC;
}
</style>