Color Hex Logo

#feaebf Color Hex

#FEAEBF
(254,174,191)
0 Favorites   0 Comments

Color spaces of #feaebf

RGB 254174191
HSL0.960.980.84
HSV347°31°100°
CMYK 0.000.310.25   0.00
XYZ65.413155.104556.4788
Yxy55.10450.36960.3113
Hunter Lab74.232427.38636.8526
CIE-Lab79.101431.52733.2719

#feaebf color RGB value is (254,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 10111111
Octal 376 256 277
Decimal 254 174 191
Hex FE AE BF

RGB Percentages of Color #feaebf

%41.03
%28.11
%30.86

CMYK Percentages of Color #feaebf

%0
%31
%25
%0

Triadic Colors of #feaebf

#feaebf #bffeae #aebffe

Analogous Colors of #feaebf

#feaebf #fec5ae #feaee7

Monochromatic Colors of #feaebf

#feaebf

Complementary Color

#feaebf #aefeed

#feaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaebf Color CSS Codes

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

#feaebf Text Font Color

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

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


#feaebf Background Color

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

This div background color is #feaebf


#feaebf Border Color

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

This div border color is #feaebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaebf

Related Colors

#feaebf Color Palettes


Comments

No comments written yet.

Please login to write comment.