Color Hex Logo

#fec4cc Color Hex

#FEC4CC
(254,196,204)
0 Favorites   0 Comments

Color spaces of #fec4cc

RGB 254196204
HSL0.980.970.88
HSV352°23°100°
CMYK 0.000.230.20   0.00
XYZ71.512164.910365.8866
Yxy64.91030.35350.3208
Hunter Lab80.566917.44657.9102
CIE-Lab84.437521.84134.0037

#fec4cc color RGB value is (254,196,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 11001100
Octal 376 304 314
Decimal 254 196 204
Hex FE C4 CC

RGB Percentages of Color #fec4cc

%38.84
%29.97
%31.19

CMYK Percentages of Color #fec4cc

%0
%23
%20
%0

Triadic Colors of #fec4cc

#fec4cc #ccfec4 #c4ccfe

Analogous Colors of #fec4cc

#fec4cc #fed9c4 #fec4e9

Monochromatic Colors of #fec4cc

#fec4cc

Complementary Color

#fec4cc #c4fef6

#fec4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec4cc Color CSS Codes

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

#fec4cc Text Font Color

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

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


#fec4cc Background Color

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

This div background color is #fec4cc


#fec4cc Border Color

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

This div border color is #fec4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec4cc


Comments

No comments written yet.

Please login to write comment.