Color Hex Logo

#fed3bb Color Hex

#FED3BB
(254,211,187)
0 Favorites   0 Comments

Color spaces of #fed3bb

RGB 254211187
HSL0.060.970.86
HSV21°26°100°
CMYK 0.000.170.26   0.00
XYZ73.137071.247256.9111
Yxy71.24720.36330.3539
Hunter Lab84.40816.950719.1101
CIE-Lab87.605011.607017.5243

#fed3bb color RGB value is (254,211,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 10111011
Octal 376 323 273
Decimal 254 211 187
Hex FE D3 BB

RGB Percentages of Color #fed3bb

%38.96
%32.36
%28.68

CMYK Percentages of Color #fed3bb

%0
%17
%26
%0

Triadic Colors of #fed3bb

#fed3bb #bbfed3 #d3bbfe

Analogous Colors of #fed3bb

#fed3bb #fef5bb #febbc5

Monochromatic Colors of #fed3bb

#fed3bb

Complementary Color

#fed3bb #bbe6fe

#fed3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed3bb Color CSS Codes

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

#fed3bb Text Font Color

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

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


#fed3bb Background Color

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

This div background color is #fed3bb


#fed3bb Border Color

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

This div border color is #fed3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed3bb


Comments

No comments written yet.

Please login to write comment.