#FBAD88

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

Shades of Tacao #FBAD88

Tints of Tacao #FBAD88

Color information

#FBAD88 (or 0xFBAD88) is unknown color: approx Tacao. HEX triplet: FB, AD and 88. RGB value is (251,173,136). Sum of RGB (Red+Green+Blue) = 251+173+136=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 136 (53.52% from 255 or 24.29% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAD88 is #045277. Grayscale: #C0C0C0. Windows color (decimal): -283256 or 8957435. OLE color: 8957435.

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

Color convert

RGB251173136-
CMYK00.310.460.02
HSL19.3º93.5%75.88%-
HSV(B)19.3º45.82%98.43%-
XYZ59.1752.1730.24-
YUV192.196.34170.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 136 (53.52% from 255) = 24.29%
R=44.82%
G=30.89%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117313600.310.460.0219.393.575.88
HexFBAD8801F2E2135d4c
Octal37325521003756223135114
Binary111110111010110110001000011111101110101001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAD88; }

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

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

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

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

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

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

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

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