#F5FAAC

Color #F5FAAC Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #F5FAAC

Tints of Australian Mint #F5FAAC

Color information

#F5FAAC (or 0xF5FAAC) is unknown color: approx Australian Mint. HEX triplet: F5, FA and AC. RGB value is (245,250,172). Sum of RGB (Red+Green+Blue) = 245+250+172=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 172 (67.58% from 255 or 25.79% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FAAC is #0A0553. Grayscale: #EFEFEF. Windows color (decimal): -656724 or 11336437. OLE color: 11336437.

HSL color Cylindrical-coordinate representation of color #F5FAAC: hue angle of 63.85º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5FAAC is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB245250172-
CMYK0.0200.310.02
HSL63.85º88.64%82.75%-
HSV(B)63.85º31.2%98.04%-
XYZ79.2990.7652.37-
YUV239.6189.84131.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 36.73%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 172 (67.58% from 255) = 25.79%
R=36.73%
G=37.48%
B=25.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452501720.0200.310.0263.8588.6482.75
HexF5FAAC201F2405953
Octal36537225420372100131123
Binary1111010111111010101011001001111110100000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FAAC; }

 p { color: rgb(245,250,172); }

 H1.HeaderClassName
 {
   color: #F5FAAC;
 }
 .AnyTagClassName
 {
   color: #F5FAAC;
 }
</style>
background-color css

<style>
 a { background-color: #F5FAAC; }

 a { background-color: rgb(245,250,172); }

 div.DivClassName
 {
   background-color: #F5FAAC;
 }
 .BgClassName
 {
   background-color: #F5FAAC;
 }
</style>
border-color css

<style>
 span { border-color: #F5FAAC; }

 span { border-color: rgb(245,250,172); }

 td.TdClassName
 {
   border-color: #F5FAAC;
 }
 .TagClassName
 {
   border-color: #F5FAAC;
 }
</style>