#FAAC88

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

Shades of Tacao #FAAC88

Tints of Tacao #FAAC88

Color information

#FAAC88 (or 0xFAAC88) is unknown color: approx Tacao. HEX triplet: FA, AC and 88. RGB value is (250,172,136). Sum of RGB (Red+Green+Blue) = 250+172+136=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAC88 is #055377. Grayscale: #BFBFBF. Windows color (decimal): -349048 or 8957178. OLE color: 8957178.

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

Color convert

RGB250172136-
CMYK00.310.460.02
HSL18.95º91.94%75.69%-
HSV(B)18.95º45.6%98.04%-
XYZ58.6251.6130.16-
YUV191.2296.84169.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.80%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 136 (53.52% from 255) = 24.37%
R=44.80%
G=30.82%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017213600.310.460.0218.9591.9475.69
HexFAAC8801F2E2135c4c
Octal37225421003756223134114
Binary111110101010110010001000011111101110101001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAC88; }

 p { color: rgb(250,172,136); }

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

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

 a { background-color: rgb(250,172,136); }

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

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

 span { border-color: rgb(250,172,136); }

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