#F6FAAE

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

Shades of Australian Mint #F6FAAE

Tints of Australian Mint #F6FAAE

Color information

#F6FAAE (or 0xF6FAAE) is unknown color: approx Australian Mint. HEX triplet: F6, FA and AE. RGB value is (246,250,174). Sum of RGB (Red+Green+Blue) = 246+250+174=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 174 (68.36% from 255 or 25.97% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FAAE is #090551. Grayscale: #F0F0F0. Windows color (decimal): -591186 or 11467510. OLE color: 11467510.

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

Color convert

RGB246250174-
CMYK0.0200.300.02
HSL63.16º88.37%83.14%-
HSV(B)63.16º30.4%98.04%-
XYZ79.8391.0253.41-
YUV240.1490.67132.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.72%
GREEN value IS 250 (98.05% from 255) = 37.31%
BLUE value IS 174 (68.36% from 255) = 25.97%
R=36.72%
G=37.31%
B=25.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462501740.0200.300.0263.1688.3783.14
HexF6FAAE201E23f5853
Octal3663722562036277130123
Binary111101101111101010101110100111101011111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FAAE; }

 p { color: rgb(246,250,174); }

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

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

 a { background-color: rgb(246,250,174); }

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

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

 span { border-color: rgb(246,250,174); }

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