Color Hex Logo

#fdb193 Color Hex

#FDB193
(253,177,147)
0 Favorites   0 Comments

Color spaces of #fdb193

RGB 253177147
HSL0.050.960.78
HSV17°42°99°
CMYK 0.000.300.42   0.01
XYZ61.496654.433534.8693
Yxy54.43350.40780.3610
Hunter Lab73.779119.670623.6238
CIE-Lab78.713824.205726.4666

#fdb193 color RGB value is (253,177,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 10010011
Octal 375 261 223
Decimal 253 177 147
Hex FD B1 93

RGB Percentages of Color #fdb193

%43.85
%30.68
%25.48

CMYK Percentages of Color #fdb193

%0
%30
%42
%1

Triadic Colors of #fdb193

#fdb193 #93fdb1 #b193fd

Analogous Colors of #fdb193

#fdb193 #fde693 #fd93aa

Monochromatic Colors of #fdb193

#fdb193

Complementary Color

#fdb193 #93dffd

#fdb193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb193 Color CSS Codes

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

#fdb193 Text Font Color

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

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


#fdb193 Background Color

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

This div background color is #fdb193


#fdb193 Border Color

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

This div border color is #fdb193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb193


Comments

No comments written yet.

Please login to write comment.