#FBAF7E

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

Shades of Tacao #FBAF7E

Tints of Tacao #FBAF7E

Color information

#FBAF7E (or 0xFBAF7E) is unknown color: approx Tacao. HEX triplet: FB, AF and 7E. RGB value is (251,175,126). Sum of RGB (Red+Green+Blue) = 251+175+126=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 126 (49.61% from 255 or 22.83% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAF7E is #045081. Grayscale: #C0C0C0. Windows color (decimal): -282754 or 8302587. OLE color: 8302587.

HSL color Cylindrical-coordinate representation of color #FBAF7E: hue angle of 23.52º 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 #FBAF7E is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB251175126-
CMYK00.300.500.02
HSL23.52º93.98%73.92%-
HSV(B)23.52º49.8%98.43%-
XYZ58.8852.6826.8-
YUV192.1490.68169.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.47%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 126 (49.61% from 255) = 22.83%
R=45.47%
G=31.70%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117512600.300.500.0223.5293.9873.92
HexFBAF7E01E322185e4a
Octal37325717603662230136112
Binary11111011101011111111110011110110010101100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAF7E; }

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

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

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

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

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

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

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

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