Shades of Saltpan #F6FEE5
Tints of Saltpan #F6FEE5
RGB
CMYK
RGB Variations
Color information
#F6FEE5 (or 0xF6FEE5) is known color: Saltpan. HEX triplet: F6, FE and E5. RGB value is (246,254,229). Sum of RGB (Red+Green+Blue) = 246+254+229=729 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.74% from 729); Green value is 254 (99.61% from 255 or 34.84% from 729); Blue value is 229 (89.84% from 255 or 31.41% from 729); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FEE5 is #09011A. Grayscale: #F8F8F8. Windows color (decimal): -590107 or 15073014. OLE color: 15073014.
HSL color Cylindrical-coordinate representation of color #F6FEE5: hue angle of 79.2º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6FEE5 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 254 | 229 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.00 |
| HSL | 79.2º | 0.93% | 0.95% | - |
| HSV(B) | 79.2º | 0.1% | 1% | - |
| XYZ | 87.59 | 96.13 | 88.07 | - |
| YUV | 248.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 254 | 229 | 0.03 | 0 | 0.10 | 0.00 | 79.2 | 0.93 | 0.95 |
| Hex | F6 | FE | E5 | 3 | 0 | A | 0 | 4F | 5D | 5F |
| Octal | 366 | 376 | 345 | 3 | 0 | 12 | 0 | 117 | 135 | 137 |
| Binary | 11110110 | 11111110 | 11100101 | 11 | 0 | 1010 | 0 | 1001111 | 1011101 | 1011111 |
Color Harmonies of #F6FEE5
Complementary color
Monochromatic Colors of #F6FEE5
Black with #F6FEE5
Text Example
Text Example
White with #F6FEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FEE5; }
p { color: rgb(246,254,229); }
H1.HeaderClassName
{
color: #F6FEE5;
}
.AnyTagClassName
{
color: #F6FEE5;
}
</style>
background-color css
<style>
a { background-color: #F6FEE5; }
a { background-color: rgb(246,254,229); }
div.DivClassName
{
background-color: #F6FEE5;
}
.BgClassName
{
background-color: #F6FEE5;
}
</style>
border-color css
<style>
span { border-color: #F6FEE5; }
span { border-color: rgb(246,254,229); }
td.TdClassName
{
border-color: #F6FEE5;
}
.TagClassName
{
border-color: #F6FEE5;
}
</style>