Shades of Australian Mint #F6FBAD
Tints of Australian Mint #F6FBAD
RGB
CMYK
RGB Variations
Color information
#F6FBAD (or 0xF6FBAD) is known color: Australian Mint. HEX triplet: F6, FB and AD. RGB value is (246,251,173). Sum of RGB (Red+Green+Blue) = 246+251+173=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 173 (67.97% from 255 or 25.82% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FBAD is #090452. Grayscale: #F0F0F0. Windows color (decimal): -590931 or 11402230. OLE color: 11402230.
HSL color Cylindrical-coordinate representation of color #F6FBAD: hue angle of 63.85º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6FBAD is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 251 | 173 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.02 |
| HSL | 63.85º | 0.91% | 0.83% | - |
| HSV(B) | 63.85º | 0.31% | 0.98% | - |
| XYZ | 80.05 | 91.6 | 53 | - |
| YUV | 240.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 251 | 173 | 0.02 | 0 | 0.31 | 0.02 | 63.85 | 0.91 | 0.83 |
| Hex | F6 | FB | AD | 2 | 0 | 1F | 2 | 40 | 5B | 53 |
| Octal | 366 | 373 | 255 | 2 | 0 | 37 | 2 | 100 | 133 | 123 |
| Binary | 11110110 | 11111011 | 10101101 | 10 | 0 | 11111 | 10 | 1000000 | 1011011 | 1010011 |
Color Harmonies of #F6FBAD
Complementary color
Monochromatic Colors of #F6FBAD
Black with #F6FBAD
Text Example
Text Example
White with #F6FBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FBAD; }
p { color: rgb(246,251,173); }
H1.HeaderClassName
{
color: #F6FBAD;
}
.AnyTagClassName
{
color: #F6FBAD;
}
</style>
background-color css
<style>
a { background-color: #F6FBAD; }
a { background-color: rgb(246,251,173); }
div.DivClassName
{
background-color: #F6FBAD;
}
.BgClassName
{
background-color: #F6FBAD;
}
</style>
border-color css
<style>
span { border-color: #F6FBAD; }
span { border-color: rgb(246,251,173); }
td.TdClassName
{
border-color: #F6FBAD;
}
.TagClassName
{
border-color: #F6FBAD;
}
</style>