Shades of Australian Mint #F0FBB3
Tints of Australian Mint #F0FBB3
RGB
CMYK
RGB Variations
Color information
#F0FBB3 (or 0xF0FBB3) is known color: Australian Mint. HEX triplet: F0, FB and B3. RGB value is (240,251,179). Sum of RGB (Red+Green+Blue) = 240+251+179=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 179 (70.31% from 255 or 26.72% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBB3 is #0F044C. Grayscale: #EFEFEF. Windows color (decimal): -984141 or 11795440. OLE color: 11795440.
HSL color Cylindrical-coordinate representation of color #F0FBB3: hue angle of 69.17º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0FBB3 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 179 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.02 |
| HSL | 69.17º | 0.9% | 0.84% | - |
| HSV(B) | 69.17º | 0.29% | 0.98% | - |
| XYZ | 78.57 | 90.77 | 56.03 | - |
| YUV | 239.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 179 | 0.04 | 0 | 0.29 | 0.02 | 69.17 | 0.9 | 0.84 |
| Hex | F0 | FB | B3 | 4 | 0 | 1D | 2 | 45 | 5A | 54 |
| Octal | 360 | 373 | 263 | 4 | 0 | 35 | 2 | 105 | 132 | 124 |
| Binary | 11110000 | 11111011 | 10110011 | 100 | 0 | 11101 | 10 | 1000101 | 1011010 | 1010100 |
Color Harmonies of #F0FBB3
Complementary color
Monochromatic Colors of #F0FBB3
Black with #F0FBB3
Text Example
Text Example
White with #F0FBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FBB3; }
p { color: rgb(240,251,179); }
H1.HeaderClassName
{
color: #F0FBB3;
}
.AnyTagClassName
{
color: #F0FBB3;
}
</style>
background-color css
<style>
a { background-color: #F0FBB3; }
a { background-color: rgb(240,251,179); }
div.DivClassName
{
background-color: #F0FBB3;
}
.BgClassName
{
background-color: #F0FBB3;
}
</style>
border-color css
<style>
span { border-color: #F0FBB3; }
span { border-color: rgb(240,251,179); }
td.TdClassName
{
border-color: #F0FBB3;
}
.TagClassName
{
border-color: #F0FBB3;
}
</style>