Shades of Australian Mint #F0FBAB
Tints of Australian Mint #F0FBAB
RGB
CMYK
RGB Variations
Color information
#F0FBAB (or 0xF0FBAB) is known color: Australian Mint. HEX triplet: F0, FB and AB. RGB value is (240,251,171). Sum of RGB (Red+Green+Blue) = 240+251+171=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 171 (67.19% from 255 or 25.83% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FBAB is #0F0454. Grayscale: #EEEEEE. Windows color (decimal): -984149 or 11271152. OLE color: 11271152.
HSL color Cylindrical-coordinate representation of color #F0FBAB: hue angle of 68.25º 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 #F0FBAB is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 171 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.02 |
| HSL | 68.25º | 0.91% | 0.83% | - |
| HSV(B) | 68.25º | 0.32% | 0.98% | - |
| XYZ | 77.78 | 90.46 | 51.89 | - |
| YUV | 238.59 | 89.86 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 171 | 0.04 | 0 | 0.32 | 0.02 | 68.25 | 0.91 | 0.83 |
| Hex | F0 | FB | AB | 4 | 0 | 20 | 2 | 44 | 5B | 53 |
| Octal | 360 | 373 | 253 | 4 | 0 | 40 | 2 | 104 | 133 | 123 |
| Binary | 11110000 | 11111011 | 10101011 | 100 | 0 | 100000 | 10 | 1000100 | 1011011 | 1010011 |
Color Harmonies of #F0FBAB
Complementary color
Monochromatic Colors of #F0FBAB
Black with #F0FBAB
Text Example
Text Example
White with #F0FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FBAB; }
p { color: rgb(240,251,171); }
H1.HeaderClassName
{
color: #F0FBAB;
}
.AnyTagClassName
{
color: #F0FBAB;
}
</style>
background-color css
<style>
a { background-color: #F0FBAB; }
a { background-color: rgb(240,251,171); }
div.DivClassName
{
background-color: #F0FBAB;
}
.BgClassName
{
background-color: #F0FBAB;
}
</style>
border-color css
<style>
span { border-color: #F0FBAB; }
span { border-color: rgb(240,251,171); }
td.TdClassName
{
border-color: #F0FBAB;
}
.TagClassName
{
border-color: #F0FBAB;
}
</style>