Shades of Saltpan #F6FFE5
Tints of Saltpan #F6FFE5
RGB
CMYK
RGB Variations
Color information
#F6FFE5 (or 0xF6FFE5) is known color: Saltpan. HEX triplet: F6, FF and E5. RGB value is (246,255,229). Sum of RGB (Red+Green+Blue) = 246+255+229=730 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.70% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 229 (89.84% from 255 or 31.37% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FFE5 is #09001A. Grayscale: #F9F9F9. Windows color (decimal): -589851 or 15073270. OLE color: 15073270.
HSL color Cylindrical-coordinate representation of color #F6FFE5: hue angle of 80.77º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6FFE5 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 255 | 229 | - |
| CMYK | 0.04 | 0 | 0.10 | 0 |
| HSL | 80.77º | 1% | 0.95% | - |
| HSV(B) | 80.77º | 0.1% | 1% | - |
| XYZ | 87.91 | 96.77 | 88.17 | - |
| YUV | 249.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 255 | 229 | 0.04 | 0 | 0.10 | 0 | 80.77 | 1 | 0.95 |
| Hex | F6 | FF | E5 | 4 | 0 | A | 0 | 51 | 64 | 5F |
| Octal | 366 | 377 | 345 | 4 | 0 | 12 | 0 | 121 | 144 | 137 |
| Binary | 11110110 | 11111111 | 11100101 | 100 | 0 | 1010 | 0 | 1010001 | 1100100 | 1011111 |
Color Harmonies of #F6FFE5
Complementary color
Monochromatic Colors of #F6FFE5
Black with #F6FFE5
Text Example
Text Example
White with #F6FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FFE5; }
p { color: rgb(246,255,229); }
H1.HeaderClassName
{
color: #F6FFE5;
}
.AnyTagClassName
{
color: #F6FFE5;
}
</style>
background-color css
<style>
a { background-color: #F6FFE5; }
a { background-color: rgb(246,255,229); }
div.DivClassName
{
background-color: #F6FFE5;
}
.BgClassName
{
background-color: #F6FFE5;
}
</style>
border-color css
<style>
span { border-color: #F6FFE5; }
span { border-color: rgb(246,255,229); }
td.TdClassName
{
border-color: #F6FFE5;
}
.TagClassName
{
border-color: #F6FFE5;
}
</style>