Html Css Color HEX #FAAE85 Tacao

📋 copy color: '#FAAE85'

red 250 ◦ green 174 ◦ blue 133

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

Shades of Tacao #FAAE85

Tints of Tacao #FAAE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.88%

R = 44.88%
G = 31.24%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAAE85 (or 0xFAAE85) is known color: Tacao. HEX triplet: FA, AE and 85. RGB value is (250,174,133). Sum of RGB (Red+Green+Blue) = 250+174+133=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAE85 is #05517A. Grayscale: #C0C0C0. Windows color (decimal): -348539 or 8761082. OLE color: 8761082.

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

Color convert

RGB 250 174 133 -
CMYK 0 0.30 0.47 0.02
HSL 21.03º 0.92% 0.75% -
HSV(B) 21.03º 0.47% 0.98% -
XYZ 58.79 52.29 29.18 -
YUV 192.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 250 174 133 0 0.30 0.47 0.02 21.03 0.92 0.75
Hex FA AE 85 0 1E 2F 2 15 5C 4B
Octal 372 256 205 0 36 57 2 25 134 113
Binary 11111010 10101110 10000101 0 11110 101111 10 10101 1011100 1001011

Color Harmonies of #FAAE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAE85

Black with #FAAE85

Text Example


Text Example

White with #FAAE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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