#FAAC81

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

Shades of Tacao #FAAC81

Tints of Tacao #FAAC81

Color information

#FAAC81 (or 0xFAAC81) is unknown color: approx Tacao. HEX triplet: FA, AC and 81. RGB value is (250,172,129). Sum of RGB (Red+Green+Blue) = 250+172+129=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAC81 is #05537E. Grayscale: #BEBEBE. Windows color (decimal): -349055 or 8498426. OLE color: 8498426.

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

Color convert

RGB250172129-
CMYK00.310.480.02
HSL21.32º92.37%74.31%-
HSV(B)21.32º48.4%98.04%-
XYZ58.1451.4127.63-
YUV190.4293.34170.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.37%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 129 (50.78% from 255) = 23.41%
R=45.37%
G=31.22%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017212900.310.480.0221.3292.3774.31
HexFAAC8101F302155c4a
Octal37225420103760225134112
Binary111110101010110010000001011111110000101010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAC81; }

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

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

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

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

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

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

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

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