#E8FAAF

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

Shades of Australian Mint #E8FAAF

Tints of Australian Mint #E8FAAF

Color information

#E8FAAF (or 0xE8FAAF) is unknown color: approx Australian Mint. HEX triplet: E8, FA and AF. RGB value is (232,250,175). Sum of RGB (Red+Green+Blue) = 232+250+175=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 175 (68.75% from 255 or 26.64% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FAAF is #170550. Grayscale: #ECECEC. Windows color (decimal): -1508689 or 11533032. OLE color: 11533032.

HSL color Cylindrical-coordinate representation of color #E8FAAF: hue angle of 74.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8FAAF is Cyan = 0.07, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB232250175-
CMYK0.0700.30.02
HSL74.4º88.24%83.33%-
HSV(B)74.4º30%98.04%-
XYZ75.288.6253.7-
YUV236.0793.54125.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.31%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 175 (68.75% from 255) = 26.64%
R=35.31%
G=38.05%
B=26.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322501750.0700.30.0274.488.2483.33
HexE8FAAF701E24a5853
Octal35037225770362112130123
Binary11101000111110101010111111101111010100101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8FAAF; }

 p { color: rgb(232,250,175); }

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

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

 a { background-color: rgb(232,250,175); }

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

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

 span { border-color: rgb(232,250,175); }

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