Color Hex Logo

#fea9be Color Hex

#FEA9BE
(254,169,190)
0 Favorites   0 Comments

Color spaces of #fea9be

RGB 254169190
HSL0.960.980.83
HSV345°33°100°
CMYK 0.000.330.25   0.00
XYZ64.355353.164555.5851
Yxy53.16450.37180.3071
Hunter Lab72.914029.94815.8408
CIE-Lab77.972034.00292.1768

#fea9be color RGB value is (254,169,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 10111110
Octal 376 251 276
Decimal 254 169 190
Hex FE A9 BE

RGB Percentages of Color #fea9be

%41.44
%27.57
%31.00

CMYK Percentages of Color #fea9be

%0
%33
%25
%0

Triadic Colors of #fea9be

#fea9be #befea9 #a9befe

Analogous Colors of #fea9be

#fea9be #febfa9 #fea9e9

Monochromatic Colors of #fea9be

#fea9be

Complementary Color

#fea9be #a9fee9

#fea9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea9be Color CSS Codes

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

#fea9be Text Font Color

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

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


#fea9be Background Color

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

This div background color is #fea9be


#fea9be Border Color

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

This div border color is #fea9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea9be


Comments

No comments written yet.

Please login to write comment.