Color Hex Logo

#fdb996 Color Hex

#FDB996
(253,185,150)
0 Favorites   0 Comments

Color spaces of #fdb996

RGB 253185150
HSL0.060.960.79
HSV20°41°99°
CMYK 0.000.270.41   0.01
XYZ63.362057.782636.6678
Yxy57.78260.40150.3661
Hunter Lab76.014915.762224.6103
CIE-Lab80.617820.328227.4361

#fdb996 color RGB value is (253,185,150).

#fdb996 hex color red value is 253, green value is 185 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fdb996 hue: 0.06 , saturation: 0.96 and the lightness value of fdb996 is 0.79.

The process color (four color CMYK) of #fdb996 color hex is 0.00, 0.27, 0.41, 0.01. Web safe color of #fdb996 is #ffcc99. Color #fdb996 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 10010110
Octal 375 271 226
Decimal 253 185 150
Hex FD B9 96

RGB Percentages of Color #fdb996

%43.03
%31.46
%25.51

CMYK Percentages of Color #fdb996

%0
%27
%41
%1

Triadic Colors of #fdb996

#fdb996 #96fdb9 #b996fd

Analogous Colors of #fdb996

#fdb996 #fded96 #fd96a7

Monochromatic Colors of #fdb996

#fdb996

Complementary Color

#fdb996 #96dafd

#fdb996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb996 Color CSS Codes

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

#fdb996 Text Font Color

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

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


#fdb996 Background Color

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

This div background color is #fdb996


#fdb996 Border Color

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

This div border color is #fdb996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb996

Related Colors


Comments

No comments written yet.

Please login to write comment.