Color Hex Logo

#fea1bb Color Hex

#FEA1BB
(254,161,187)
0 Favorites   0 Comments

Color spaces of #fea1bb

RGB 254161187
HSL0.950.980.81
HSV343°37°100°
CMYK 0.000.370.26   0.00
XYZ62.587650.148453.3946
Yxy50.14840.37670.3019
Hunter Lab70.815533.83324.8665
CIE-Lab76.160337.75491.1810

#fea1bb color RGB value is (254,161,187).

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

The process color (four color CMYK) of #fea1bb color hex is 0.00, 0.37, 0.26, 0.00. Web safe color of #fea1bb is #ff99cc. Color #fea1bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100001 10111011
Octal 376 241 273
Decimal 254 161 187
Hex FE A1 BB

RGB Percentages of Color #fea1bb

%42.19
%26.74
%31.06

CMYK Percentages of Color #fea1bb

%0
%37
%26
%0

Triadic Colors of #fea1bb

#fea1bb #bbfea1 #a1bbfe

Analogous Colors of #fea1bb

#fea1bb #feb6a1 #fea1ea

Monochromatic Colors of #fea1bb

#fea1bb

Complementary Color

#fea1bb #a1fee4

#fea1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea1bb Color CSS Codes

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

#fea1bb Text Font Color

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

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


#fea1bb Background Color

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

This div background color is #fea1bb


#fea1bb Border Color

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

This div border color is #fea1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea1bb

Related Colors


Comments

No comments written yet.

Please login to write comment.