Color Hex Logo

#fedccc Color Hex

#FEDCCC
(254,220,204)
0 Favorites   0 Comments

Color spaces of #fedccc

RGB 254220204
HSL0.050.960.90
HSV19°20°100°
CMYK 0.000.130.20   0.00
XYZ77.365376.616967.8377
Yxy76.61690.34880.3454
Hunter Lab87.53114.589815.3213
CIE-Lab90.14509.323412.1906

#fedccc color RGB value is (254,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 11001100
Octal 376 334 314
Decimal 254 220 204
Hex FE DC CC

RGB Percentages of Color #fedccc

%37.46
%32.45
%30.09

CMYK Percentages of Color #fedccc

%0
%13
%20
%0

Triadic Colors of #fedccc

#fedccc #ccfedc #dcccfe

Analogous Colors of #fedccc

#fedccc #fef5cc #feccd5

Monochromatic Colors of #fedccc

#fedccc

Complementary Color

#fedccc #cceefe

#fedccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedccc Color CSS Codes

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

#fedccc Text Font Color

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

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


#fedccc Background Color

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

This div background color is #fedccc


#fedccc Border Color

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

This div border color is #fedccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,220,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 #fedccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedccc


Comments

No comments written yet.

Please login to write comment.