Shades of Saltpan #F5F8F2
Tints of Saltpan #F5F8F2
RGB
CMYK
RGB Variations
Color information
#F5F8F2 (or 0xF5F8F2) is known color: Saltpan. HEX triplet: F5, F8 and F2. RGB value is (245,248,242). Sum of RGB (Red+Green+Blue) = 245+248+242=735 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.33% from 735); Green value is 248 (97.27% from 255 or 33.74% from 735); Blue value is 242 (94.92% from 255 or 32.93% from 735); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F8F2 is #0A070D. Grayscale: #F6F6F6. Windows color (decimal): -657166 or 15923445. OLE color: 15923445.
HSL color Cylindrical-coordinate representation of color #F5F8F2: hue angle of 90º degrees, saturation: 0.3, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F5F8F2 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
RGB | 245 | 248 | 242 | - |
CMYK | 0.01 | 0 | 0.02 | 0.03 |
HSL | 90º | 0.3% | 0.96% | - |
HSV(B) | 90º | 0.02% | 0.97% | - |
XYZ | 87.25 | 92.96 | 97.35 | - |
YUV | 246.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 248 | 242 | 0.01 | 0 | 0.02 | 0.03 | 90 | 0.3 | 0.96 |
Hex | F5 | F8 | F2 | 1 | 0 | 2 | 3 | 5A | 1E | 60 |
Octal | 365 | 370 | 362 | 1 | 0 | 2 | 3 | 132 | 36 | 140 |
Binary | 11110101 | 11111000 | 11110010 | 1 | 0 | 10 | 11 | 1011010 | 11110 | 1100000 |
Color Harmonies of #F5F8F2
Complementary color
Monochromatic Colors of #F5F8F2
Black with #F5F8F2
Text Example
Text Example
White with #F5F8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F8F2; }
p { color: rgb(245,248,242); }
H1.HeaderClassName
{
color: #F5F8F2;
}
.AnyTagClassName
{
color: #F5F8F2;
}
</style>
background-color css
<style>
a { background-color: #F5F8F2; }
a { background-color: rgb(245,248,242); }
div.DivClassName
{
background-color: #F5F8F2;
}
.BgClassName
{
background-color: #F5F8F2;
}
</style>
border-color css
<style>
span { border-color: #F5F8F2; }
span { border-color: rgb(245,248,242); }
td.TdClassName
{
border-color: #F5F8F2;
}
.TagClassName
{
border-color: #F5F8F2;
}
</style>