Color Hex Logo

#fec9a8 Color Hex

#FEC9A8
(254,201,168)
0 Favorites   0 Comments

Color spaces of #fec9a8

RGB 254201168
HSL0.060.980.83
HSV23°34°100°
CMYK 0.000.210.34   0.00
XYZ68.827665.671346.0940
Yxy65.67130.38110.3636
Hunter Lab81.03789.788623.0026
CIE-Lab84.828514.392923.6693

#fec9a8 color RGB value is (254,201,168).

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

The process color (four color CMYK) of #fec9a8 color hex is 0.00, 0.21, 0.34, 0.00. Web safe color of #fec9a8 is #ffcc99. Color #fec9a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 10101000
Octal 376 311 250
Decimal 254 201 168
Hex FE C9 A8

RGB Percentages of Color #fec9a8

%40.77
%32.26
%26.97

CMYK Percentages of Color #fec9a8

%0
%21
%34
%0

Triadic Colors of #fec9a8

#fec9a8 #a8fec9 #c9a8fe

Analogous Colors of #fec9a8

#fec9a8 #fef4a8 #fea8b2

Monochromatic Colors of #fec9a8

#fec9a8

Complementary Color

#fec9a8 #a8ddfe

#fec9a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec9a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec9a8 Color CSS Codes

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

#fec9a8 Text Font Color

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

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


#fec9a8 Background Color

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

This div background color is #fec9a8


#fec9a8 Border Color

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

This div border color is #fec9a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec9a8

Related Colors


Comments

No comments written yet.

Please login to write comment.