Color Hex Logo

#fecedd Color Hex

#FECEDD
(254,206,221)
0 Favorites   0 Comments

Color spaces of #fecedd

RGB 254206221
HSL0.950.960.90
HSV341°19°100°
CMYK 0.000.190.13   0.00
XYZ75.995570.433977.9963
Yxy70.43390.33860.3138
Hunter Lab83.924914.76633.6458
CIE-Lab87.209219.2058-1.0042

#fecedd color RGB value is (254,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 11011101
Octal 376 316 335
Decimal 254 206 221
Hex FE CE DD

RGB Percentages of Color #fecedd

%37.30
%30.25
%32.45

CMYK Percentages of Color #fecedd

%0
%19
%13
%0

Triadic Colors of #fecedd

#fecedd #ddfece #ceddfe

Analogous Colors of #fecedd

#fecedd #fed7ce #fecef5

Monochromatic Colors of #fecedd

#fecedd

Complementary Color

#fecedd #cefeef

#fecedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecedd Color CSS Codes

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

#fecedd Text Font Color

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

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


#fecedd Background Color

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

This div background color is #fecedd


#fecedd Border Color

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

This div border color is #fecedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,206,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 #fecedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecedd

Related Colors


Comments

No comments written yet.

Please login to write comment.