#F5FAAA

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

Shades of Australian Mint #F5FAAA

Tints of Australian Mint #F5FAAA

Color information

#F5FAAA (or 0xF5FAAA) is unknown color: approx Australian Mint. HEX triplet: F5, FA and AA. RGB value is (245,250,170). Sum of RGB (Red+Green+Blue) = 245+250+170=665 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.84% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 170 (66.80% from 255 or 25.56% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FAAA is #0A0555. Grayscale: #EFEFEF. Windows color (decimal): -656726 or 11205365. OLE color: 11205365.

HSL color Cylindrical-coordinate representation of color #F5FAAA: hue angle of 63.75º 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 #F5FAAA is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB245250170-
CMYK0.0200.320.02
HSL63.75º88.89%82.35%-
HSV(B)63.75º32%98.04%-
XYZ79.190.6951.37-
YUV239.3888.84132-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.84%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 170 (66.80% from 255) = 25.56%
R=36.84%
G=37.59%
B=25.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452501700.0200.320.0263.7588.8982.35
HexF5FAAA20202405952
Octal36537225220402100131122
Binary11110101111110101010101010010000010100000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FAAA; }

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

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

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

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

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

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

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

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