Color Hex Logo

#fea693 Color Hex

#FEA693
(254,166,147)
0 Favorites   0 Comments

Color spaces of #fea693

RGB 254166147
HSL0.030.980.79
HSV11°42°100°
CMYK 0.000.350.42   0.00
XYZ59.775750.449934.1910
Yxy50.44990.41390.3493
Hunter Lab71.028125.922621.1791
CIE-Lab76.344630.345923.2748

#fea693 color RGB value is (254,166,147).

#fea693 hex color red value is 254, green value is 166 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fea693 hue: 0.03 , saturation: 0.98 and the lightness value of fea693 is 0.79.

The process color (four color CMYK) of #fea693 color hex is 0.00, 0.35, 0.42, 0.00. Web safe color of #fea693 is #ff9999. Color #fea693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100110 10010011
Octal 376 246 223
Decimal 254 166 147
Hex FE A6 93

RGB Percentages of Color #fea693

%44.80
%29.28
%25.93

CMYK Percentages of Color #fea693

%0
%35
%42
%0

Triadic Colors of #fea693

#fea693 #93fea6 #a693fe

Analogous Colors of #fea693

#fea693 #fedc93 #fe93b6

Monochromatic Colors of #fea693

#fea693

Complementary Color

#fea693 #93ebfe

#fea693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea693 Color CSS Codes

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

#fea693 Text Font Color

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

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


#fea693 Background Color

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

This div background color is #fea693


#fea693 Border Color

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

This div border color is #fea693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea693


Comments

No comments written yet.

Please login to write comment.