Color Hex Logo

#fecdba Color Hex

#FECDBA
(254,205,186)
0 Favorites   0 Comments

Color spaces of #fecdba

RGB 254205186
HSL0.050.970.86
HSV17°27°100°
CMYK 0.000.190.27   0.00
XYZ71.567368.278655.8615
Yxy68.27860.36570.3489
Hunter Lab82.63099.996417.7594
CIE-Lab86.145614.595916.0046

#fecdba color RGB value is (254,205,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 10111010
Octal 376 315 272
Decimal 254 205 186
Hex FE CD BA

RGB Percentages of Color #fecdba

%39.38
%31.78
%28.84

CMYK Percentages of Color #fecdba

%0
%19
%27
%0

Triadic Colors of #fecdba

#fecdba #bafecd #cdbafe

Analogous Colors of #fecdba

#fecdba #feefba #febac9

Monochromatic Colors of #fecdba

#fecdba

Complementary Color

#fecdba #baebfe

#fecdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecdba Color CSS Codes

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

#fecdba Text Font Color

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

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


#fecdba Background Color

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

This div background color is #fecdba


#fecdba Border Color

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

This div border color is #fecdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecdba

Related Colors


Comments

No comments written yet.

Please login to write comment.