#FCB080

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

Shades of Tacao #FCB080

Tints of Tacao #FCB080

Color information

#FCB080 (or 0xFCB080) is unknown color: approx Tacao. HEX triplet: FC, B0 and 80. RGB value is (252,176,128). Sum of RGB (Red+Green+Blue) = 252+176+128=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB080 is #034F7F. Grayscale: #C1C1C1. Windows color (decimal): -216960 or 8433916. OLE color: 8433916.

HSL color Cylindrical-coordinate representation of color #FCB080: hue angle of 23.23º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCB080 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB252176128-
CMYK00.300.490.01
HSL23.23º95.38%74.51%-
HSV(B)23.23º49.21%98.82%-
XYZ59.5753.327.57-
YUV193.2591.18169.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.32%
GREEN value IS 176 (69.14% from 255) = 31.65%
BLUE value IS 128 (50.39% from 255) = 23.02%
R=45.32%
G=31.65%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217612800.300.490.0123.2395.3874.51
HexFCB08001E311175f4b
Octal37426020003661127137113
Binary11111100101100001000000001111011000111011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB080; }

 p { color: rgb(252,176,128); }

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

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

 a { background-color: rgb(252,176,128); }

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

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

 span { border-color: rgb(252,176,128); }

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