#FBB088

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

Shades of Tacao #FBB088

Tints of Tacao #FBB088

Color information

#FBB088 (or 0xFBB088) is unknown color: approx Tacao. HEX triplet: FB, B0 and 88. RGB value is (251,176,136). Sum of RGB (Red+Green+Blue) = 251+176+136=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 136 (53.52% from 255 or 24.16% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB088 is #044F77. Grayscale: #C2C2C2. Windows color (decimal): -282488 or 8958203. OLE color: 8958203.

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

Color convert

RGB251176136-
CMYK00.300.460.02
HSL20.87º93.5%75.88%-
HSV(B)20.87º45.82%98.43%-
XYZ59.7553.3430.44-
YUV193.8695.35168.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.58%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 136 (53.52% from 255) = 24.16%
R=44.58%
G=31.26%
B=24.16%

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
Decimal25117613600.300.460.0220.8793.575.88
HexFBB08801E2E2155d4c
Octal37326021003656225135114
Binary111110111011000010001000011110101110101010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB088; }

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

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

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

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

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

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

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

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