Color Hex Logo

#fcbea9 Color Hex

#FCBEA9
(252,190,169)
0 Favorites   0 Comments

Color spaces of #fcbea9

RGB 252190169
HSL0.040.930.83
HSV15°33°99°
CMYK 0.000.250.33   0.01
XYZ65.719860.386945.7282
Yxy60.38690.38250.3514
Hunter Lab77.709014.969719.5069
CIE-Lab82.048019.515219.2738

#fcbea9 color RGB value is (252,190,169).

#fcbea9 hex color red value is 252, green value is 190 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #fcbea9 hue: 0.04 , saturation: 0.93 and the lightness value of fcbea9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 10101001
Octal 374 276 251
Decimal 252 190 169
Hex FC BE A9

RGB Percentages of Color #fcbea9

%41.24
%31.10
%27.66

CMYK Percentages of Color #fcbea9

%0
%25
%33
%1

Triadic Colors of #fcbea9

#fcbea9 #a9fcbe #bea9fc

Analogous Colors of #fcbea9

#fcbea9 #fce8a9 #fca9be

Monochromatic Colors of #fcbea9

#fcbea9

Complementary Color

#fcbea9 #a9e7fc

#fcbea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbea9 Color CSS Codes

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

#fcbea9 Text Font Color

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

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


#fcbea9 Background Color

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

This div background color is #fcbea9


#fcbea9 Border Color

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

This div border color is #fcbea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbea9

Related Colors


Comments

No comments written yet.

Please login to write comment.