Color Hex Logo

#feabcf Color Hex

#FEABCF
(254,171,207)
0 Favorites   0 Comments

Color spaces of #feabcf

RGB 254171207
HSL0.930.980.83
HSV334°33°100°
CMYK 0.000.330.19   0.00
XYZ66.698454.701666.0746
Yxy54.70160.35580.2918
Hunter Lab73.960531.5423-1.1959
CIE-Lab78.869135.4014-5.7578

#feabcf color RGB value is (254,171,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11001111
Octal 376 253 317
Decimal 254 171 207
Hex FE AB CF

RGB Percentages of Color #feabcf

%40.19
%27.06
%32.75

CMYK Percentages of Color #feabcf

%0
%33
%19
%0

Triadic Colors of #feabcf

#feabcf #cffeab #abcffe

Analogous Colors of #feabcf

#feabcf #feb1ab #feabf9

Monochromatic Colors of #feabcf

#feabcf

Complementary Color

#feabcf #abfeda

#feabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabcf Color CSS Codes

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

#feabcf Text Font Color

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

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


#feabcf Background Color

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

This div background color is #feabcf


#feabcf Border Color

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

This div border color is #feabcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabcf


Comments

No comments written yet.

Please login to write comment.