Color Hex Logo

#fecadd Color Hex

#FECADD
(254,202,221)
0 Favorites   0 Comments

Color spaces of #fecadd

RGB 254202221
HSL0.940.960.89
HSV338°20°100°
CMYK 0.000.200.13   0.00
XYZ75.044768.532377.6794
Yxy68.53230.33920.3097
Hunter Lab82.784216.93952.3150
CIE-Lab86.271921.3024-2.3776

#fecadd color RGB value is (254,202,221).

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

The process color (four color CMYK) of #fecadd color hex is 0.00, 0.20, 0.13, 0.00. Web safe color of #fecadd is #ffcccc. Color #fecadd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11011101
Octal 376 312 335
Decimal 254 202 221
Hex FE CA DD

RGB Percentages of Color #fecadd

%37.52
%29.84
%32.64

CMYK Percentages of Color #fecadd

%0
%20
%13
%0

Triadic Colors of #fecadd

#fecadd #ddfeca #caddfe

Analogous Colors of #fecadd

#fecadd #fed1ca #fecaf7

Monochromatic Colors of #fecadd

#fecadd

Complementary Color

#fecadd #cafeeb

#fecadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecadd Color CSS Codes

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

#fecadd Text Font Color

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

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


#fecadd Background Color

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

This div background color is #fecadd


#fecadd Border Color

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

This div border color is #fecadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecadd


Comments

No comments written yet.

Please login to write comment.