#FBAF88

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

Shades of Tacao #FBAF88

Tints of Tacao #FBAF88

Color information

#FBAF88 (or 0xFBAF88) is unknown color: approx Tacao. HEX triplet: FB, AF and 88. RGB value is (251,175,136). Sum of RGB (Red+Green+Blue) = 251+175+136=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAF88 is #045077. Grayscale: #C1C1C1. Windows color (decimal): -282744 or 8957947. OLE color: 8957947.

HSL color Cylindrical-coordinate representation of color #FBAF88: hue angle of 20.35º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBAF88 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB251175136-
CMYK00.300.460.02
HSL20.35º93.5%75.88%-
HSV(B)20.35º45.82%98.43%-
XYZ59.5652.9530.37-
YUV193.2895.68169.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.66%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 136 (53.52% from 255) = 24.20%
R=44.66%
G=31.14%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117513600.300.460.0220.3593.575.88
HexFBAF8801E2E2145d4c
Octal37325721003656224135114
Binary111110111010111110001000011110101110101010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAF88; }

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

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

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

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

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

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

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

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