#F1FBAE

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

Shades of Australian Mint #F1FBAE

Tints of Australian Mint #F1FBAE

Color information

#F1FBAE (or 0xF1FBAE) is unknown color: approx Australian Mint. HEX triplet: F1, FB and AE. RGB value is (241,251,174). Sum of RGB (Red+Green+Blue) = 241+251+174=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 174 (68.36% from 255 or 26.13% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FBAE is #0E0451. Grayscale: #EFEFEF. Windows color (decimal): -918610 or 11467761. OLE color: 11467761.

HSL color Cylindrical-coordinate representation of color #F1FBAE: hue angle of 67.79º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1FBAE is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB241251174-
CMYK0.0400.310.02
HSL67.79º90.59%83.33%-
HSV(B)67.79º30.68%98.43%-
XYZ78.4190.7553.43-
YUV239.2391.19129.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.19%
GREEN value IS 251 (98.44% from 255) = 37.69%
BLUE value IS 174 (68.36% from 255) = 26.13%
R=36.19%
G=37.69%
B=26.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412511740.0400.310.0267.7990.5983.33
HexF1FBAE401F2445b53
Octal36137325640372104133123
Binary11110001111110111010111010001111110100010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FBAE; }

 p { color: rgb(241,251,174); }

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

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

 a { background-color: rgb(241,251,174); }

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

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

 span { border-color: rgb(241,251,174); }

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