#FAB085

Color #FAB085 Tacao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacao #FAB085

Tints of Tacao #FAB085

Color information

#FAB085 (or 0xFAB085) is unknown color: approx Tacao. HEX triplet: FA, B0 and 85. RGB value is (250,176,133). Sum of RGB (Red+Green+Blue) = 250+176+133=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB085 is #054F7A. Grayscale: #C1C1C1. Windows color (decimal): -348027 or 8761594. OLE color: 8761594.

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

Color convert

RGB250176133-
CMYK00.300.470.02
HSL22.05º92.13%75.1%-
HSV(B)22.05º46.8%98.04%-
XYZ59.1853.0729.31-
YUV193.2294.02168.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 176 (69.14% from 255) = 31.48%
BLUE value IS 133 (52.34% from 255) = 23.79%
R=44.72%
G=31.48%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017613300.300.470.0222.0592.1375.1
HexFAB08501E2F2165c4b
Octal37226020503657226134113
Binary111110101011000010000101011110101111101011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB085; }

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

 H1.HeaderClassName
 {
   color: #FAB085;
 }
 .AnyTagClassName
 {
   color: #FAB085;
 }
</style>
background-color css

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

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

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

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

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

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