Color Hex Logo

#fecbb1 Color Hex

#FECBB1
(254,203,177)
0 Favorites   0 Comments

Color spaces of #fecbb1

RGB 254203177
HSL0.060.970.85
HSV20°30°100°
CMYK 0.000.200.30   0.00
XYZ70.164866.957050.8209
Yxy66.95700.37330.3563
Hunter Lab81.82739.861520.4555
CIE-Lab85.482214.464119.8292

#fecbb1 color RGB value is (254,203,177).

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

The process color (four color CMYK) of #fecbb1 color hex is 0.00, 0.20, 0.30, 0.00. Web safe color of #fecbb1 is #ffcc99. Color #fecbb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 10110001
Octal 376 313 261
Decimal 254 203 177
Hex FE CB B1

RGB Percentages of Color #fecbb1

%40.06
%32.02
%27.92

CMYK Percentages of Color #fecbb1

%0
%20
%30
%0

Triadic Colors of #fecbb1

#fecbb1 #b1fecb #cbb1fe

Analogous Colors of #fecbb1

#fecbb1 #fef2b1 #feb1be

Monochromatic Colors of #fecbb1

#fecbb1

Complementary Color

#fecbb1 #b1e4fe

#fecbb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecbb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecbb1 Color CSS Codes

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

#fecbb1 Text Font Color

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

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


#fecbb1 Background Color

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

This div background color is #fecbb1


#fecbb1 Border Color

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

This div border color is #fecbb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecbb1


Comments

No comments written yet.

Please login to write comment.