Shades of Saltpan #F6FFEB
Tints of Saltpan #F6FFEB
RGB
CMYK
RGB Variations
Color information
#F6FFEB (or 0xF6FFEB) is known color: Saltpan. HEX triplet: F6, FF and EB. RGB value is (246,255,235). Sum of RGB (Red+Green+Blue) = 246+255+235=736 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.42% from 736); Green value is 255 (100% from 255 or 34.65% from 736); Blue value is 235 (92.19% from 255 or 31.93% from 736); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FFEB is #090014. Grayscale: #FAFAFA. Windows color (decimal): -589845 or 15466486. OLE color: 15466486.
HSL color Cylindrical-coordinate representation of color #F6FFEB: hue angle of 87º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F6FFEB is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 255 | 235 | - |
| CMYK | 0.04 | 0 | 0.08 | 0 |
| HSL | 87º | 1% | 0.96% | - |
| HSV(B) | 87º | 0.08% | 1% | - |
| XYZ | 88.76 | 97.11 | 92.66 | - |
| YUV | 250.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 255 | 235 | 0.04 | 0 | 0.08 | 0 | 87 | 1 | 0.96 |
| Hex | F6 | FF | EB | 4 | 0 | 8 | 0 | 57 | 64 | 60 |
| Octal | 366 | 377 | 353 | 4 | 0 | 10 | 0 | 127 | 144 | 140 |
| Binary | 11110110 | 11111111 | 11101011 | 100 | 0 | 1000 | 0 | 1010111 | 1100100 | 1100000 |
Color Harmonies of #F6FFEB
Complementary color
Monochromatic Colors of #F6FFEB
Black with #F6FFEB
Text Example
Text Example
White with #F6FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FFEB; }
p { color: rgb(246,255,235); }
H1.HeaderClassName
{
color: #F6FFEB;
}
.AnyTagClassName
{
color: #F6FFEB;
}
</style>
background-color css
<style>
a { background-color: #F6FFEB; }
a { background-color: rgb(246,255,235); }
div.DivClassName
{
background-color: #F6FFEB;
}
.BgClassName
{
background-color: #F6FFEB;
}
</style>
border-color css
<style>
span { border-color: #F6FFEB; }
span { border-color: rgb(246,255,235); }
td.TdClassName
{
border-color: #F6FFEB;
}
.TagClassName
{
border-color: #F6FFEB;
}
</style>