Color Hex Logo

#fecfab Color Hex

#FECFAB
(254,207,171)
0 Favorites   0 Comments

Color spaces of #fecfab

RGB 254207171
HSL0.070.980.83
HSV26°33°100°
CMYK 0.000.190.33   0.00
XYZ70.536668.636848.0586
Yxy68.63680.37670.3666
Hunter Lab82.84736.992923.5998
CIE-Lab86.323911.633024.1437

#fecfab color RGB value is (254,207,171).

#fecfab hex color red value is 254, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fecfab hue: 0.07 , saturation: 0.98 and the lightness value of fecfab is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 10101011
Octal 376 317 253
Decimal 254 207 171
Hex FE CF AB

RGB Percentages of Color #fecfab

%40.19
%32.75
%27.06

CMYK Percentages of Color #fecfab

%0
%19
%33
%0

Triadic Colors of #fecfab

#fecfab #abfecf #cfabfe

Analogous Colors of #fecfab

#fecfab #fef9ab #feabb1

Monochromatic Colors of #fecfab

#fecfab

Complementary Color

#fecfab #abdafe

#fecfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecfab Color CSS Codes

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

#fecfab Text Font Color

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

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


#fecfab Background Color

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

This div background color is #fecfab


#fecfab Border Color

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

This div border color is #fecfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecfab

Related Colors


Comments

No comments written yet.

Please login to write comment.