#F4FCB0

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

Shades of Australian Mint #F4FCB0

Tints of Australian Mint #F4FCB0

Color information

#F4FCB0 (or 0xF4FCB0) is unknown color: approx Australian Mint. HEX triplet: F4, FC and B0. RGB value is (244,252,176). Sum of RGB (Red+Green+Blue) = 244+252+176=672 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.31% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 176 (69.14% from 255 or 26.19% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #F4FCB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4FCB0 is #0B034F. Grayscale: #F1F1F1. Windows color (decimal): -721744 or 11599092. OLE color: 11599092.

HSL color Cylindrical-coordinate representation of color #F4FCB0: hue angle of 66.32º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4FCB0 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB244252176-
CMYK0.0300.300.01
HSL66.32º92.68%83.92%-
HSV(B)66.32º30.16%98.82%-
XYZ79.9691.9954.62-
YUV240.9491.35130.18-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.31%
GREEN value IS 252 (98.83% from 255) = 37.5%
BLUE value IS 176 (69.14% from 255) = 26.19%
R=36.31%
G=37.5%
B=26.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2442521760.0300.300.0166.3292.6883.92
HexF4FCB0301E1425d54
Octal36437426030361102135124
Binary111101001111110010110000110111101100001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FCB0; }

 p { color: rgb(244,252,176); }

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

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

 a { background-color: rgb(244,252,176); }

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

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

 span { border-color: rgb(244,252,176); }

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