Color Hex Logo

#fecdda Color Hex

#FECDDA
(254,205,218)
0 Favorites   0 Comments

Color spaces of #fecdda

RGB 254205218
HSL0.960.960.90
HSV344°19°100°
CMYK 0.000.190.14   0.00
XYZ75.359369.795475.8297
Yxy69.79540.34100.3158
Hunter Lab83.543614.81194.6650
CIE-Lab86.896419.25550.1290

#fecdda color RGB value is (254,205,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 11011010
Octal 376 315 332
Decimal 254 205 218
Hex FE CD DA

RGB Percentages of Color #fecdda

%37.52
%30.28
%32.20

CMYK Percentages of Color #fecdda

%0
%19
%14
%0

Triadic Colors of #fecdda

#fecdda #dafecd #cddafe

Analogous Colors of #fecdda

#fecdda #fed9cd #fecdf3

Monochromatic Colors of #fecdda

#fecdda

Complementary Color

#fecdda #cdfef1

#fecdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecdda Color CSS Codes

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

#fecdda Text Font Color

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

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


#fecdda Background Color

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

This div background color is #fecdda


#fecdda Border Color

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

This div border color is #fecdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecdda

Related Colors


Comments

No comments written yet.

Please login to write comment.