Color Hex Logo

#feabcb Color Hex

#FEABCB
(254,171,203)
0 Favorites   0 Comments

Color spaces of #feabcb

RGB 254171203
HSL0.940.980.83
HSV337°33°100°
CMYK 0.000.330.20   0.00
XYZ66.215554.508463.5312
Yxy54.50840.35940.2958
Hunter Lab73.829830.88860.6613
CIE-Lab78.757334.8085-3.7495

#feabcb color RGB value is (254,171,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11001011
Octal 376 253 313
Decimal 254 171 203
Hex FE AB CB

RGB Percentages of Color #feabcb

%40.45
%27.23
%32.32

CMYK Percentages of Color #feabcb

%0
%33
%20
%0

Triadic Colors of #feabcb

#feabcb #cbfeab #abcbfe

Analogous Colors of #feabcb

#feabcb #feb5ab #feabf5

Monochromatic Colors of #feabcb

#feabcb

Complementary Color

#feabcb #abfede

#feabcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabcb Color CSS Codes

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

#feabcb Text Font Color

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

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


#feabcb Background Color

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

This div background color is #feabcb


#feabcb Border Color

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

This div border color is #feabcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabcb


Comments

No comments written yet.

Please login to write comment.