#f1fea8

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

Shades of Australian Mint #F1FEA8

Tints of Australian Mint #F1FEA8

Color information

#F1FEA8 (or 0xF1FEA8) is unknown color: approx Australian Mint. HEX triplet: F1, FE and A8. RGB value is (241,254,168). Sum of RGB (Red+Green+Blue) = 241+254+168=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 168 (66.02% from 255 or 25.34% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FEA8 is #0E0157. Grayscale: #F0F0F0. Windows color (decimal): -917848 or 11075313. OLE color: 11075313.

HSL color Cylindrical-coordinate representation of color #F1FEA8: hue angle of 69.07º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1FEA8 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB241254168-
CMYK0.0500.340.00
HSL69.07º97.73%82.75%-
HSV(B)69.07º33.86%99.61%-
XYZ78.7992.4150.73-
YUV240.3187.19128.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.35%
GREEN value IS 254 (99.61% from 255) = 38.31%
BLUE value IS 168 (66.02% from 255) = 25.34%
R=36.35%
G=38.31%
B=25.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412541680.0500.340.0069.0797.7382.75
HexF1FEA850220456253
Octal36137625050420105142123
Binary11110001111111101010100010101000100100010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1fea8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1fea8; }

 p { color: rgb(241,254,168); }

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

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

 a { background-color: rgb(241,254,168); }

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

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

 span { border-color: rgb(241,254,168); }

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