Color Hex Logo

#fed4cc Color Hex

#FED4CC
(254,212,204)
0 Favorites   0 Comments

Color spaces of #fed4cc

RGB 254212204
HSL0.030.960.90
HSV10°20°100°
CMYK 0.000.170.20   0.00
XYZ75.315672.517467.1544
Yxy72.51740.35030.3373
Hunter Lab85.15718.845912.8543
CIE-Lab88.217013.47379.4420

#fed4cc color RGB value is (254,212,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 11001100
Octal 376 324 314
Decimal 254 212 204
Hex FE D4 CC

RGB Percentages of Color #fed4cc

%37.91
%31.64
%30.45

CMYK Percentages of Color #fed4cc

%0
%17
%20
%0

Triadic Colors of #fed4cc

#fed4cc #ccfed4 #d4ccfe

Analogous Colors of #fed4cc

#fed4cc #feedcc #feccdd

Monochromatic Colors of #fed4cc

#fed4cc

Complementary Color

#fed4cc #ccf6fe

#fed4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed4cc Color CSS Codes

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

#fed4cc Text Font Color

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

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


#fed4cc Background Color

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

This div background color is #fed4cc


#fed4cc Border Color

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

This div border color is #fed4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed4cc

Related Colors


Comments

No comments written yet.

Please login to write comment.