#F5FEB0

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

Shades of Australian Mint #F5FEB0

Tints of Australian Mint #F5FEB0

Color information

#F5FEB0 (or 0xF5FEB0) is unknown color: approx Australian Mint. HEX triplet: F5, FE and B0. RGB value is (245,254,176). Sum of RGB (Red+Green+Blue) = 245+254+176=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 176 (69.14% from 255 or 26.07% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FEB0 is #0A014F. Grayscale: #F2F2F2. Windows color (decimal): -655696 or 11599605. OLE color: 11599605.

HSL color Cylindrical-coordinate representation of color #F5FEB0: hue angle of 66.92º 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 #F5FEB0 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB245254176-
CMYK0.0400.310.00
HSL66.92º97.5%84.31%-
HSV(B)66.92º30.71%99.61%-
XYZ80.9393.4354.84-
YUV242.4290.52129.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.30%
GREEN value IS 254 (99.61% from 255) = 37.63%
BLUE value IS 176 (69.14% from 255) = 26.07%
R=36.30%
G=37.63%
B=26.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452541760.0400.310.0066.9297.584.31
HexF5FEB0401F0436254
Octal36537626040370103142124
Binary1111010111111110101100001000111110100001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEB0; }

 p { color: rgb(245,254,176); }

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

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

 a { background-color: rgb(245,254,176); }

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

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

 span { border-color: rgb(245,254,176); }

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