Color Hex Logo

#fecddf Color Hex

#FECDDF
(254,205,223)
0 Favorites   0 Comments

Color spaces of #fecddf

RGB 254205223
HSL0.940.960.90
HSV338°19°100°
CMYK 0.000.190.12   0.00
XYZ76.023770.061279.3283
Yxy70.06120.33730.3108
Hunter Lab83.702615.64492.4003
CIE-Lab87.026920.0493-2.3316

#fecddf color RGB value is (254,205,223).

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

The process color (four color CMYK) of #fecddf color hex is 0.00, 0.19, 0.12, 0.00. Web safe color of #fecddf is #ffcccc. Color #fecddf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 11011111
Octal 376 315 337
Decimal 254 205 223
Hex FE CD DF

RGB Percentages of Color #fecddf

%37.24
%30.06
%32.70

CMYK Percentages of Color #fecddf

%0
%19
%12
%0

Triadic Colors of #fecddf

#fecddf #dffecd #cddffe

Analogous Colors of #fecddf

#fecddf #fed4cd #fecdf8

Monochromatic Colors of #fecddf

#fecddf

Complementary Color

#fecddf #cdfeec

#fecddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecddf Color CSS Codes

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

#fecddf Text Font Color

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

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


#fecddf Background Color

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

This div background color is #fecddf


#fecddf Border Color

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

This div border color is #fecddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecddf

Related Colors


Comments

No comments written yet.

Please login to write comment.