Color Hex Logo

#fecdef Color Hex

#FECDEF
(254,205,239)
0 Favorites   0 Comments

Color spaces of #fecdef

RGB 254205239
HSL0.880.960.90
HSV318°19°100°
CMYK 0.000.190.06   0.00
XYZ78.284470.965591.2330
Yxy70.96550.32550.2951
Hunter Lab84.241018.4566-5.2423
CIE-Lab87.468222.7025-10.1568

#fecdef color RGB value is (254,205,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 11101111
Octal 376 315 357
Decimal 254 205 239
Hex FE CD EF

RGB Percentages of Color #fecdef

%36.39
%29.37
%34.24

CMYK Percentages of Color #fecdef

%0
%19
%6
%0

Triadic Colors of #fecdef

#fecdef #effecd #cdeffe

Analogous Colors of #fecdef

#fecdef #fecdd7 #f5cdfe

Monochromatic Colors of #fecdef

#fecdef

Complementary Color

#fecdef #cdfedc

#fecdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecdef Color CSS Codes

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

#fecdef Text Font Color

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

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


#fecdef Background Color

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

This div background color is #fecdef


#fecdef Border Color

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

This div border color is #fecdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecdef

Related Colors

#fecdef Color Palettes


Comments

No comments written yet.

Please login to write comment.