Color Hex Logo

#fececd Color Hex

#FECECD
(254,206,205)
0 Favorites   0 Comments

Color spaces of #fececd

RGB 254206205
HSL0.000.960.90
HSV19°100°
CMYK 0.000.190.19   0.00
XYZ73.963869.621267.2975
Yxy69.62120.35070.3301
Hunter Lab83.439312.210410.5875
CIE-Lab86.810716.75056.8965

#fececd color RGB value is (254,206,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 11001101
Octal 376 316 315
Decimal 254 206 205
Hex FE CE CD

RGB Percentages of Color #fececd

%38.20
%30.98
%30.83

CMYK Percentages of Color #fececd

%0
%19
%19
%0

Triadic Colors of #fececd

#fececd #cdfece #cecdfe

Analogous Colors of #fececd

#fececd #fee7cd #fecde5

Monochromatic Colors of #fececd

#fececd

Complementary Color

#fececd #cdfdfe

#fececd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fececd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fececd Color CSS Codes

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

#fececd Text Font Color

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

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


#fececd Background Color

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

This div background color is #fececd


#fececd Border Color

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

This div border color is #fececd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fececd

#fececd Color Palettes


Comments

No comments written yet.

Please login to write comment.