Html Css Color HEX #FAAF85 Tacao

📋 copy color: '#FAAF85'

red 250 ◦ green 175 ◦ blue 133

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

Shades of Tacao #FAAF85

Tints of Tacao #FAAF85

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.36%

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

R = 44.8%
G = 31.36%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAAF85 (or 0xFAAF85) is known color: Tacao. HEX triplet: FA, AF and 85. RGB value is (250,175,133). Sum of RGB (Red+Green+Blue) = 250+175+133=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF85 is #05507A. Grayscale: #C0C0C0. Windows color (decimal): -348283 or 8761338. OLE color: 8761338.

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

Color convert

RGB 250 175 133 -
CMYK 0 0.3 0.47 0.02
HSL 21.54º 0.92% 0.75% -
HSV(B) 21.54º 0.47% 0.98% -
XYZ 58.99 52.68 29.25 -
YUV 192.64 94.35 168.92 -
System Red Green Blue C M Y K H S L
Decimal 250 175 133 0 0.3 0.47 0.02 21.54 0.92 0.75
Hex FA AF 85 0 1E 2F 2 16 5C 4B
Octal 372 257 205 0 36 57 2 26 134 113
Binary 11111010 10101111 10000101 0 11110 101111 10 10110 1011100 1001011

Color Harmonies of #FAAF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF85

Black with #FAAF85

Text Example


Text Example

White with #FAAF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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