Color Hex Logo

#fcbea2 Color Hex

#FCBEA2
(252,190,162)
0 Favorites   0 Comments

Color spaces of #fcbea2

RGB 252190162
HSL0.050.940.81
HSV19°36°99°
CMYK 0.000.250.36   0.01
XYZ65.079960.131042.3588
Yxy60.13100.38840.3588
Hunter Lab77.544214.106021.8935
CIE-Lab81.909318.673422.8075

#fcbea2 color RGB value is (252,190,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 10100010
Octal 374 276 242
Decimal 252 190 162
Hex FC BE A2

RGB Percentages of Color #fcbea2

%41.72
%31.46
%26.82

CMYK Percentages of Color #fcbea2

%0
%25
%36
%1

Triadic Colors of #fcbea2

#fcbea2 #a2fcbe #bea2fc

Analogous Colors of #fcbea2

#fcbea2 #fceba2 #fca2b3

Monochromatic Colors of #fcbea2

#fcbea2

Complementary Color

#fcbea2 #a2e0fc

#fcbea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbea2 Color CSS Codes

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

#fcbea2 Text Font Color

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

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


#fcbea2 Background Color

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

This div background color is #fcbea2


#fcbea2 Border Color

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

This div border color is #fcbea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbea2

Related Colors


Comments

No comments written yet.

Please login to write comment.