Shades of Saltpan #F5FEE6
Tints of Saltpan #F5FEE6
RGB
CMYK
RGB Variations
Color information
#F5FEE6 (or 0xF5FEE6) is known color: Saltpan. HEX triplet: F5, FE and E6. RGB value is (245,254,230). Sum of RGB (Red+Green+Blue) = 245+254+230=729 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.61% from 729); Green value is 254 (99.61% from 255 or 34.84% from 729); Blue value is 230 (90.23% from 255 or 31.55% from 729); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEE6 is #0A0119. Grayscale: #F8F8F8. Windows color (decimal): -655642 or 15138549. OLE color: 15138549.
HSL color Cylindrical-coordinate representation of color #F5FEE6: hue angle of 82.5º 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 #F5FEE6 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 230 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.00 |
| HSL | 82.5º | 0.92% | 0.95% | - |
| HSV(B) | 82.5º | 0.09% | 1% | - |
| XYZ | 87.38 | 96.01 | 88.79 | - |
| YUV | 248.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 230 | 0.04 | 0 | 0.09 | 0.00 | 82.5 | 0.92 | 0.95 |
| Hex | F5 | FE | E6 | 4 | 0 | 9 | 0 | 52 | 5C | 5F |
| Octal | 365 | 376 | 346 | 4 | 0 | 11 | 0 | 122 | 134 | 137 |
| Binary | 11110101 | 11111110 | 11100110 | 100 | 0 | 1001 | 0 | 1010010 | 1011100 | 1011111 |
Color Harmonies of #F5FEE6
Complementary color
Monochromatic Colors of #F5FEE6
Black with #F5FEE6
Text Example
Text Example
White with #F5FEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FEE6; }
p { color: rgb(245,254,230); }
H1.HeaderClassName
{
color: #F5FEE6;
}
.AnyTagClassName
{
color: #F5FEE6;
}
</style>
background-color css
<style>
a { background-color: #F5FEE6; }
a { background-color: rgb(245,254,230); }
div.DivClassName
{
background-color: #F5FEE6;
}
.BgClassName
{
background-color: #F5FEE6;
}
</style>
border-color css
<style>
span { border-color: #F5FEE6; }
span { border-color: rgb(245,254,230); }
td.TdClassName
{
border-color: #F5FEE6;
}
.TagClassName
{
border-color: #F5FEE6;
}
</style>