Color Hex Logo

#fecfb5 Color Hex

#FECFB5
(254,207,181)
2 Favorites   0 Comments

Color spaces of #fecfb5

RGB 254207181
HSL0.060.970.85
HSV21°29°100°
CMYK 0.000.190.29   0.00
XYZ71.526469.032753.2709
Yxy69.03270.36900.3562
Hunter Lab83.08598.265420.1461
CIE-Lab86.520212.894319.1649

#fecfb5 color RGB value is (254,207,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 10110101
Octal 376 317 265
Decimal 254 207 181
Hex FE CF B5

RGB Percentages of Color #fecfb5

%39.56
%32.24
%28.19

CMYK Percentages of Color #fecfb5

%0
%19
%29
%0

Triadic Colors of #fecfb5

#fecfb5 #b5fecf #cfb5fe

Analogous Colors of #fecfb5

#fecfb5 #fef4b5 #feb5c0

Monochromatic Colors of #fecfb5

#fecfb5

Complementary Color

#fecfb5 #b5e4fe

#fecfb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecfb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecfb5 Color CSS Codes

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

#fecfb5 Text Font Color

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

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


#fecfb5 Background Color

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

This div background color is #fecfb5


#fecfb5 Border Color

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

This div border color is #fecfb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecfb5


Comments

No comments written yet.

Please login to write comment.