Html Css Color HEX #FAB086 Tacao

📋 copy color: '#FAB086'

red 250 ◦ green 176 ◦ blue 134

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

Shades of Tacao #FAB086

Tints of Tacao #FAB086

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.43%

 BLUE value IS 134 (52.73% from 255) = 23.93%

R = 44.64%
G = 31.43%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FAB086 (or 0xFAB086) is known color: Tacao. HEX triplet: FA, B0 and 86. RGB value is (250,176,134). Sum of RGB (Red+Green+Blue) = 250+176+134=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 134 (52.73% from 255 or 23.93% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB086 is #054F79. Grayscale: #C1C1C1. Windows color (decimal): -348026 or 8827130. OLE color: 8827130.

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

Color convert

RGB 250 176 134 -
CMYK 0 0.30 0.46 0.02
HSL 21.72º 0.92% 0.75% -
HSV(B) 21.72º 0.46% 0.98% -
XYZ 59.25 53.1 29.68 -
YUV 193.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 250 176 134 0 0.30 0.46 0.02 21.72 0.92 0.75
Hex FA B0 86 0 1E 2E 2 16 5C 4B
Octal 372 260 206 0 36 56 2 26 134 113
Binary 11111010 10110000 10000110 0 11110 101110 10 10110 1011100 1001011

Color Harmonies of #FAB086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB086

Black with #FAB086

Text Example


Text Example

White with #FAB086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB086; }

 p { color: rgb(250,176,134); }

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

background-color css

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

 a { background-color: rgb(250,176,134); }

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

border-color css

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

 span { border-color: rgb(250,176,134); }

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