Color Hex Logo

#fea2bf Color Hex

#FEA2BF
(254,162,191)
0 Favorites   0 Comments

Color spaces of #fea2bf

RGB 254162191
HSL0.950.980.82
HSV341°36°100°
CMYK 0.000.360.25   0.00
XYZ63.197450.673155.7402
Yxy50.67310.37260.2988
Hunter Lab71.185033.89683.4035
CIE-Lab76.480637.7824-0.5432

#fea2bf color RGB value is (254,162,191).

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

The process color (four color CMYK) of #fea2bf color hex is 0.00, 0.36, 0.25, 0.00. Web safe color of #fea2bf is #ff99cc. Color #fea2bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 10111111
Octal 376 242 277
Decimal 254 162 191
Hex FE A2 BF

RGB Percentages of Color #fea2bf

%41.85
%26.69
%31.47

CMYK Percentages of Color #fea2bf

%0
%36
%25
%0

Triadic Colors of #fea2bf

#fea2bf #bffea2 #a2bffe

Analogous Colors of #fea2bf

#fea2bf #feb3a2 #fea2ed

Monochromatic Colors of #fea2bf

#fea2bf

Complementary Color

#fea2bf #a2fee1

#fea2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea2bf Color CSS Codes

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

#fea2bf Text Font Color

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

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


#fea2bf Background Color

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

This div background color is #fea2bf


#fea2bf Border Color

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

This div border color is #fea2bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea2bf

Related Colors


Comments

No comments written yet.

Please login to write comment.