#FBAE7E

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

Shades of Tacao #FBAE7E

Tints of Tacao #FBAE7E

Color information

#FBAE7E (or 0xFBAE7E) is unknown color: approx Tacao. HEX triplet: FB, AE and 7E. RGB value is (251,174,126). Sum of RGB (Red+Green+Blue) = 251+174+126=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 126 (49.61% from 255 or 22.87% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAE7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAE7E is #045181. Grayscale: #BFBFBF. Windows color (decimal): -283010 or 8302331. OLE color: 8302331.

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

Color convert

RGB251174126-
CMYK00.310.500.02
HSL23.04º93.98%73.92%-
HSV(B)23.04º49.8%98.43%-
XYZ58.6952.2926.74-
YUV191.5591.01170.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.55%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 126 (49.61% from 255) = 22.87%
R=45.55%
G=31.58%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117412600.310.500.0223.0493.9873.92
HexFBAE7E01F322175e4a
Octal37325617603762227136112
Binary11111011101011101111110011111110010101011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAE7E; }

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

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

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

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

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

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

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

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