#F6FAAF

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

Shades of Australian Mint #F6FAAF

Tints of Australian Mint #F6FAAF

Color information

#F6FAAF (or 0xF6FAAF) is unknown color: approx Australian Mint. HEX triplet: F6, FA and AF. RGB value is (246,250,175). Sum of RGB (Red+Green+Blue) = 246+250+175=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 175 (68.75% from 255 or 26.08% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FAAF is #090550. Grayscale: #F0F0F0. Windows color (decimal): -591185 or 11533046. OLE color: 11533046.

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

Color convert

RGB246250175-
CMYK0.0200.30.02
HSL63.2º88.24%83.33%-
HSV(B)63.2º30%98.04%-
XYZ79.9391.0653.92-
YUV240.2591.17132.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.66%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 175 (68.75% from 255) = 26.08%
R=36.66%
G=37.26%
B=26.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462501750.0200.30.0263.288.2483.33
HexF6FAAF201E23f5853
Octal3663722572036277130123
Binary111101101111101010101111100111101011111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FAAF; }

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

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

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

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

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

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

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

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