#F1F7B0

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

Shades of Australian Mint #F1F7B0

Tints of Australian Mint #F1F7B0

Color information

#F1F7B0 (or 0xF1F7B0) is unknown color: approx Australian Mint. HEX triplet: F1, F7 and B0. RGB value is (241,247,176). Sum of RGB (Red+Green+Blue) = 241+247+176=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 176 (69.14% from 255 or 26.51% from 664); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F7B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F7B0 is #0E084F. Grayscale: #EDEDED. Windows color (decimal): -919632 or 11597809. OLE color: 11597809.

HSL color Cylindrical-coordinate representation of color #F1F7B0: hue angle of 65.07º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1F7B0 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB241247176-
CMYK0.0200.290.03
HSL65.07º81.61%82.94%-
HSV(B)65.07º28.74%96.86%-
XYZ77.3788.3654.05-
YUV237.1193.51130.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.30%
GREEN value IS 247 (96.88% from 255) = 37.20%
BLUE value IS 176 (69.14% from 255) = 26.51%
R=36.30%
G=37.20%
B=26.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412471760.0200.290.0365.0781.6182.94
HexF1F7B0201D3415253
Octal36136726020353101122123
Binary1111000111110111101100001001110111100000110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F7B0; }

 p { color: rgb(241,247,176); }

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

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

 a { background-color: rgb(241,247,176); }

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

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

 span { border-color: rgb(241,247,176); }

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