Color Hex Logo

#feccd5 Color Hex

#FECCD5
(254,204,213)
0 Favorites   0 Comments

Color spaces of #feccd5

RGB 254204213
HSL0.970.960.90
HSV349°20°100°
CMYK 0.000.200.16   0.00
XYZ74.476269.060772.3555
Yxy69.06070.34500.3199
Hunter Lab83.102814.54086.5496
CIE-Lab86.534119.00252.2541

#feccd5 color RGB value is (254,204,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 11010101
Octal 376 314 325
Decimal 254 204 213
Hex FE CC D5

RGB Percentages of Color #feccd5

%37.85
%30.40
%31.74

CMYK Percentages of Color #feccd5

%0
%20
%16
%0

Triadic Colors of #feccd5

#feccd5 #d5fecc #ccd5fe

Analogous Colors of #feccd5

#feccd5 #fedccc #feccee

Monochromatic Colors of #feccd5

#feccd5

Complementary Color

#feccd5 #ccfef5

#feccd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feccd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feccd5 Color CSS Codes

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

#feccd5 Text Font Color

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

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


#feccd5 Background Color

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

This div background color is #feccd5


#feccd5 Border Color

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

This div border color is #feccd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feccd5


Comments

No comments written yet.

Please login to write comment.