Color Hex Logo

#fea9bb Color Hex

#FEA9BB
(254,169,187)
0 Favorites   0 Comments

Color spaces of #fea9bb

RGB 254169187
HSL0.960.980.83
HSV347°33°100°
CMYK 0.000.330.26   0.00
XYZ64.030753.034653.8756
Yxy53.03460.37460.3103
Hunter Lab72.824929.50137.1148
CIE-Lab77.895433.59363.7005

#fea9bb color RGB value is (254,169,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 10111011
Octal 376 251 273
Decimal 254 169 187
Hex FE A9 BB

RGB Percentages of Color #fea9bb

%41.64
%27.70
%30.66

CMYK Percentages of Color #fea9bb

%0
%33
%26
%0

Triadic Colors of #fea9bb

#fea9bb #bbfea9 #a9bbfe

Analogous Colors of #fea9bb

#fea9bb #fec2a9 #fea9e6

Monochromatic Colors of #fea9bb

#fea9bb

Complementary Color

#fea9bb #a9feec

#fea9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea9bb Color CSS Codes

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

#fea9bb Text Font Color

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

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


#fea9bb Background Color

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

This div background color is #fea9bb


#fea9bb Border Color

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

This div border color is #fea9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea9bb


Comments

No comments written yet.

Please login to write comment.