Color Hex Logo

#fea0bb Color Hex

#FEA0BB
(254,160,187)
0 Favorites   0 Comments

Color spaces of #fea0bb

RGB 254160187
HSL0.950.980.81
HSV343°37°100°
CMYK 0.000.370.26   0.00
XYZ62.413549.800353.3366
Yxy49.80030.37700.3008
Hunter Lab70.569334.37414.5869
CIE-Lab75.946538.27240.8696

#fea0bb color RGB value is (254,160,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 10111011
Octal 376 240 273
Decimal 254 160 187
Hex FE A0 BB

RGB Percentages of Color #fea0bb

%42.26
%26.62
%31.11

CMYK Percentages of Color #fea0bb

%0
%37
%26
%0

Triadic Colors of #fea0bb

#fea0bb #bbfea0 #a0bbfe

Analogous Colors of #fea0bb

#fea0bb #feb4a0 #fea0ea

Monochromatic Colors of #fea0bb

#fea0bb

Complementary Color

#fea0bb #a0fee3

#fea0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea0bb Color CSS Codes

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

#fea0bb Text Font Color

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

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


#fea0bb Background Color

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

This div background color is #fea0bb


#fea0bb Border Color

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

This div border color is #fea0bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,160,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 #fea0bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea0bb

Related Colors


Comments

No comments written yet.

Please login to write comment.