#F5FAB0

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

Shades of Australian Mint #F5FAB0

Tints of Australian Mint #F5FAB0

Color information

#F5FAB0 (or 0xF5FAB0) is unknown color: approx Australian Mint. HEX triplet: F5, FA and B0. RGB value is (245,250,176). Sum of RGB (Red+Green+Blue) = 245+250+176=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 176 (69.14% from 255 or 26.23% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FAB0 is #0A054F. Grayscale: #F0F0F0. Windows color (decimal): -656720 or 11598581. OLE color: 11598581.

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

Color convert

RGB245250176-
CMYK0.0200.300.02
HSL64.05º88.1%83.53%-
HSV(B)64.05º29.6%98.04%-
XYZ79.6890.9254.42-
YUV240.0791.84131.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.51%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 176 (69.14% from 255) = 26.23%
R=36.51%
G=37.26%
B=26.23%

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
Decimal2452501760.0200.300.0264.0588.183.53
HexF5FAB0201E2405854
Octal36537226020362100130124
Binary1111010111111010101100001001111010100000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FAB0; }

 p { color: rgb(245,250,176); }

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

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

 a { background-color: rgb(245,250,176); }

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

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

 span { border-color: rgb(245,250,176); }

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