#F2FAA6

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

Shades of Australian Mint #F2FAA6

Tints of Australian Mint #F2FAA6

Color information

#F2FAA6 (or 0xF2FAA6) is unknown color: approx Australian Mint. HEX triplet: F2, FA and A6. RGB value is (242,250,166). Sum of RGB (Red+Green+Blue) = 242+250+166=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 166 (65.23% from 255 or 25.23% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FAA6 is #0D0559. Grayscale: #EEEEEE. Windows color (decimal): -853338 or 10943218. OLE color: 10943218.

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

Color convert

RGB242250166-
CMYK0.0300.340.02
HSL65.71º89.36%81.57%-
HSV(B)65.71º33.6%98.04%-
XYZ77.699049.35-
YUV238.0387.35130.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.78%
GREEN value IS 250 (98.05% from 255) = 37.99%
BLUE value IS 166 (65.23% from 255) = 25.23%
R=36.78%
G=37.99%
B=25.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422501660.0300.340.0265.7189.3681.57
HexF2FAA630222425952
Octal36237224630422102131122
Binary11110010111110101010011011010001010100001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAA6; }

 p { color: rgb(242,250,166); }

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

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

 a { background-color: rgb(242,250,166); }

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

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

 span { border-color: rgb(242,250,166); }

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