#FBAE84

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

Shades of Tacao #FBAE84

Tints of Tacao #FBAE84

Color information

#FBAE84 (or 0xFBAE84) is unknown color: approx Tacao. HEX triplet: FB, AE and 84. RGB value is (251,174,132). Sum of RGB (Red+Green+Blue) = 251+174+132=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAE84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAE84 is #04517B. Grayscale: #C0C0C0. Windows color (decimal): -283004 or 8695547. OLE color: 8695547.

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

Color convert

RGB251174132-
CMYK00.310.470.02
HSL21.18º93.7%75.1%-
HSV(B)21.18º47.41%98.43%-
XYZ59.0852.4528.84-
YUV192.2494.01169.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.06%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 132 (51.95% from 255) = 23.70%
R=45.06%
G=31.24%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117413200.310.470.0221.1893.775.1
HexFBAE8401F2F2155e4b
Octal37325620403757225136113
Binary111110111010111010000100011111101111101010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAE84; }

 p { color: rgb(251,174,132); }

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

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

 a { background-color: rgb(251,174,132); }

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

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

 span { border-color: rgb(251,174,132); }

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