#F5FCB1

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

Shades of Australian Mint #F5FCB1

Tints of Australian Mint #F5FCB1

Color information

#F5FCB1 (or 0xF5FCB1) is unknown color: approx Australian Mint. HEX triplet: F5, FC and B1. RGB value is (245,252,177). Sum of RGB (Red+Green+Blue) = 245+252+177=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 177 (69.53% from 255 or 26.26% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FCB1 is #0A034E. Grayscale: #F1F1F1. Windows color (decimal): -656207 or 11664629. OLE color: 11664629.

HSL color Cylindrical-coordinate representation of color #F5FCB1: hue angle of 65.6º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5FCB1 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB245252177-
CMYK0.0300.300.01
HSL65.6º92.59%84.12%-
HSV(B)65.6º29.76%98.82%-
XYZ80.492.2155.16-
YUV241.3691.68130.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.35%
GREEN value IS 252 (98.83% from 255) = 37.39%
BLUE value IS 177 (69.53% from 255) = 26.26%
R=36.35%
G=37.39%
B=26.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452521770.0300.300.0165.692.5984.12
HexF5FCB1301E1425d54
Octal36537426130361102135124
Binary111101011111110010110001110111101100001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCB1; }

 p { color: rgb(245,252,177); }

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

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

 a { background-color: rgb(245,252,177); }

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

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

 span { border-color: rgb(245,252,177); }

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