Shades of Saltpan #F2F7ED
Tints of Saltpan #F2F7ED
RGB
CMYK
RGB Variations
Color information
#F2F7ED (or 0xF2F7ED) is known color: Saltpan. HEX triplet: F2, F7 and ED. RGB value is (242,247,237). Sum of RGB (Red+Green+Blue) = 242+247+237=726 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.33% from 726); Green value is 247 (96.88% from 255 or 34.02% from 726); Blue value is 237 (92.97% from 255 or 32.64% from 726); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F7ED is #0D0812. Grayscale: #F4F4F4. Windows color (decimal): -854035 or 15595506. OLE color: 15595506.
HSL color Cylindrical-coordinate representation of color #F2F7ED: hue angle of 90º degrees, saturation: 0.38, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2F7ED is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 242 | 247 | 237 | - |
CMYK | 0.02 | 0 | 0.04 | 0.03 |
HSL | 90º | 0.38% | 0.95% | - |
HSV(B) | 90º | 0.04% | 0.97% | - |
XYZ | 85.16 | 91.51 | 93.3 | - |
YUV | 244.37 | 123.84 | 126.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 247 | 237 | 0.02 | 0 | 0.04 | 0.03 | 90 | 0.38 | 0.95 |
Hex | F2 | F7 | ED | 2 | 0 | 4 | 3 | 5A | 26 | 5F |
Octal | 362 | 367 | 355 | 2 | 0 | 4 | 3 | 132 | 46 | 137 |
Binary | 11110010 | 11110111 | 11101101 | 10 | 0 | 100 | 11 | 1011010 | 100110 | 1011111 |
Color Harmonies of #F2F7ED
Complementary color
Monochromatic Colors of #F2F7ED
Black with #F2F7ED
Text Example
Text Example
White with #F2F7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F7ED; }
p { color: rgb(242,247,237); }
H1.HeaderClassName
{
color: #F2F7ED;
}
.AnyTagClassName
{
color: #F2F7ED;
}
</style>
background-color css
<style>
a { background-color: #F2F7ED; }
a { background-color: rgb(242,247,237); }
div.DivClassName
{
background-color: #F2F7ED;
}
.BgClassName
{
background-color: #F2F7ED;
}
</style>
border-color css
<style>
span { border-color: #F2F7ED; }
span { border-color: rgb(242,247,237); }
td.TdClassName
{
border-color: #F2F7ED;
}
.TagClassName
{
border-color: #F2F7ED;
}
</style>