Color Hex Logo

#feccd7 Color Hex

#FECCD7
(254,204,215)
0 Favorites   0 Comments

Color spaces of #feccd7

RGB 254204215
HSL0.960.960.90
HSV347°20°100°
CMYK 0.000.200.15   0.00
XYZ74.731769.162973.7010
Yxy69.16290.34340.3179
Hunter Lab83.164214.86345.6716
CIE-Lab86.584719.31111.2661

#feccd7 color RGB value is (254,204,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 11010111
Octal 376 314 327
Decimal 254 204 215
Hex FE CC D7

RGB Percentages of Color #feccd7

%37.74
%30.31
%31.95

CMYK Percentages of Color #feccd7

%0
%20
%15
%0

Triadic Colors of #feccd7

#feccd7 #d7fecc #ccd7fe

Analogous Colors of #feccd7

#feccd7 #fedacc #feccf0

Monochromatic Colors of #feccd7

#feccd7

Complementary Color

#feccd7 #ccfef3

#feccd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feccd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feccd7 Color CSS Codes

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

#feccd7 Text Font Color

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

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


#feccd7 Background Color

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

This div background color is #feccd7


#feccd7 Border Color

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

This div border color is #feccd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feccd7

Related Colors


Comments

No comments written yet.

Please login to write comment.