Shades of Saltpan #F6FEED
Tints of Saltpan #F6FEED
RGB
CMYK
RGB Variations
Color information
#F6FEED (or 0xF6FEED) is known color: Saltpan. HEX triplet: F6, FE and ED. RGB value is (246,254,237). Sum of RGB (Red+Green+Blue) = 246+254+237=737 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.38% from 737); Green value is 254 (99.61% from 255 or 34.46% from 737); Blue value is 237 (92.97% from 255 or 32.16% from 737); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FEED is #090112. Grayscale: #F9F9F9. Windows color (decimal): -590099 or 15597302. OLE color: 15597302.
HSL color Cylindrical-coordinate representation of color #F6FEED: hue angle of 88.24º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F6FEED is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 254 | 237 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.00 |
| HSL | 88.24º | 0.89% | 0.96% | - |
| HSV(B) | 88.24º | 0.07% | 1% | - |
| XYZ | 88.73 | 96.59 | 94.09 | - |
| YUV | 249.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 254 | 237 | 0.03 | 0 | 0.07 | 0.00 | 88.24 | 0.89 | 0.96 |
| Hex | F6 | FE | ED | 3 | 0 | 7 | 0 | 58 | 59 | 60 |
| Octal | 366 | 376 | 355 | 3 | 0 | 7 | 0 | 130 | 131 | 140 |
| Binary | 11110110 | 11111110 | 11101101 | 11 | 0 | 111 | 0 | 1011000 | 1011001 | 1100000 |
Color Harmonies of #F6FEED
Complementary color
Monochromatic Colors of #F6FEED
Black with #F6FEED
Text Example
Text Example
White with #F6FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FEED; }
p { color: rgb(246,254,237); }
H1.HeaderClassName
{
color: #F6FEED;
}
.AnyTagClassName
{
color: #F6FEED;
}
</style>
background-color css
<style>
a { background-color: #F6FEED; }
a { background-color: rgb(246,254,237); }
div.DivClassName
{
background-color: #F6FEED;
}
.BgClassName
{
background-color: #F6FEED;
}
</style>
border-color css
<style>
span { border-color: #F6FEED; }
span { border-color: rgb(246,254,237); }
td.TdClassName
{
border-color: #F6FEED;
}
.TagClassName
{
border-color: #F6FEED;
}
</style>