Color Hex Logo

#fea8ea Color Hex

#FEA8EA
(254,168,234)
0 Favorites   0 Comments

Color spaces of #fea8ea

RGB 254168234
HSL0.870.980.83
HSV314°34°100°
CMYK 0.000.340.08   0.00
XYZ69.727055.016684.7862
Yxy55.01660.33280.2626
Hunter Lab74.173237.9971-15.8523
CIE-Lab79.050841.2438-20.1195

#fea8ea color RGB value is (254,168,234).

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

The process color (four color CMYK) of #fea8ea color hex is 0.00, 0.34, 0.08, 0.00. Web safe color of #fea8ea is #ff99ff. Color #fea8ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 11101010
Octal 376 250 352
Decimal 254 168 234
Hex FE A8 EA

RGB Percentages of Color #fea8ea

%38.72
%25.61
%35.67

CMYK Percentages of Color #fea8ea

%0
%34
%8
%0

Triadic Colors of #fea8ea

#fea8ea #eafea8 #a8eafe

Analogous Colors of #fea8ea

#fea8ea #fea8bf #e7a8fe

Monochromatic Colors of #fea8ea

#fea8ea

Complementary Color

#fea8ea #a8febc

#fea8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea8ea Color CSS Codes

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

#fea8ea Text Font Color

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

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


#fea8ea Background Color

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

This div background color is #fea8ea


#fea8ea Border Color

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

This div border color is #fea8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea8ea

Related Colors


Comments

No comments written yet.

Please login to write comment.