Color Hex Logo

#feabcd Color Hex

#FEABCD
(254,171,205)
1 Favorites   0 Comments

Color spaces of #feabcd

RGB 254171205
HSL0.930.980.83
HSV335°33°100°
CMYK 0.000.330.19   0.00
XYZ66.455454.604464.7947
Yxy54.60440.35760.2938
Hunter Lab73.894831.2136-0.2621
CIE-Lab78.812935.1035-4.7543

#feabcd color RGB value is (254,171,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11001101
Octal 376 253 315
Decimal 254 171 205
Hex FE AB CD

RGB Percentages of Color #feabcd

%40.32
%27.14
%32.54

CMYK Percentages of Color #feabcd

%0
%33
%19
%0

Triadic Colors of #feabcd

#feabcd #cdfeab #abcdfe

Analogous Colors of #feabcd

#feabcd #feb3ab #feabf7

Monochromatic Colors of #feabcd

#feabcd

Complementary Color

#feabcd #abfedc

#feabcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabcd Color CSS Codes

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

#feabcd Text Font Color

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

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


#feabcd Background Color

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

This div background color is #feabcd


#feabcd Border Color

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

This div border color is #feabcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabcd

Related Colors


Comments

No comments written yet.

Please login to write comment.