#F2FAAA

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

Shades of Australian Mint #F2FAAA

Tints of Australian Mint #F2FAAA

Color information

#F2FAAA (or 0xF2FAAA) is unknown color: approx Australian Mint. HEX triplet: F2, FA and AA. RGB value is (242,250,170). Sum of RGB (Red+Green+Blue) = 242+250+170=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 170 (66.80% from 255 or 25.68% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FAAA is #0D0555. Grayscale: #EEEEEE. Windows color (decimal): -853334 or 11205362. OLE color: 11205362.

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

Color convert

RGB242250170-
CMYK0.0300.320.02
HSL66º88.89%82.35%-
HSV(B)66º32%98.04%-
XYZ78.0690.1551.32-
YUV238.4989.35130.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.56%
GREEN value IS 250 (98.05% from 255) = 37.76%
BLUE value IS 170 (66.80% from 255) = 25.68%
R=36.56%
G=37.76%
B=25.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422501700.0300.320.026688.8982.35
HexF2FAAA30202425952
Octal36237225230402102131122
Binary11110010111110101010101011010000010100001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAAA; }

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

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

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

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

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

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

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

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