Color Hex Logo

#fdb19e Color Hex

#FDB19E
(253,177,158)
0 Favorites   0 Comments

Color spaces of #fdb19e

RGB 253177158
HSL0.030.960.81
HSV12°38°99°
CMYK 0.000.300.38   0.01
XYZ62.401754.795539.6354
Yxy54.79550.39790.3494
Hunter Lab74.024020.932320.0706
CIE-Lab78.923325.414020.8578

#fdb19e color RGB value is (253,177,158).

#fdb19e hex color red value is 253, green value is 177 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fdb19e hue: 0.03 , saturation: 0.96 and the lightness value of fdb19e is 0.81.

The process color (four color CMYK) of #fdb19e color hex is 0.00, 0.30, 0.38, 0.01. Web safe color of #fdb19e is #ff9999. Color #fdb19e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 10011110
Octal 375 261 236
Decimal 253 177 158
Hex FD B1 9E

RGB Percentages of Color #fdb19e

%43.03
%30.10
%26.87

CMYK Percentages of Color #fdb19e

%0
%30
%38
%1

Triadic Colors of #fdb19e

#fdb19e #9efdb1 #b19efd

Analogous Colors of #fdb19e

#fdb19e #fde19e #fd9ebb

Monochromatic Colors of #fdb19e

#fdb19e

Complementary Color

#fdb19e #9eeafd

#fdb19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb19e Color CSS Codes

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

#fdb19e Text Font Color

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

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


#fdb19e Background Color

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

This div background color is #fdb19e


#fdb19e Border Color

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

This div border color is #fdb19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb19e


Comments

No comments written yet.

Please login to write comment.