Color Hex Logo

#fcbea1 Color Hex

#FCBEA1
(252,190,161)
0 Favorites   0 Comments

Color spaces of #fcbea1

RGB 252190161
HSL0.050.940.81
HSV19°36°99°
CMYK 0.000.250.36   0.01
XYZ64.991460.095641.8924
Yxy60.09560.38920.3599
Hunter Lab77.521413.986322.2247
CIE-Lab81.890118.556323.3122

#fcbea1 color RGB value is (252,190,161).

#fcbea1 hex color red value is 252, green value is 190 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #fcbea1 hue: 0.05 , saturation: 0.94 and the lightness value of fcbea1 is 0.81.

The process color (four color CMYK) of #fcbea1 color hex is 0.00, 0.25, 0.36, 0.01. Web safe color of #fcbea1 is #ffcc99. Color #fcbea1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 10100001
Octal 374 276 241
Decimal 252 190 161
Hex FC BE A1

RGB Percentages of Color #fcbea1

%41.79
%31.51
%26.70

CMYK Percentages of Color #fcbea1

%0
%25
%36
%1

Triadic Colors of #fcbea1

#fcbea1 #a1fcbe #bea1fc

Analogous Colors of #fcbea1

#fcbea1 #fceca1 #fca1b2

Monochromatic Colors of #fcbea1

#fcbea1

Complementary Color

#fcbea1 #a1dffc

#fcbea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbea1 Color CSS Codes

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

#fcbea1 Text Font Color

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

This sample text font color is #fcbea1
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.


#fcbea1 Background Color

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

This div background color is #fcbea1


#fcbea1 Border Color

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

This div border color is #fcbea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbea1


Comments

No comments written yet.

Please login to write comment.