Shades of Saltpan #F5FEE7
Tints of Saltpan #F5FEE7
RGB
CMYK
RGB Variations
Color information
#F5FEE7 (or 0xF5FEE7) is known color: Saltpan. HEX triplet: F5, FE and E7. RGB value is (245,254,231). Sum of RGB (Red+Green+Blue) = 245+254+231=730 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.56% from 730); Green value is 254 (99.61% from 255 or 34.79% from 730); Blue value is 231 (90.62% from 255 or 31.64% from 730); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEE7 is #0A0118. Grayscale: #F8F8F8. Windows color (decimal): -655641 or 15204085. OLE color: 15204085.
HSL color Cylindrical-coordinate representation of color #F5FEE7: hue angle of 83.48º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5FEE7 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 231 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.00 |
| HSL | 83.48º | 0.92% | 0.95% | - |
| HSV(B) | 83.48º | 0.09% | 1% | - |
| XYZ | 87.52 | 96.07 | 89.53 | - |
| YUV | 248.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 231 | 0.04 | 0 | 0.09 | 0.00 | 83.48 | 0.92 | 0.95 |
| Hex | F5 | FE | E7 | 4 | 0 | 9 | 0 | 53 | 5C | 5F |
| Octal | 365 | 376 | 347 | 4 | 0 | 11 | 0 | 123 | 134 | 137 |
| Binary | 11110101 | 11111110 | 11100111 | 100 | 0 | 1001 | 0 | 1010011 | 1011100 | 1011111 |
Color Harmonies of #F5FEE7
Complementary color
Monochromatic Colors of #F5FEE7
Black with #F5FEE7
Text Example
Text Example
White with #F5FEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FEE7; }
p { color: rgb(245,254,231); }
H1.HeaderClassName
{
color: #F5FEE7;
}
.AnyTagClassName
{
color: #F5FEE7;
}
</style>
background-color css
<style>
a { background-color: #F5FEE7; }
a { background-color: rgb(245,254,231); }
div.DivClassName
{
background-color: #F5FEE7;
}
.BgClassName
{
background-color: #F5FEE7;
}
</style>
border-color css
<style>
span { border-color: #F5FEE7; }
span { border-color: rgb(245,254,231); }
td.TdClassName
{
border-color: #F5FEE7;
}
.TagClassName
{
border-color: #F5FEE7;
}
</style>