Shades of Saltpan #F7FAF4
Tints of Saltpan #F7FAF4
RGB
CMYK
RGB Variations
Color information
#F7FAF4 (or 0xF7FAF4) is known color: Saltpan. HEX triplet: F7, FA and F4. RGB value is (247,250,244). Sum of RGB (Red+Green+Blue) = 247+250+244=741 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.33% from 741); Green value is 250 (98.05% from 255 or 33.74% from 741); Blue value is 244 (95.70% from 255 or 32.93% from 741); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FAF4 is #08050B. Grayscale: #F8F8F8. Windows color (decimal): -525580 or 16055031. OLE color: 16055031.
HSL color Cylindrical-coordinate representation of color #F7FAF4: hue angle of 90º degrees, saturation: 0.38, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F7FAF4 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 247 | 250 | 244 | - |
CMYK | 0.01 | 0 | 0.02 | 0.02 |
HSL | 90º | 0.38% | 0.97% | - |
HSV(B) | 90º | 0.02% | 0.98% | - |
XYZ | 88.87 | 94.68 | 99.18 | - |
YUV | 248.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 250 | 244 | 0.01 | 0 | 0.02 | 0.02 | 90 | 0.38 | 0.97 |
Hex | F7 | FA | F4 | 1 | 0 | 2 | 2 | 5A | 26 | 61 |
Octal | 367 | 372 | 364 | 1 | 0 | 2 | 2 | 132 | 46 | 141 |
Binary | 11110111 | 11111010 | 11110100 | 1 | 0 | 10 | 10 | 1011010 | 100110 | 1100001 |
Color Harmonies of #F7FAF4
Complementary color
Monochromatic Colors of #F7FAF4
Black with #F7FAF4
Text Example
Text Example
White with #F7FAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FAF4; }
p { color: rgb(247,250,244); }
H1.HeaderClassName
{
color: #F7FAF4;
}
.AnyTagClassName
{
color: #F7FAF4;
}
</style>
background-color css
<style>
a { background-color: #F7FAF4; }
a { background-color: rgb(247,250,244); }
div.DivClassName
{
background-color: #F7FAF4;
}
.BgClassName
{
background-color: #F7FAF4;
}
</style>
border-color css
<style>
span { border-color: #F7FAF4; }
span { border-color: rgb(247,250,244); }
td.TdClassName
{
border-color: #F7FAF4;
}
.TagClassName
{
border-color: #F7FAF4;
}
</style>