Shades of Saltpan #F6FDE9
Tints of Saltpan #F6FDE9
RGB
CMYK
RGB Variations
Color information
#F6FDE9 (or 0xF6FDE9) is known color: Saltpan. HEX triplet: F6, FD and E9. RGB value is (246,253,233). Sum of RGB (Red+Green+Blue) = 246+253+233=732 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.61% from 732); Green value is 253 (99.22% from 255 or 34.56% from 732); Blue value is 233 (91.41% from 255 or 31.83% from 732); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FDE9 is #090216. Grayscale: #F8F8F8. Windows color (decimal): -590359 or 15334902. OLE color: 15334902.
HSL color Cylindrical-coordinate representation of color #F6FDE9: hue angle of 81º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F6FDE9 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 253 | 233 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.01 |
| HSL | 81º | 0.83% | 0.95% | - |
| HSV(B) | 81º | 0.08% | 0.99% | - |
| XYZ | 87.84 | 95.73 | 90.94 | - |
| YUV | 248.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 253 | 233 | 0.03 | 0 | 0.08 | 0.01 | 81 | 0.83 | 0.95 |
| Hex | F6 | FD | E9 | 3 | 0 | 8 | 1 | 51 | 53 | 5F |
| Octal | 366 | 375 | 351 | 3 | 0 | 10 | 1 | 121 | 123 | 137 |
| Binary | 11110110 | 11111101 | 11101001 | 11 | 0 | 1000 | 1 | 1010001 | 1010011 | 1011111 |
Color Harmonies of #F6FDE9
Complementary color
Monochromatic Colors of #F6FDE9
Black with #F6FDE9
Text Example
Text Example
White with #F6FDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FDE9; }
p { color: rgb(246,253,233); }
H1.HeaderClassName
{
color: #F6FDE9;
}
.AnyTagClassName
{
color: #F6FDE9;
}
</style>
background-color css
<style>
a { background-color: #F6FDE9; }
a { background-color: rgb(246,253,233); }
div.DivClassName
{
background-color: #F6FDE9;
}
.BgClassName
{
background-color: #F6FDE9;
}
</style>
border-color css
<style>
span { border-color: #F6FDE9; }
span { border-color: rgb(246,253,233); }
td.TdClassName
{
border-color: #F6FDE9;
}
.TagClassName
{
border-color: #F6FDE9;
}
</style>