Color Hex Logo

#fec4b5 Color Hex

#FEC4B5
(254,196,181)
0 Favorites   0 Comments

Color spaces of #fec4b5

RGB 254196181
HSL0.030.970.85
HSV12°29°100°
CMYK 0.000.230.29   0.00
XYZ68.953563.886952.4132
Yxy63.88690.37220.3449
Hunter Lab79.929314.112417.0714
CIE-Lab83.906818.639015.5095

#fec4b5 color RGB value is (254,196,181).

#fec4b5 hex color red value is 254, green value is 196 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #fec4b5 hue: 0.03 , saturation: 0.97 and the lightness value of fec4b5 is 0.85.

The process color (four color CMYK) of #fec4b5 color hex is 0.00, 0.23, 0.29, 0.00. Web safe color of #fec4b5 is #ffcccc. Color #fec4b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 10110101
Octal 376 304 265
Decimal 254 196 181
Hex FE C4 B5

RGB Percentages of Color #fec4b5

%40.25
%31.06
%28.68

CMYK Percentages of Color #fec4b5

%0
%23
%29
%0

Triadic Colors of #fec4b5

#fec4b5 #b5fec4 #c4b5fe

Analogous Colors of #fec4b5

#fec4b5 #fee9b5 #feb5cb

Monochromatic Colors of #fec4b5

#fec4b5

Complementary Color

#fec4b5 #b5effe

#fec4b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec4b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec4b5 Color CSS Codes

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

#fec4b5 Text Font Color

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

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


#fec4b5 Background Color

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

This div background color is #fec4b5


#fec4b5 Border Color

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

This div border color is #fec4b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,196,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fec4b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fec4b5;
  -webkit-box-shadow: 1px 1px 3px 2px #fec4b5;
  box-shadow:         1px 1px 3px 2px #fec4b5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,196,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec4b5

Related Colors


Comments

No comments written yet.

Please login to write comment.