#F1FEB2

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

Shades of Australian Mint #F1FEB2

Tints of Australian Mint #F1FEB2

Color information

#F1FEB2 (or 0xF1FEB2) is unknown color: approx Australian Mint. HEX triplet: F1, FE and B2. RGB value is (241,254,178). Sum of RGB (Red+Green+Blue) = 241+254+178=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 178 (69.92% from 255 or 26.45% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FEB2 is #0E014D. Grayscale: #F1F1F1. Windows color (decimal): -917838 or 11730673. OLE color: 11730673.

HSL color Cylindrical-coordinate representation of color #F1FEB2: hue angle of 70.26º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1FEB2 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB241254178-
CMYK0.0500.300.00
HSL70.26º97.44%84.71%-
HSV(B)70.26º29.92%99.61%-
XYZ79.7592.855.83-
YUV241.4592.19127.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.81%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 178 (69.92% from 255) = 26.45%
R=35.81%
G=37.74%
B=26.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412541780.0500.300.0070.2697.4484.71
HexF1FEB2501E0466155
Octal36137626250360106141125
Binary1111000111111110101100101010111100100011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FEB2; }

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

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

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

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

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

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

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

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