#F4FBA2

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

Shades of Australian Mint #F4FBA2

Tints of Australian Mint #F4FBA2

Color information

#F4FBA2 (or 0xF4FBA2) is unknown color: approx Australian Mint. HEX triplet: F4, FB and A2. RGB value is (244,251,162). Sum of RGB (Red+Green+Blue) = 244+251+162=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 162 (63.67% from 255 or 24.66% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #F4FBA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4FBA2 is #0B045D. Grayscale: #EFEFEF. Windows color (decimal): -722014 or 10681332. OLE color: 10681332.

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

Color convert

RGB244251162-
CMYK0.0300.350.02
HSL64.72º91.75%80.98%-
HSV(B)64.72º35.46%98.43%-
XYZ78.3390.8447.59-
YUV238.7684.68131.74-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.14%
GREEN value IS 251 (98.44% from 255) = 38.20%
BLUE value IS 162 (63.67% from 255) = 24.66%
R=37.14%
G=38.20%
B=24.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442511620.0300.350.0264.7291.7580.98
HexF4FBA230232415c51
Octal36437324230432101134121
Binary11110100111110111010001011010001110100000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FBA2; }

 p { color: rgb(244,251,162); }

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

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

 a { background-color: rgb(244,251,162); }

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

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

 span { border-color: rgb(244,251,162); }

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