#F1FAAF

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

Shades of Australian Mint #F1FAAF

Tints of Australian Mint #F1FAAF

Color information

#F1FAAF (or 0xF1FAAF) is unknown color: approx Australian Mint. HEX triplet: F1, FA and AF. RGB value is (241,250,175). Sum of RGB (Red+Green+Blue) = 241+250+175=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 175 (68.75% from 255 or 26.28% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FAAF is #0E0550. Grayscale: #EFEFEF. Windows color (decimal): -918865 or 11533041. OLE color: 11533041.

HSL color Cylindrical-coordinate representation of color #F1FAAF: hue angle of 67.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1FAAF is Cyan = 0.04, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB241250175-
CMYK0.0400.30.02
HSL67.2º88.24%83.33%-
HSV(B)67.2º30%98.04%-
XYZ78.290.1753.84-
YUV238.7692.02129.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.19%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 175 (68.75% from 255) = 26.28%
R=36.19%
G=37.54%
B=26.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412501750.0400.30.0267.288.2483.33
HexF1FAAF401E2435853
Octal36137225740362103130123
Binary11110001111110101010111110001111010100001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAAF; }

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

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

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

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

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

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

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

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