#FCB184

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

Shades of Tacao #FCB184

Tints of Tacao #FCB184

Color information

#FCB184 (or 0xFCB184) is unknown color: approx Tacao. HEX triplet: FC, B1 and 84. RGB value is (252,177,132). Sum of RGB (Red+Green+Blue) = 252+177+132=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB184 is #034E7B. Grayscale: #C2C2C2. Windows color (decimal): -216700 or 8696316. OLE color: 8696316.

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

Color convert

RGB252177132-
CMYK00.300.480.01
HSL22.5º95.24%75.29%-
HSV(B)22.5º47.62%98.82%-
XYZ60.0353.8129.05-
YUV194.392.85169.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.92%
GREEN value IS 177 (69.53% from 255) = 31.55%
BLUE value IS 132 (51.95% from 255) = 23.53%
R=44.92%
G=31.55%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217713200.300.480.0122.595.2475.29
HexFCB18401E301175f4b
Octal37426120403660127137113
Binary11111100101100011000010001111011000011011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB184; }

 p { color: rgb(252,177,132); }

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

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

 a { background-color: rgb(252,177,132); }

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

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

 span { border-color: rgb(252,177,132); }

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