Color Hex Logo

#fecab0 Color Hex

#FECAB0
(254,202,176)
0 Favorites   0 Comments

Color spaces of #fecab0

RGB 254202176
HSL0.060.980.84
HSV20°31°100°
CMYK 0.000.200.31   0.00
XYZ69.830166.446550.2193
Yxy66.44650.37440.3563
Hunter Lab81.514710.262420.5331
CIE-Lab85.223714.858919.9980

#fecab0 color RGB value is (254,202,176).

#fecab0 hex color red value is 254, green value is 202 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #fecab0 hue: 0.06 , saturation: 0.98 and the lightness value of fecab0 is 0.84.

The process color (four color CMYK) of #fecab0 color hex is 0.00, 0.20, 0.31, 0.00. Web safe color of #fecab0 is #ffcc99. Color #fecab0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 10110000
Octal 376 312 260
Decimal 254 202 176
Hex FE CA B0

RGB Percentages of Color #fecab0

%40.19
%31.96
%27.85

CMYK Percentages of Color #fecab0

%0
%20
%31
%0

Triadic Colors of #fecab0

#fecab0 #b0feca #cab0fe

Analogous Colors of #fecab0

#fecab0 #fef1b0 #feb0bd

Monochromatic Colors of #fecab0

#fecab0

Complementary Color

#fecab0 #b0e4fe

#fecab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecab0 Color CSS Codes

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

#fecab0 Text Font Color

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

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


#fecab0 Background Color

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

This div background color is #fecab0


#fecab0 Border Color

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

This div border color is #fecab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecab0

Related Colors


Comments

No comments written yet.

Please login to write comment.