Shades of Australian Mint #F2FFB3
Tints of Australian Mint #F2FFB3
RGB
CMYK
RGB Variations
Color information
#F2FFB3 (or 0xF2FFB3) is known color: Australian Mint. HEX triplet: F2, FF and B3. RGB value is (242,255,179). Sum of RGB (Red+Green+Blue) = 242+255+179=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 179 (70.31% from 255 or 26.48% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFB3 is #0D004C. Grayscale: #F2F2F2. Windows color (decimal): -852045 or 11796466. OLE color: 11796466.
HSL color Cylindrical-coordinate representation of color #F2FFB3: hue angle of 70.26º 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 #F2FFB3 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 179 | - |
| CMYK | 0.05 | 0 | 0.30 | 0 |
| HSL | 70.26º | 1% | 0.85% | - |
| HSV(B) | 70.26º | 0.3% | 1% | - |
| XYZ | 80.51 | 93.65 | 56.48 | - |
| YUV | 242.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 179 | 0.05 | 0 | 0.30 | 0 | 70.26 | 1 | 0.85 |
| Hex | F2 | FF | B3 | 5 | 0 | 1E | 0 | 46 | 64 | 55 |
| Octal | 362 | 377 | 263 | 5 | 0 | 36 | 0 | 106 | 144 | 125 |
| Binary | 11110010 | 11111111 | 10110011 | 101 | 0 | 11110 | 0 | 1000110 | 1100100 | 1010101 |
Color Harmonies of #F2FFB3
Complementary color
Monochromatic Colors of #F2FFB3
Black with #F2FFB3
Text Example
Text Example
White with #F2FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFB3; }
p { color: rgb(242,255,179); }
H1.HeaderClassName
{
color: #F2FFB3;
}
.AnyTagClassName
{
color: #F2FFB3;
}
</style>
background-color css
<style>
a { background-color: #F2FFB3; }
a { background-color: rgb(242,255,179); }
div.DivClassName
{
background-color: #F2FFB3;
}
.BgClassName
{
background-color: #F2FFB3;
}
</style>
border-color css
<style>
span { border-color: #F2FFB3; }
span { border-color: rgb(242,255,179); }
td.TdClassName
{
border-color: #F2FFB3;
}
.TagClassName
{
border-color: #F2FFB3;
}
</style>