Shades of Saltpan #F6FDED
Tints of Saltpan #F6FDED
RGB
CMYK
RGB Variations
Color information
#F6FDED (or 0xF6FDED) is known color: Saltpan. HEX triplet: F6, FD and ED. RGB value is (246,253,237). Sum of RGB (Red+Green+Blue) = 246+253+237=736 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.42% from 736); Green value is 253 (99.22% from 255 or 34.38% from 736); Blue value is 237 (92.97% from 255 or 32.20% from 736); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FDED is #090212. Grayscale: #F9F9F9. Windows color (decimal): -590355 or 15597046. OLE color: 15597046.
HSL color Cylindrical-coordinate representation of color #F6FDED: hue angle of 86.25º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F6FDED is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 246 | 253 | 237 | - |
CMYK | 0.03 | 0 | 0.06 | 0.01 |
HSL | 86.25º | 0.8% | 0.96% | - |
HSV(B) | 86.25º | 0.06% | 0.99% | - |
XYZ | 88.42 | 95.96 | 93.98 | - |
YUV | 249.08 | 121.18 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 253 | 237 | 0.03 | 0 | 0.06 | 0.01 | 86.25 | 0.8 | 0.96 |
Hex | F6 | FD | ED | 3 | 0 | 6 | 1 | 56 | 50 | 60 |
Octal | 366 | 375 | 355 | 3 | 0 | 6 | 1 | 126 | 120 | 140 |
Binary | 11110110 | 11111101 | 11101101 | 11 | 0 | 110 | 1 | 1010110 | 1010000 | 1100000 |
Color Harmonies of #F6FDED
Complementary color
Monochromatic Colors of #F6FDED
Black with #F6FDED
Text Example
Text Example
White with #F6FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FDED; }
p { color: rgb(246,253,237); }
H1.HeaderClassName
{
color: #F6FDED;
}
.AnyTagClassName
{
color: #F6FDED;
}
</style>
background-color css
<style>
a { background-color: #F6FDED; }
a { background-color: rgb(246,253,237); }
div.DivClassName
{
background-color: #F6FDED;
}
.BgClassName
{
background-color: #F6FDED;
}
</style>
border-color css
<style>
span { border-color: #F6FDED; }
span { border-color: rgb(246,253,237); }
td.TdClassName
{
border-color: #F6FDED;
}
.TagClassName
{
border-color: #F6FDED;
}
</style>