#FBAE81

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

Shades of Tacao #FBAE81

Tints of Tacao #FBAE81

Color information

#FBAE81 (or 0xFBAE81) is unknown color: approx Tacao. HEX triplet: FB, AE and 81. RGB value is (251,174,129). Sum of RGB (Red+Green+Blue) = 251+174+129=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 129 (50.78% from 255 or 23.29% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAE81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAE81 is #04517E. Grayscale: #C0C0C0. Windows color (decimal): -283007 or 8498939. OLE color: 8498939.

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

Color convert

RGB251174129-
CMYK00.310.490.02
HSL22.13º93.85%74.51%-
HSV(B)22.13º48.61%98.43%-
XYZ58.8852.3727.77-
YUV191.8992.51170.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.31%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 129 (50.78% from 255) = 23.29%
R=45.31%
G=31.41%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117412900.310.490.0222.1393.8574.51
HexFBAE8101F312165e4b
Octal37325620103761226136113
Binary111110111010111010000001011111110001101011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAE81; }

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

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

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

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

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

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

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

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