#FBAB7D

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

Shades of Tacao #FBAB7D

Tints of Tacao #FBAB7D

Color information

#FBAB7D (or 0xFBAB7D) is unknown color: approx Tacao. HEX triplet: FB, AB and 7D. RGB value is (251,171,125). Sum of RGB (Red+Green+Blue) = 251+171+125=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB7D is #045482. Grayscale: #BDBDBD. Windows color (decimal): -283779 or 8236027. OLE color: 8236027.

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

Color convert

RGB251171125-
CMYK00.320.500.02
HSL21.9º94.03%73.73%-
HSV(B)21.9º50.2%98.43%-
XYZ58.0551.1226.21-
YUV189.6891.5171.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.89%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 125 (49.22% from 255) = 22.85%
R=45.89%
G=31.26%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117112500.320.500.0221.994.0373.73
HexFBAB7D020322165e4a
Octal37325317504062226136112
Binary111110111010101111111010100000110010101011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAB7D; }

 p { color: rgb(251,171,125); }

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

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

 a { background-color: rgb(251,171,125); }

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

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

 span { border-color: rgb(251,171,125); }

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