Color Hex Logo

#fcb29a Color Hex

#FCB29A
(252,178,154)
1 Favorites   0 Comments

Color spaces of #fcb29a

RGB 252178154
HSL0.040.940.80
HSV15°39°99°
CMYK 0.000.290.39   0.01
XYZ61.898054.869337.9003
Yxy54.86930.40020.3548
Hunter Lab74.073819.530121.5156
CIE-Lab78.965924.058023.0462

#fcb29a color RGB value is (252,178,154).

#fcb29a hex color red value is 252, green value is 178 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fcb29a hue: 0.04 , saturation: 0.94 and the lightness value of fcb29a is 0.80.

The process color (four color CMYK) of #fcb29a color hex is 0.00, 0.29, 0.39, 0.01. Web safe color of #fcb29a is #ff9999. Color #fcb29a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 10011010
Octal 374 262 232
Decimal 252 178 154
Hex FC B2 9A

RGB Percentages of Color #fcb29a

%43.15
%30.48
%26.37

CMYK Percentages of Color #fcb29a

%0
%29
%39
%1

Triadic Colors of #fcb29a

#fcb29a #9afcb2 #b29afc

Analogous Colors of #fcb29a

#fcb29a #fce39a #fc9ab3

Monochromatic Colors of #fcb29a

#fcb29a

Complementary Color

#fcb29a #9ae4fc

#fcb29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb29a Color CSS Codes

.mybgcolor {background-color:#fcb29a; } 
.myforecolor {color:#fcb29a; }
.mybordercolor {border:3px solid #fcb29a; }

#fcb29a Text Font Color

<p style="color:#fcb29a">Text here</p>

This sample text font color is #fcb29a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fcb29a Background Color

<div style="background-color:#fcb29a">
Div content here</div>

This div background color is #fcb29a


#fcb29a Border Color

<div style="border:3px solid #fcb29a">
Div here</div>

This div border color is #fcb29a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,178,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcb29a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcb29a;
  -webkit-box-shadow: 1px 1px 3px 2px #fcb29a;
  box-shadow:         1px 1px 3px 2px #fcb29a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,178,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcb29a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fcb29a;
  -webkit-box-shadow: 1px 1px 3px 2px #fcb29a;
  box-shadow:         1px 1px 3px 2px #fcb29a;">
Div content here</div>

This div box has shadow with color #fcb29a


Comments

No comments written yet.

Please login to write comment.