#F6FCB0

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

Shades of Australian Mint #F6FCB0

Tints of Australian Mint #F6FCB0

Color information

#F6FCB0 (or 0xF6FCB0) is unknown color: approx Australian Mint. HEX triplet: F6, FC and B0. RGB value is (246,252,176). Sum of RGB (Red+Green+Blue) = 246+252+176=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 176 (69.14% from 255 or 26.11% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FCB0 is #09034F. Grayscale: #F1F1F1. Windows color (decimal): -590672 or 11599094. OLE color: 11599094.

HSL color Cylindrical-coordinate representation of color #F6FCB0: hue angle of 64.74º 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 #F6FCB0 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB246252176-
CMYK0.0200.300.01
HSL64.74º92.68%83.92%-
HSV(B)64.74º30.16%98.82%-
XYZ80.6592.3554.65-
YUV241.5491.01131.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.50%
GREEN value IS 252 (98.83% from 255) = 37.39%
BLUE value IS 176 (69.14% from 255) = 26.11%
R=36.50%
G=37.39%
B=26.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462521760.0200.300.0164.7492.6883.92
HexF6FCB0201E1415d54
Octal36637426020361101135124
Binary111101101111110010110000100111101100000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FCB0; }

 p { color: rgb(246,252,176); }

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

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

 a { background-color: rgb(246,252,176); }

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

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

 span { border-color: rgb(246,252,176); }

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