Color Hex Logo

#fecdbd Color Hex

#FECDBD
(254,205,189)
0 Favorites   0 Comments

Color spaces of #fecdbd

RGB 254205189
HSL0.040.970.87
HSV15°26°100°
CMYK 0.000.190.26   0.00
XYZ71.889768.407657.5591
Yxy68.40760.36330.3457
Hunter Lab82.708910.409816.6349
CIE-Lab86.209915.000814.5098

#fecdbd color RGB value is (254,205,189).

#fecdbd hex color red value is 254, green value is 205 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fecdbd hue: 0.04 , saturation: 0.97 and the lightness value of fecdbd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 10111101
Octal 376 315 275
Decimal 254 205 189
Hex FE CD BD

RGB Percentages of Color #fecdbd

%39.20
%31.64
%29.17

CMYK Percentages of Color #fecdbd

%0
%19
%26
%0

Triadic Colors of #fecdbd

#fecdbd #bdfecd #cdbdfe

Analogous Colors of #fecdbd

#fecdbd #feeebd #febdce

Monochromatic Colors of #fecdbd

#fecdbd

Complementary Color

#fecdbd #bdeefe

#fecdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecdbd Color CSS Codes

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

#fecdbd Text Font Color

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

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


#fecdbd Background Color

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

This div background color is #fecdbd


#fecdbd Border Color

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

This div border color is #fecdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecdbd


Comments

No comments written yet.

Please login to write comment.