#F1FEAF

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

Shades of Australian Mint #F1FEAF

Tints of Australian Mint #F1FEAF

Color information

#F1FEAF (or 0xF1FEAF) is unknown color: approx Australian Mint. HEX triplet: F1, FE and AF. RGB value is (241,254,175). Sum of RGB (Red+Green+Blue) = 241+254+175=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 175 (68.75% from 255 or 26.12% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FEAF is #0E0150. Grayscale: #F1F1F1. Windows color (decimal): -917841 or 11534065. OLE color: 11534065.

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

Color convert

RGB241254175-
CMYK0.0500.310.00
HSL69.87º97.53%84.12%-
HSV(B)69.87º31.1%99.61%-
XYZ79.4692.6854.26-
YUV241.1190.69127.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.97%
GREEN value IS 254 (99.61% from 255) = 37.91%
BLUE value IS 175 (68.75% from 255) = 26.12%
R=35.97%
G=37.91%
B=26.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412541750.0500.310.0069.8797.5384.12
HexF1FEAF501F0466254
Octal36137625750370106142124
Binary1111000111111110101011111010111110100011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FEAF; }

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

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

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

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

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

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

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

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