Color Hex Logo

#feccd1 Color Hex

#FECCD1
(254,204,209)
0 Favorites   0 Comments

Color spaces of #feccd1

RGB 254204209
HSL0.980.960.90
HSV354°20°100°
CMYK 0.000.200.18   0.00
XYZ73.974568.860069.7140
Yxy68.86000.34800.3240
Hunter Lab82.981913.90608.2772
CIE-Lab86.434718.39364.2329

#feccd1 color RGB value is (254,204,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 11010001
Octal 376 314 321
Decimal 254 204 209
Hex FE CC D1

RGB Percentages of Color #feccd1

%38.08
%30.58
%31.33

CMYK Percentages of Color #feccd1

%0
%20
%18
%0

Triadic Colors of #feccd1

#feccd1 #d1fecc #ccd1fe

Analogous Colors of #feccd1

#feccd1 #fee0cc #feccea

Monochromatic Colors of #feccd1

#feccd1

Complementary Color

#feccd1 #ccfef9

#feccd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feccd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feccd1 Color CSS Codes

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

#feccd1 Text Font Color

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

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


#feccd1 Background Color

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

This div background color is #feccd1


#feccd1 Border Color

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

This div border color is #feccd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feccd1

Related Colors


Comments

No comments written yet.

Please login to write comment.