Color Hex Logo

#feafbf Color Hex

#FEAFBF
(254,175,191)
0 Favorites   0 Comments

Color spaces of #feafbf

RGB 254175191
HSL0.970.980.84
HSV348°31°100°
CMYK 0.000.310.25   0.00
XYZ65.607055.492456.5434
Yxy55.49240.36930.3124
Hunter Lab74.493226.84387.1417
CIE-Lab79.324131.00343.5945

#feafbf color RGB value is (254,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 10111111
Octal 376 257 277
Decimal 254 175 191
Hex FE AF BF

RGB Percentages of Color #feafbf

%40.97
%28.23
%30.81

CMYK Percentages of Color #feafbf

%0
%31
%25
%0

Triadic Colors of #feafbf

#feafbf #bffeaf #afbffe

Analogous Colors of #feafbf

#feafbf #fec7af #feafe7

Monochromatic Colors of #feafbf

#feafbf

Complementary Color

#feafbf #affeee

#feafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafbf Color CSS Codes

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

#feafbf Text Font Color

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

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


#feafbf Background Color

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

This div background color is #feafbf


#feafbf Border Color

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

This div border color is #feafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafbf


Comments

No comments written yet.

Please login to write comment.