Color Hex Logo

#feaabf Color Hex

#FEAABF
(254,170,191)
0 Favorites   0 Comments

Color spaces of #feaabf

RGB 254170191
HSL0.960.980.83
HSV345°33°100°
CMYK 0.000.330.25   0.00
XYZ64.651753.581956.2250
Yxy53.58190.37060.3071
Hunter Lab73.199729.55615.6988
CIE-Lab78.217333.61861.9887

#feaabf color RGB value is (254,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 10111111
Octal 376 252 277
Decimal 254 170 191
Hex FE AA BF

RGB Percentages of Color #feaabf

%41.30
%27.64
%31.06

CMYK Percentages of Color #feaabf

%0
%33
%25
%0

Triadic Colors of #feaabf

#feaabf #bffeaa #aabffe

Analogous Colors of #feaabf

#feaabf #febfaa #feaae9

Monochromatic Colors of #feaabf

#feaabf

Complementary Color

#feaabf #aafee9

#feaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaabf Color CSS Codes

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

#feaabf Text Font Color

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

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


#feaabf Background Color

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

This div background color is #feaabf


#feaabf Border Color

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

This div border color is #feaabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaabf


Comments

No comments written yet.

Please login to write comment.