Shades of Australian Mint #F4FCB3
Tints of Australian Mint #F4FCB3
RGB
CMYK
RGB Variations
Color information
#F4FCB3 (or 0xF4FCB3) is known color: Australian Mint. HEX triplet: F4, FC and B3. RGB value is (244,252,179). Sum of RGB (Red+Green+Blue) = 244+252+179=675 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.15% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 179 (70.31% from 255 or 26.52% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #F4FCB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FCB3 is #0B034C. Grayscale: #F1F1F1. Windows color (decimal): -721741 or 11795700. OLE color: 11795700.
HSL color Cylindrical-coordinate representation of color #F4FCB3: hue angle of 66.58º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4FCB3 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 252 | 179 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.01 |
| HSL | 66.58º | 0.92% | 0.85% | - |
| HSV(B) | 66.58º | 0.29% | 0.99% | - |
| XYZ | 80.26 | 92.11 | 56.2 | - |
| YUV | 241.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 252 | 179 | 0.03 | 0 | 0.29 | 0.01 | 66.58 | 0.92 | 0.85 |
| Hex | F4 | FC | B3 | 3 | 0 | 1D | 1 | 43 | 5C | 55 |
| Octal | 364 | 374 | 263 | 3 | 0 | 35 | 1 | 103 | 134 | 125 |
| Binary | 11110100 | 11111100 | 10110011 | 11 | 0 | 11101 | 1 | 1000011 | 1011100 | 1010101 |
Color Harmonies of #F4FCB3
Complementary color
Monochromatic Colors of #F4FCB3
Black with #F4FCB3
Text Example
Text Example
White with #F4FCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FCB3; }
p { color: rgb(244,252,179); }
H1.HeaderClassName
{
color: #F4FCB3;
}
.AnyTagClassName
{
color: #F4FCB3;
}
</style>
background-color css
<style>
a { background-color: #F4FCB3; }
a { background-color: rgb(244,252,179); }
div.DivClassName
{
background-color: #F4FCB3;
}
.BgClassName
{
background-color: #F4FCB3;
}
</style>
border-color css
<style>
span { border-color: #F4FCB3; }
span { border-color: rgb(244,252,179); }
td.TdClassName
{
border-color: #F4FCB3;
}
.TagClassName
{
border-color: #F4FCB3;
}
</style>