Color Hex Logo

#fecdbe Color Hex

#FECDBE
(254,205,190)
0 Favorites   0 Comments

Color spaces of #fecdbe

RGB 254205190
HSL0.040.970.87
HSV14°25°100°
CMYK 0.000.190.25   0.00
XYZ71.998668.451258.1329
Yxy68.45120.36260.3447
Hunter Lab82.735210.549216.2553
CIE-Lab86.231615.137114.0116

#fecdbe color RGB value is (254,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 10111110
Octal 376 315 276
Decimal 254 205 190
Hex FE CD BE

RGB Percentages of Color #fecdbe

%39.14
%31.59
%29.28

CMYK Percentages of Color #fecdbe

%0
%19
%25
%0

Triadic Colors of #fecdbe

#fecdbe #befecd #cdbefe

Analogous Colors of #fecdbe

#fecdbe #feedbe #febecf

Monochromatic Colors of #fecdbe

#fecdbe

Complementary Color

#fecdbe #beeffe

#fecdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecdbe Color CSS Codes

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

#fecdbe Text Font Color

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

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


#fecdbe Background Color

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

This div background color is #fecdbe


#fecdbe Border Color

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

This div border color is #fecdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecdbe

#fecdbe Color Palettes


Comments

No comments written yet.

Please login to write comment.