#FAAC83

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

Shades of Tacao #FAAC83

Tints of Tacao #FAAC83

Color information

#FAAC83 (or 0xFAAC83) is unknown color: approx Tacao. HEX triplet: FA, AC and 83. RGB value is (250,172,131). Sum of RGB (Red+Green+Blue) = 250+172+131=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAC83 is #05537C. Grayscale: #BEBEBE. Windows color (decimal): -349053 or 8629498. OLE color: 8629498.

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

Color convert

RGB250172131-
CMYK00.310.480.02
HSL20.67º92.25%74.71%-
HSV(B)20.67º47.6%98.04%-
XYZ58.2751.4728.34-
YUV190.6594.34170.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.21%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 131 (51.56% from 255) = 23.69%
R=45.21%
G=31.10%
B=23.69%

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
Decimal25017213100.310.480.0220.6792.2574.71
HexFAAC8301F302155c4b
Octal37225420303760225134113
Binary111110101010110010000011011111110000101010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAC83; }

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

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

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

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

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

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

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

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