Color Hex Logo

#fea6ef Color Hex

#FEA6EF
(254,166,239)
0 Favorites   0 Comments

Color spaces of #fea6ef

RGB 254166239
HSL0.860.980.82
HSV310°35°100°
CMYK 0.000.350.06   0.00
XYZ70.089354.575388.5013
Yxy54.57530.32880.2560
Hunter Lab73.875140.0712-19.3160
CIE-Lab78.796043.1219-23.2080

#fea6ef color RGB value is (254,166,239).

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

The process color (four color CMYK) of #fea6ef color hex is 0.00, 0.35, 0.06, 0.00. Web safe color of #fea6ef is #ff99ff. Color #fea6ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100110 11101111
Octal 376 246 357
Decimal 254 166 239
Hex FE A6 EF

RGB Percentages of Color #fea6ef

%38.54
%25.19
%36.27

CMYK Percentages of Color #fea6ef

%0
%35
%6
%0

Triadic Colors of #fea6ef

#fea6ef #effea6 #a6effe

Analogous Colors of #fea6ef

#fea6ef #fea6c3 #e1a6fe

Monochromatic Colors of #fea6ef

#fea6ef

Complementary Color

#fea6ef #a6feb5

#fea6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea6ef Color CSS Codes

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

#fea6ef Text Font Color

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

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


#fea6ef Background Color

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

This div background color is #fea6ef


#fea6ef Border Color

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

This div border color is #fea6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea6ef


Comments

No comments written yet.

Please login to write comment.