Color Hex Logo

#feafcd Color Hex

#FEAFCD
(254,175,205)
0 Favorites   0 Comments

Color spaces of #feafcd

RGB 254175205
HSL0.940.980.84
HSV337°31°100°
CMYK 0.000.310.19   0.00
XYZ67.222556.138665.0504
Yxy56.13860.35680.2980
Hunter Lab74.925729.02820.9725
CIE-Lab79.692633.0123-3.4584

#feafcd color RGB value is (254,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11001101
Octal 376 257 315
Decimal 254 175 205
Hex FE AF CD

RGB Percentages of Color #feafcd

%40.06
%27.60
%32.33

CMYK Percentages of Color #feafcd

%0
%31
%19
%0

Triadic Colors of #feafcd

#feafcd #cdfeaf #afcdfe

Analogous Colors of #feafcd

#feafcd #feb9af #feaff5

Monochromatic Colors of #feafcd

#feafcd

Complementary Color

#feafcd #affee0

#feafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafcd Color CSS Codes

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

#feafcd Text Font Color

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

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


#feafcd Background Color

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

This div background color is #feafcd


#feafcd Border Color

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

This div border color is #feafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafcd

Related Colors


Comments

No comments written yet.

Please login to write comment.