Shades of Australian Mint #F3FDB3
Tints of Australian Mint #F3FDB3
RGB
CMYK
RGB Variations
Color information
#F3FDB3 (or 0xF3FDB3) is known color: Australian Mint. HEX triplet: F3, FD and B3. RGB value is (243,253,179). Sum of RGB (Red+Green+Blue) = 243+253+179=675 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 179 (70.31% from 255 or 26.52% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #F3FDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FDB3 is #0C024C. Grayscale: #F1F1F1. Windows color (decimal): -787021 or 11795955. OLE color: 11795955.
HSL color Cylindrical-coordinate representation of color #F3FDB3: hue angle of 68.11º degrees, saturation: 0.95, 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 #F3FDB3 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 253 | 179 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.01 |
| HSL | 68.11º | 0.95% | 0.85% | - |
| HSV(B) | 68.11º | 0.29% | 0.99% | - |
| XYZ | 80.22 | 92.56 | 56.29 | - |
| YUV | 241.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 253 | 179 | 0.04 | 0 | 0.29 | 0.01 | 68.11 | 0.95 | 0.85 |
| Hex | F3 | FD | B3 | 4 | 0 | 1D | 1 | 44 | 5F | 55 |
| Octal | 363 | 375 | 263 | 4 | 0 | 35 | 1 | 104 | 137 | 125 |
| Binary | 11110011 | 11111101 | 10110011 | 100 | 0 | 11101 | 1 | 1000100 | 1011111 | 1010101 |
Color Harmonies of #F3FDB3
Complementary color
Monochromatic Colors of #F3FDB3
Black with #F3FDB3
Text Example
Text Example
White with #F3FDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FDB3; }
p { color: rgb(243,253,179); }
H1.HeaderClassName
{
color: #F3FDB3;
}
.AnyTagClassName
{
color: #F3FDB3;
}
</style>
background-color css
<style>
a { background-color: #F3FDB3; }
a { background-color: rgb(243,253,179); }
div.DivClassName
{
background-color: #F3FDB3;
}
.BgClassName
{
background-color: #F3FDB3;
}
</style>
border-color css
<style>
span { border-color: #F3FDB3; }
span { border-color: rgb(243,253,179); }
td.TdClassName
{
border-color: #F3FDB3;
}
.TagClassName
{
border-color: #F3FDB3;
}
</style>