Color Hex Logo

#feabaf Color Hex

#FEABAF
(254,171,175)
0 Favorites   0 Comments

Color spaces of #feabaf

RGB 254171175
HSL0.990.980.83
HSV357°33°100°
CMYK 0.000.330.31   0.00
XYZ63.173853.291847.5142
Yxy53.29180.38530.3250
Hunter Lab73.001226.718212.5109
CIE-Lab78.047030.976410.4503

#feabaf color RGB value is (254,171,175).

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

The process color (four color CMYK) of #feabaf color hex is 0.00, 0.33, 0.31, 0.00. Web safe color of #feabaf is #ff9999. Color #feabaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 10101111
Octal 376 253 257
Decimal 254 171 175
Hex FE AB AF

RGB Percentages of Color #feabaf

%42.33
%28.50
%29.17

CMYK Percentages of Color #feabaf

%0
%33
%31
%0

Triadic Colors of #feabaf

#feabaf #affeab #abaffe

Analogous Colors of #feabaf

#feabaf #fed1ab #feabd9

Monochromatic Colors of #feabaf

#feabaf

Complementary Color

#feabaf #abfefa

#feabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabaf Color CSS Codes

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

#feabaf Text Font Color

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

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


#feabaf Background Color

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

This div background color is #feabaf


#feabaf Border Color

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

This div border color is #feabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabaf


Comments

No comments written yet.

Please login to write comment.