Html Css Color HEX #F0FAAE Australian Mint

📋 copy color: '#F0FAAE'

red 240 ◦ green 250 ◦ blue 174

#F0FAAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Australian Mint #F0FAAE

Tints of Australian Mint #F0FAAE

RGB

 RED value IS 240 (94.14% from 255) = 36.14%

 GREEN value IS 250 (98.05% from 255) = 37.65%

 BLUE value IS 174 (68.36% from 255) = 26.2%

R = 36.14%
G = 37.65%
B = 26.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F0FAAE (or 0xF0FAAE) is known color: Australian Mint. HEX triplet: F0, FA and AE. RGB value is (240,250,174). Sum of RGB (Red+Green+Blue) = 240+250+174=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 174 (68.36% from 255 or 26.20% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FAAE is #0F0551. Grayscale: #EEEEEE. Windows color (decimal): -984402 or 11467504. OLE color: 11467504.

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

Color convert

RGB 240 250 174 -
CMYK 0.04 0 0.30 0.02
HSL 67.89º 0.88% 0.83% -
HSV(B) 67.89º 0.3% 0.98% -
XYZ 77.76 89.95 53.31 -
YUV 238.35 91.69 129.18 -
System Red Green Blue C M Y K H S L
Decimal 240 250 174 0.04 0 0.30 0.02 67.89 0.88 0.83
Hex F0 FA AE 4 0 1E 2 44 58 53
Octal 360 372 256 4 0 36 2 104 130 123
Binary 11110000 11111010 10101110 100 0 11110 10 1000100 1011000 1010011

Color Harmonies of #F0FAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FAAE

Black with #F0FAAE

Text Example


Text Example

White with #F0FAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FAAE; }

 p { color: rgb(240,250,174); }

 H1.HeaderClassName
 {
   color: #F0FAAE;
 }
 .AnyTagClassName
 {
   color: #F0FAAE;
 }
</style>

background-color css

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

 a { background-color: rgb(240,250,174); }

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

border-color css

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

 span { border-color: rgb(240,250,174); }

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