#F1F8A7

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

Shades of Australian Mint #F1F8A7

Tints of Australian Mint #F1F8A7

Color information

#F1F8A7 (or 0xF1F8A7) is unknown color: approx Australian Mint. HEX triplet: F1, F8 and A7. RGB value is (241,248,167). Sum of RGB (Red+Green+Blue) = 241+248+167=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 167 (65.62% from 255 or 25.46% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F8A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F8A7 is #0E0758. Grayscale: #ECECEC. Windows color (decimal): -919385 or 11008241. OLE color: 11008241.

HSL color Cylindrical-coordinate representation of color #F1F8A7: hue angle of 65.19º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1F8A7 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB241248167-
CMYK0.0300.330.03
HSL65.19º85.26%81.37%-
HSV(B)65.19º32.66%97.25%-
XYZ76.8288.6349.62-
YUV236.6788.68131.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 248 (97.27% from 255) = 37.80%
BLUE value IS 167 (65.62% from 255) = 25.46%
R=36.74%
G=37.80%
B=25.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412481670.0300.330.0365.1985.2681.37
HexF1F8A730213415551
Octal36137024730413101125121
Binary11110001111110001010011111010000111100000110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F8A7; }

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

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

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

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

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

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

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

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