Color Hex Logo

#feccdf Color Hex

#FECCDF
(254,204,223)
0 Favorites   0 Comments

Color spaces of #feccdf

RGB 254204223
HSL0.940.960.90
HSV337°20°100°
CMYK 0.000.200.12   0.00
XYZ75.785269.584379.2488
Yxy69.58430.33740.3098
Hunter Lab83.417216.18862.0648
CIE-Lab86.792620.5733-2.6754

#feccdf color RGB value is (254,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 11011111
Octal 376 314 337
Decimal 254 204 223
Hex FE CC DF

RGB Percentages of Color #feccdf

%37.30
%29.96
%32.75

CMYK Percentages of Color #feccdf

%0
%20
%12
%0

Triadic Colors of #feccdf

#feccdf #dffecc #ccdffe

Analogous Colors of #feccdf

#feccdf #fed2cc #feccf8

Monochromatic Colors of #feccdf

#feccdf

Complementary Color

#feccdf #ccfeeb

#feccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feccdf Color CSS Codes

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

#feccdf Text Font Color

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

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


#feccdf Background Color

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

This div background color is #feccdf


#feccdf Border Color

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

This div border color is #feccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feccdf

#feccdf Color Palettes


Comments

No comments written yet.

Please login to write comment.