Color Hex Logo

#fcbea3 Color Hex

#FCBEA3
(252,190,163)
0 Favorites   0 Comments

Color spaces of #fcbea3

RGB 252190163
HSL0.050.940.81
HSV18°35°99°
CMYK 0.000.250.35   0.01
XYZ65.169260.166742.8289
Yxy60.16670.38750.3578
Hunter Lab77.567214.226821.5599
CIE-Lab81.928718.791322.3028

#fcbea3 color RGB value is (252,190,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 10100011
Octal 374 276 243
Decimal 252 190 163
Hex FC BE A3

RGB Percentages of Color #fcbea3

%41.65
%31.40
%26.94

CMYK Percentages of Color #fcbea3

%0
%25
%35
%1

Triadic Colors of #fcbea3

#fcbea3 #a3fcbe #bea3fc

Analogous Colors of #fcbea3

#fcbea3 #fceba3 #fca3b5

Monochromatic Colors of #fcbea3

#fcbea3

Complementary Color

#fcbea3 #a3e1fc

#fcbea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbea3 Color CSS Codes

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

#fcbea3 Text Font Color

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

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


#fcbea3 Background Color

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

This div background color is #fcbea3


#fcbea3 Border Color

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

This div border color is #fcbea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbea3


Comments

No comments written yet.

Please login to write comment.