Shades of Saltpan #F7FCF2
Tints of Saltpan #F7FCF2
RGB
CMYK
RGB Variations
Color information
#F7FCF2 (or 0xF7FCF2) is known color: Saltpan. HEX triplet: F7, FC and F2. RGB value is (247,252,242). Sum of RGB (Red+Green+Blue) = 247+252+242=741 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.33% from 741); Green value is 252 (98.83% from 255 or 34.01% from 741); Blue value is 242 (94.92% from 255 or 32.66% from 741); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FCF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FCF2 is #08030D. Grayscale: #F9F9F9. Windows color (decimal): -525070 or 15924471. OLE color: 15924471.
HSL color Cylindrical-coordinate representation of color #F7FCF2: hue angle of 90º degrees, saturation: 0.62, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F7FCF2 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 252 | 242 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.01 |
| HSL | 90º | 0.63% | 0.97% | - |
| HSV(B) | 90º | 0.04% | 0.99% | - |
| XYZ | 89.2 | 95.81 | 97.8 | - |
| YUV | 249.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 252 | 242 | 0.02 | 0 | 0.04 | 0.01 | 90 | 0.63 | 0.97 |
| Hex | F7 | FC | F2 | 2 | 0 | 4 | 1 | 5A | 3E | 61 |
| Octal | 367 | 374 | 362 | 2 | 0 | 4 | 1 | 132 | 76 | 141 |
| Binary | 11110111 | 11111100 | 11110010 | 10 | 0 | 100 | 1 | 1011010 | 111110 | 1100001 |
Color Harmonies of #F7FCF2
Complementary color
Monochromatic Colors of #F7FCF2
Black with #F7FCF2
Text Example
Text Example
White with #F7FCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FCF2; }
p { color: rgb(247,252,242); }
H1.HeaderClassName
{
color: #F7FCF2;
}
.AnyTagClassName
{
color: #F7FCF2;
}
</style>
background-color css
<style>
a { background-color: #F7FCF2; }
a { background-color: rgb(247,252,242); }
div.DivClassName
{
background-color: #F7FCF2;
}
.BgClassName
{
background-color: #F7FCF2;
}
</style>
border-color css
<style>
span { border-color: #F7FCF2; }
span { border-color: rgb(247,252,242); }
td.TdClassName
{
border-color: #F7FCF2;
}
.TagClassName
{
border-color: #F7FCF2;
}
</style>