Color Hex Logo

#fecfbd Color Hex

#FECFBD
(254,207,189)
0 Favorites   0 Comments

Color spaces of #fecfbd

RGB 254207189
HSL0.050.970.87
HSV17°26°100°
CMYK 0.000.190.26   0.00
XYZ72.371269.370657.7196
Yxy69.37060.36280.3478
Hunter Lab83.28909.345817.2141
CIE-Lab86.687213.957915.1827

#fecfbd color RGB value is (254,207,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 10111101
Octal 376 317 275
Decimal 254 207 189
Hex FE CF BD

RGB Percentages of Color #fecfbd

%39.08
%31.85
%29.08

CMYK Percentages of Color #fecfbd

%0
%19
%26
%0

Triadic Colors of #fecfbd

#fecfbd #bdfecf #cfbdfe

Analogous Colors of #fecfbd

#fecfbd #fef0bd #febdcc

Monochromatic Colors of #fecfbd

#fecfbd

Complementary Color

#fecfbd #bdecfe

#fecfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecfbd Color CSS Codes

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

#fecfbd Text Font Color

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

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


#fecfbd Background Color

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

This div background color is #fecfbd


#fecfbd Border Color

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

This div border color is #fecfbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,207,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 #fecfbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecfbd

Related Colors


Comments

No comments written yet.

Please login to write comment.