Shades of Australian Mint #F5FBAB
Tints of Australian Mint #F5FBAB
RGB
CMYK
RGB Variations
Color information
#F5FBAB (or 0xF5FBAB) is known color: Australian Mint. HEX triplet: F5, FB and AB. RGB value is (245,251,171). Sum of RGB (Red+Green+Blue) = 245+251+171=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 171 (67.19% from 255 or 25.64% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FBAB is #0A0454. Grayscale: #F0F0F0. Windows color (decimal): -656469 or 11271157. OLE color: 11271157.
HSL color Cylindrical-coordinate representation of color #F5FBAB: hue angle of 64.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5FBAB is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 251 | 171 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.02 |
| HSL | 64.5º | 0.91% | 0.83% | - |
| HSV(B) | 64.5º | 0.32% | 0.98% | - |
| XYZ | 79.5 | 91.35 | 51.97 | - |
| YUV | 240.09 | 89.01 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 251 | 171 | 0.02 | 0 | 0.32 | 0.02 | 64.5 | 0.91 | 0.83 |
| Hex | F5 | FB | AB | 2 | 0 | 20 | 2 | 40 | 5B | 53 |
| Octal | 365 | 373 | 253 | 2 | 0 | 40 | 2 | 100 | 133 | 123 |
| Binary | 11110101 | 11111011 | 10101011 | 10 | 0 | 100000 | 10 | 1000000 | 1011011 | 1010011 |
Color Harmonies of #F5FBAB
Complementary color
Monochromatic Colors of #F5FBAB
Black with #F5FBAB
Text Example
Text Example
White with #F5FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FBAB; }
p { color: rgb(245,251,171); }
H1.HeaderClassName
{
color: #F5FBAB;
}
.AnyTagClassName
{
color: #F5FBAB;
}
</style>
background-color css
<style>
a { background-color: #F5FBAB; }
a { background-color: rgb(245,251,171); }
div.DivClassName
{
background-color: #F5FBAB;
}
.BgClassName
{
background-color: #F5FBAB;
}
</style>
border-color css
<style>
span { border-color: #F5FBAB; }
span { border-color: rgb(245,251,171); }
td.TdClassName
{
border-color: #F5FBAB;
}
.TagClassName
{
border-color: #F5FBAB;
}
</style>