Shades of Saltpan #F7FFED
Tints of Saltpan #F7FFED
RGB
CMYK
RGB Variations
Color information
#F7FFED (or 0xF7FFED) is known color: Saltpan. HEX triplet: F7, FF and ED. RGB value is (247,255,237). Sum of RGB (Red+Green+Blue) = 247+255+237=739 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.42% from 739); Green value is 255 (100% from 255 or 34.51% from 739); Blue value is 237 (92.97% from 255 or 32.07% from 739); Max value from RGB is 255 - color contains mainly: green. Hex color #F7FFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FFED is #080012. Grayscale: #FAFAFA. Windows color (decimal): -524307 or 15597559. OLE color: 15597559.
HSL color Cylindrical-coordinate representation of color #F7FFED: hue angle of 86.67º 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 #F7FFED is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 255 | 237 | - |
| CMYK | 0.03 | 0 | 0.07 | 0 |
| HSL | 86.67º | 1% | 0.96% | - |
| HSV(B) | 86.67º | 0.07% | 1% | - |
| XYZ | 89.4 | 97.41 | 94.21 | - |
| YUV | 250.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 255 | 237 | 0.03 | 0 | 0.07 | 0 | 86.67 | 1 | 0.96 |
| Hex | F7 | FF | ED | 3 | 0 | 7 | 0 | 57 | 64 | 60 |
| Octal | 367 | 377 | 355 | 3 | 0 | 7 | 0 | 127 | 144 | 140 |
| Binary | 11110111 | 11111111 | 11101101 | 11 | 0 | 111 | 0 | 1010111 | 1100100 | 1100000 |
Color Harmonies of #F7FFED
Complementary color
Monochromatic Colors of #F7FFED
Black with #F7FFED
Text Example
Text Example
White with #F7FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FFED; }
p { color: rgb(247,255,237); }
H1.HeaderClassName
{
color: #F7FFED;
}
.AnyTagClassName
{
color: #F7FFED;
}
</style>
background-color css
<style>
a { background-color: #F7FFED; }
a { background-color: rgb(247,255,237); }
div.DivClassName
{
background-color: #F7FFED;
}
.BgClassName
{
background-color: #F7FFED;
}
</style>
border-color css
<style>
span { border-color: #F7FFED; }
span { border-color: rgb(247,255,237); }
td.TdClassName
{
border-color: #F7FFED;
}
.TagClassName
{
border-color: #F7FFED;
}
</style>