Shades of Saltpan #F6FEEA
Tints of Saltpan #F6FEEA
RGB
CMYK
RGB Variations
Color information
#F6FEEA (or 0xF6FEEA) is known color: Saltpan. HEX triplet: F6, FE and EA. RGB value is (246,254,234). Sum of RGB (Red+Green+Blue) = 246+254+234=734 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.51% from 734); Green value is 254 (99.61% from 255 or 34.60% from 734); Blue value is 234 (91.80% from 255 or 31.88% from 734); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FEEA is #090115. Grayscale: #F9F9F9. Windows color (decimal): -590102 or 15400694. OLE color: 15400694.
HSL color Cylindrical-coordinate representation of color #F6FEEA: hue angle of 84º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F6FEEA is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
RGB | 246 | 254 | 234 | - |
CMYK | 0.03 | 0 | 0.08 | 0.00 |
HSL | 84º | 0.91% | 0.96% | - |
HSV(B) | 84º | 0.08% | 1% | - |
XYZ | 88.3 | 96.42 | 91.8 | - |
YUV | 249.33 | 119.35 | 125.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 254 | 234 | 0.03 | 0 | 0.08 | 0.00 | 84 | 0.91 | 0.96 |
Hex | F6 | FE | EA | 3 | 0 | 8 | 0 | 54 | 5B | 60 |
Octal | 366 | 376 | 352 | 3 | 0 | 10 | 0 | 124 | 133 | 140 |
Binary | 11110110 | 11111110 | 11101010 | 11 | 0 | 1000 | 0 | 1010100 | 1011011 | 1100000 |
Color Harmonies of #F6FEEA
Complementary color
Monochromatic Colors of #F6FEEA
Black with #F6FEEA
Text Example
Text Example
White with #F6FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FEEA; }
p { color: rgb(246,254,234); }
H1.HeaderClassName
{
color: #F6FEEA;
}
.AnyTagClassName
{
color: #F6FEEA;
}
</style>
background-color css
<style>
a { background-color: #F6FEEA; }
a { background-color: rgb(246,254,234); }
div.DivClassName
{
background-color: #F6FEEA;
}
.BgClassName
{
background-color: #F6FEEA;
}
</style>
border-color css
<style>
span { border-color: #F6FEEA; }
span { border-color: rgb(246,254,234); }
td.TdClassName
{
border-color: #F6FEEA;
}
.TagClassName
{
border-color: #F6FEEA;
}
</style>