Shades of Australian Mint #F9FFB2
Tints of Australian Mint #F9FFB2
RGB
CMYK
RGB Variations
Color information
#F9FFB2 (or 0xF9FFB2) is known color: Australian Mint. HEX triplet: F9, FF and B2. RGB value is (249,255,178). Sum of RGB (Red+Green+Blue) = 249+255+178=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 178 (69.92% from 255 or 26.10% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FFB2 is #06004D. Grayscale: #F4F4F4. Windows color (decimal): -393294 or 11730937. OLE color: 11730937.
HSL color Cylindrical-coordinate representation of color #F9FFB2: hue angle of 64.68º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9FFB2 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 178 | - |
| CMYK | 0.02 | 0 | 0.30 | 0 |
| HSL | 64.68º | 1% | 0.85% | - |
| HSV(B) | 64.68º | 0.3% | 1% | - |
| XYZ | 82.86 | 94.87 | 56.06 | - |
| YUV | 244.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 178 | 0.02 | 0 | 0.30 | 0 | 64.68 | 1 | 0.85 |
| Hex | F9 | FF | B2 | 2 | 0 | 1E | 0 | 41 | 64 | 55 |
| Octal | 371 | 377 | 262 | 2 | 0 | 36 | 0 | 101 | 144 | 125 |
| Binary | 11111001 | 11111111 | 10110010 | 10 | 0 | 11110 | 0 | 1000001 | 1100100 | 1010101 |
Color Harmonies of #F9FFB2
Complementary color
Monochromatic Colors of #F9FFB2
Black with #F9FFB2
Text Example
Text Example
White with #F9FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFB2; }
p { color: rgb(249,255,178); }
H1.HeaderClassName
{
color: #F9FFB2;
}
.AnyTagClassName
{
color: #F9FFB2;
}
</style>
background-color css
<style>
a { background-color: #F9FFB2; }
a { background-color: rgb(249,255,178); }
div.DivClassName
{
background-color: #F9FFB2;
}
.BgClassName
{
background-color: #F9FFB2;
}
</style>
border-color css
<style>
span { border-color: #F9FFB2; }
span { border-color: rgb(249,255,178); }
td.TdClassName
{
border-color: #F9FFB2;
}
.TagClassName
{
border-color: #F9FFB2;
}
</style>