Html Css Color HEX #FAAE80 Tacao

📋 copy color: '#FAAE80'

red 250 ◦ green 174 ◦ blue 128

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

Shades of Tacao #FAAE80

Tints of Tacao #FAAE80

RGB

 RED value IS 250 (98.05% from 255) = 45.29%

 GREEN value IS 174 (68.36% from 255) = 31.52%

 BLUE value IS 128 (50.39% from 255) = 23.19%

R = 45.29%
G = 31.52%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAAE80 (or 0xFAAE80) is known color: Tacao. HEX triplet: FA, AE and 80. RGB value is (250,174,128). Sum of RGB (Red+Green+Blue) = 250+174+128=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAE80 is #05517F. Grayscale: #BFBFBF. Windows color (decimal): -348544 or 8433402. OLE color: 8433402.

HSL color Cylindrical-coordinate representation of color #FAAE80: hue angle of 22.62º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAAE80 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 174 128 -
CMYK 0 0.30 0.49 0.02
HSL 22.62º 0.92% 0.74% -
HSV(B) 22.62º 0.49% 0.98% -
XYZ 58.46 52.15 27.41 -
YUV 191.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 250 174 128 0 0.30 0.49 0.02 22.62 0.92 0.74
Hex FA AE 80 0 1E 31 2 17 5C 4A
Octal 372 256 200 0 36 61 2 27 134 112
Binary 11111010 10101110 10000000 0 11110 110001 10 10111 1011100 1001010

Color Harmonies of #FAAE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAE80

Black with #FAAE80

Text Example


Text Example

White with #FAAE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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