#F2FCAB

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

Shades of Australian Mint #F2FCAB

Tints of Australian Mint #F2FCAB

Color information

#F2FCAB (or 0xF2FCAB) is unknown color: approx Australian Mint. HEX triplet: F2, FC and AB. RGB value is (242,252,171). Sum of RGB (Red+Green+Blue) = 242+252+171=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 171 (67.19% from 255 or 25.71% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FCAB is #0D0354. Grayscale: #F0F0F0. Windows color (decimal): -852821 or 11271410. OLE color: 11271410.

HSL color Cylindrical-coordinate representation of color #F2FCAB: hue angle of 67.41º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2FCAB is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB242252171-
CMYK0.0400.320.01
HSL67.41º93.1%82.94%-
HSV(B)67.41º32.14%98.82%-
XYZ78.7891.4452.03-
YUV239.7889.19129.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.39%
GREEN value IS 252 (98.83% from 255) = 37.89%
BLUE value IS 171 (67.19% from 255) = 25.71%
R=36.39%
G=37.89%
B=25.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422521710.0400.320.0167.4193.182.94
HexF2FCAB40201435d53
Octal36237425340401103135123
Binary11110010111111001010101110001000001100001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FCAB; }

 p { color: rgb(242,252,171); }

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

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

 a { background-color: rgb(242,252,171); }

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

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

 span { border-color: rgb(242,252,171); }

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