Shades of Australian Mint #F9FFB0
Tints of Australian Mint #F9FFB0
RGB
CMYK
RGB Variations
Color information
#F9FFB0 (or 0xF9FFB0) is known color: Australian Mint. HEX triplet: F9, FF and B0. RGB value is (249,255,176). Sum of RGB (Red+Green+Blue) = 249+255+176=680 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.62% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 176 (69.14% from 255 or 25.88% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FFB0 is #06004F. Grayscale: #F4F4F4. Windows color (decimal): -393296 or 11599865. OLE color: 11599865.
HSL color Cylindrical-coordinate representation of color #F9FFB0: hue angle of 64.56º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9FFB0 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 176 | - |
| CMYK | 0.02 | 0 | 0.31 | 0 |
| HSL | 64.56º | 1% | 0.85% | - |
| HSV(B) | 64.56º | 0.31% | 1% | - |
| XYZ | 82.66 | 94.79 | 55.01 | - |
| YUV | 244.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 176 | 0.02 | 0 | 0.31 | 0 | 64.56 | 1 | 0.85 |
| Hex | F9 | FF | B0 | 2 | 0 | 1F | 0 | 41 | 64 | 55 |
| Octal | 371 | 377 | 260 | 2 | 0 | 37 | 0 | 101 | 144 | 125 |
| Binary | 11111001 | 11111111 | 10110000 | 10 | 0 | 11111 | 0 | 1000001 | 1100100 | 1010101 |
Color Harmonies of #F9FFB0
Complementary color
Monochromatic Colors of #F9FFB0
Black with #F9FFB0
Text Example
Text Example
White with #F9FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFB0; }
p { color: rgb(249,255,176); }
H1.HeaderClassName
{
color: #F9FFB0;
}
.AnyTagClassName
{
color: #F9FFB0;
}
</style>
background-color css
<style>
a { background-color: #F9FFB0; }
a { background-color: rgb(249,255,176); }
div.DivClassName
{
background-color: #F9FFB0;
}
.BgClassName
{
background-color: #F9FFB0;
}
</style>
border-color css
<style>
span { border-color: #F9FFB0; }
span { border-color: rgb(249,255,176); }
td.TdClassName
{
border-color: #F9FFB0;
}
.TagClassName
{
border-color: #F9FFB0;
}
</style>