Color Hex Logo

#feccd6 Color Hex

#FECCD6
(254,204,214)
0 Favorites   0 Comments

Color spaces of #feccd6

RGB 254204214
HSL0.970.960.90
HSV348°20°100°
CMYK 0.000.200.16   0.00
XYZ74.603569.111673.0262
Yxy69.11160.34420.3189
Hunter Lab83.133414.70166.1117
CIE-Lab86.559319.15641.7599

#feccd6 color RGB value is (254,204,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 11010110
Octal 376 314 326
Decimal 254 204 214
Hex FE CC D6

RGB Percentages of Color #feccd6

%37.80
%30.36
%31.85

CMYK Percentages of Color #feccd6

%0
%20
%16
%0

Triadic Colors of #feccd6

#feccd6 #d6fecc #ccd6fe

Analogous Colors of #feccd6

#feccd6 #fedbcc #feccef

Monochromatic Colors of #feccd6

#feccd6

Complementary Color

#feccd6 #ccfef4

#feccd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feccd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feccd6 Color CSS Codes

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

#feccd6 Text Font Color

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

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


#feccd6 Background Color

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

This div background color is #feccd6


#feccd6 Border Color

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

This div border color is #feccd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feccd6


Comments

No comments written yet.

Please login to write comment.