color codes Logo

#feafcc color codes

#FEAFCC
(254,175,204)
0 Favorites   0 Comments

Color spaces of #feafcc

RGB 254175204
HSL0.940.980.84
HSV338°31°100°
CMYK 0.000.310.20   0.00
XYZ67.102156.090464.4166
Yxy56.09040.35770.2990
Hunter Lab74.893528.86641.4296
CIE-Lab79.665232.8643-2.9568

#feafcc color RGB value is (254,175,204).

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

The process color (four color CMYK) of #feafcc color code is 0.00, 0.31, 0.20, 0.00. Web safe color of #feafcc is #ff99cc. Color #feafcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11001100
Octal 376 257 314
Decimal 254 175 204
Hex FE AF CC

RGB Percentages of Color #feafcc

%40.13
%27.65
%32.23

CMYK Percentages of Color #feafcc

%0
%31
%20
%0

Triadic Colors of #feafcc

#feafcc #ccfeaf #afccfe

Analogous Colors of #feafcc

#feafcc #febaaf #feaff4

Monochromatic Colors of #feafcc

#feafcc

Complementary Color

#feafcc #affee1

#feafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafcc Color CSS Codes

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

#feafcc Text Font Color

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

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


#feafcc Background Color

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

This div background color is #feafcc


#feafcc Border Color

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

This div border color is #feafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafcc

Related Colors


Comments

No comments written yet.

Please login to write comment.