#F1F8AE

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

Shades of Australian Mint #F1F8AE

Tints of Australian Mint #F1F8AE

Color information

#F1F8AE (or 0xF1F8AE) is unknown color: approx Australian Mint. HEX triplet: F1, F8 and AE. RGB value is (241,248,174). Sum of RGB (Red+Green+Blue) = 241+248+174=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 174 (68.36% from 255 or 26.24% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F8AE is #0E0751. Grayscale: #EDEDED. Windows color (decimal): -919378 or 11466993. OLE color: 11466993.

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

Color convert

RGB241248174-
CMYK0.0300.300.03
HSL65.68º84.09%82.75%-
HSV(B)65.68º29.84%97.25%-
XYZ77.4888.8953.12-
YUV237.4792.18130.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.35%
GREEN value IS 248 (97.27% from 255) = 37.41%
BLUE value IS 174 (68.36% from 255) = 26.24%
R=36.35%
G=37.41%
B=26.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412481740.0300.300.0365.6884.0982.75
HexF1F8AE301E3425453
Octal36137025630363102124123
Binary1111000111111000101011101101111011100001010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F8AE; }

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

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

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

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

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

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

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

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