#FBAC82

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

Shades of Tacao #FBAC82

Tints of Tacao #FBAC82

Color information

#FBAC82 (or 0xFBAC82) is unknown color: approx Tacao. HEX triplet: FB, AC and 82. RGB value is (251,172,130). Sum of RGB (Red+Green+Blue) = 251+172+130=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAC82 is #04537D. Grayscale: #BFBFBF. Windows color (decimal): -283518 or 8563963. OLE color: 8563963.

HSL color Cylindrical-coordinate representation of color #FBAC82: hue angle of 20.83º degrees, saturation: 0.94, 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 #FBAC82 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB251172130-
CMYK00.310.480.02
HSL20.83º93.8%74.71%-
HSV(B)20.83º48.21%98.43%-
XYZ58.5751.6328-
YUV190.8393.67170.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.39%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 130 (51.17% from 255) = 23.51%
R=45.39%
G=31.10%
B=23.51%

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
Decimal25117213000.310.480.0220.8393.874.71
HexFBAC8201F302155e4b
Octal37325420203760225136113
Binary111110111010110010000010011111110000101010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC82; }

 p { color: rgb(251,172,130); }

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

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

 a { background-color: rgb(251,172,130); }

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

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

 span { border-color: rgb(251,172,130); }

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