Color Hex Logo

#fecdea Color Hex

#FECDEA
(254,205,234)
0 Favorites   0 Comments

Color spaces of #fecdea

RGB 254205234
HSL0.900.960.90
HSV324°19°100°
CMYK 0.000.190.08   0.00
XYZ77.555770.674087.3957
Yxy70.67400.32910.2999
Hunter Lab84.067817.5542-2.7895
CIE-Lab87.326421.8552-7.7199

#fecdea color RGB value is (254,205,234).

#fecdea hex color red value is 254, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fecdea hue: 0.90 , saturation: 0.96 and the lightness value of fecdea is 0.90.

The process color (four color CMYK) of #fecdea color hex is 0.00, 0.19, 0.08, 0.00. Web safe color of #fecdea is #ffccff. Color #fecdea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 11101010
Octal 376 315 352
Decimal 254 205 234
Hex FE CD EA

RGB Percentages of Color #fecdea

%36.65
%29.58
%33.77

CMYK Percentages of Color #fecdea

%0
%19
%8
%0

Triadic Colors of #fecdea

#fecdea #eafecd #cdeafe

Analogous Colors of #fecdea

#fecdea #fecdd2 #facdfe

Monochromatic Colors of #fecdea

#fecdea

Complementary Color

#fecdea #cdfee1

#fecdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecdea Color CSS Codes

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

#fecdea Text Font Color

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

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


#fecdea Background Color

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

This div background color is #fecdea


#fecdea Border Color

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

This div border color is #fecdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecdea

Related Colors


Comments

No comments written yet.

Please login to write comment.