Color Hex Logo

#fd996f Color Hex

#FD996F
(253,153,111)
0 Favorites   0 Comments

Color spaces of #fd996f

RGB 253153111
HSL0.050.970.71
HSV18°56°99°
CMYK 0.000.400.56   0.01
XYZ54.768544.812820.8020
Yxy44.81280.45500.3723
Hunter Lab66.942428.889628.4356
CIE-Lab72.768533.448437.8599

#fd996f color RGB value is (253,153,111).

#fd996f hex color red value is 253, green value is 153 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fd996f hue: 0.05 , saturation: 0.97 and the lightness value of fd996f is 0.71.

The process color (four color CMYK) of #fd996f color hex is 0.00, 0.40, 0.56, 0.01. Web safe color of #fd996f is #ff9966. Color #fd996f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011001 01101111
Octal 375 231 157
Decimal 253 153 111
Hex FD 99 6F

RGB Percentages of Color #fd996f

%48.94
%29.59
%21.47

CMYK Percentages of Color #fd996f

%0
%40
%56
%1

Triadic Colors of #fd996f

#fd996f #6ffd99 #996ffd

Analogous Colors of #fd996f

#fd996f #fde06f #fd6f8c

Monochromatic Colors of #fd996f

#fd996f

Complementary Color

#fd996f #6fd3fd

#fd996f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd996f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd996f Color CSS Codes

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

#fd996f Text Font Color

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

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


#fd996f Background Color

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

This div background color is #fd996f


#fd996f Border Color

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

This div border color is #fd996f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd996f


Comments

No comments written yet.

Please login to write comment.