#F1FCAF

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

Shades of Australian Mint #F1FCAF

Tints of Australian Mint #F1FCAF

Color information

#F1FCAF (or 0xF1FCAF) is unknown color: approx Australian Mint. HEX triplet: F1, FC and AF. RGB value is (241,252,175). Sum of RGB (Red+Green+Blue) = 241+252+175=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 175 (68.75% from 255 or 26.20% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FCAF is #0E0350. Grayscale: #F0F0F0. Windows color (decimal): -918353 or 11533553. OLE color: 11533553.

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

Color convert

RGB241252175-
CMYK0.0400.310.01
HSL68.57º92.77%83.73%-
HSV(B)68.57º30.56%98.82%-
XYZ78.8291.4254.05-
YUV239.9391.36128.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.08%
GREEN value IS 252 (98.83% from 255) = 37.72%
BLUE value IS 175 (68.75% from 255) = 26.20%
R=36.08%
G=37.72%
B=26.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412521750.0400.310.0168.5792.7783.73
HexF1FCAF401F1455d54
Octal36137425740371105135124
Binary1111000111111100101011111000111111100010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FCAF; }

 p { color: rgb(241,252,175); }

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

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

 a { background-color: rgb(241,252,175); }

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

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

 span { border-color: rgb(241,252,175); }

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