#F4FAA1

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

Shades of Australian Mint #F4FAA1

Tints of Australian Mint #F4FAA1

Color information

#F4FAA1 (or 0xF4FAA1) is unknown color: approx Australian Mint. HEX triplet: F4, FA and A1. RGB value is (244,250,161). Sum of RGB (Red+Green+Blue) = 244+250+161=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 161 (63.28% from 255 or 24.58% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4FAA1 is #0B055E. Grayscale: #EEEEEE. Windows color (decimal): -722271 or 10615540. OLE color: 10615540.

HSL color Cylindrical-coordinate representation of color #F4FAA1: hue angle of 64.04º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F4FAA1 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB244250161-
CMYK0.0200.360.02
HSL64.04º89.9%80.59%-
HSV(B)64.04º35.6%98.04%-
XYZ77.9390.1847.02-
YUV238.0684.51132.24-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.25%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 161 (63.28% from 255) = 24.58%
R=37.25%
G=38.17%
B=24.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442501610.0200.360.0264.0489.980.59
HexF4FAA120242405a51
Octal36437224120442100132121
Binary11110100111110101010000110010010010100000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FAA1; }

 p { color: rgb(244,250,161); }

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

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

 a { background-color: rgb(244,250,161); }

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

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

 span { border-color: rgb(244,250,161); }

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