Html Css Color HEX #F5FAAE Australian Mint

📋 copy color: '#F5FAAE'

red 245 ◦ green 250 ◦ blue 174

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

Shades of Australian Mint #F5FAAE

Tints of Australian Mint #F5FAAE

RGB

 RED value IS 245 (96.09% from 255) = 36.62%

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

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

R = 36.62%
G = 37.37%
B = 26.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F5FAAE (or 0xF5FAAE) is known color: Australian Mint. HEX triplet: F5, FA and AE. RGB value is (245,250,174). Sum of RGB (Red+Green+Blue) = 245+250+174=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 174 (68.36% from 255 or 26.01% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FAAE is #0A0551. Grayscale: #F0F0F0. Windows color (decimal): -656722 or 11467509. OLE color: 11467509.

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

Color convert

RGB 245 250 174 -
CMYK 0.02 0 0.30 0.02
HSL 63.95º 0.88% 0.83% -
HSV(B) 63.95º 0.3% 0.98% -
XYZ 79.48 90.84 53.39 -
YUV 239.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 245 250 174 0.02 0 0.30 0.02 63.95 0.88 0.83
Hex F5 FA AE 2 0 1E 2 40 58 53
Octal 365 372 256 2 0 36 2 100 130 123
Binary 11110101 11111010 10101110 10 0 11110 10 1000000 1011000 1010011

Color Harmonies of #F5FAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FAAE

Black with #F5FAAE

Text Example


Text Example

White with #F5FAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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