COLOR #FDAF96

HEX: #FDAF96
RGB: (253,175,150)

Color info

#FDAF96 contains mainly red color. Web safe color of #FDAF96 is #FF9999 (or #F99).

RGB color model

#FDAF96 color RGB value is (253,175,150).

  • red value is 253;
  • green value is 175;
  • blue value is 150.
RGB:
(253,175,150)
(99%,69%,59%)

RGB channels and saturation

R 253 of 255 = 99%
G 175 of 255 = 69%
B 150 of 255 = 59%

253
175
150

R + G + B ~ 76%. #FDAF96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 175 + 150 = 578 (100%)
R 253 of 578 ~ 43.77%
G 175 of 578 ~ 30.28%
B 150 of 578 ~ 25.95%

%43.77
%30.28
%25.95

CMYK color model

#FDAF96 color CMYK value is (0,31,41,1).

  • cyan value is 0.00%
  • magenta value is 30.83%
  • yellow value is 40.71%
  • key color value is 0.78%
CMYK:
(0,31,41,1)
C0M31Y41K1 
(0%,31%,41%,1%)
(0.00/0.31/0.41/0.01)	

CMYK percentages

%0
%30.83
%40.71
%0.78

Codes

Color #FDAF96 in popluar color models

FDAF96
RGB253175150
HSL15°96.26%79.02%
HSB/HSV15°40.71%99.22%
CMYK0.00%30.83%40.71%
0.78%

Color #FDAF96 in popluar number systems.

HEXFDAF96
Decimal253175150
Binary111111011010111110010110
Octal375257226

Shades and tints

Shades of #FDAF96

#FDAF96
(253,175,150)
#E6A089
(230,160,137)
#CF917C
(207,145,124)
#B8826F
(184,130,111)
#A17362
(161,115,98)
#8A6455
(138,100,85)
#735548
(115,85,72)
#5C463B
(92,70,59)
#45372E
(69,55,46)
#2E2821
(46,40,33)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #FDAF96

#FDAF96
(253,175,150)
#FDB69F
(253,182,159)
#FDBDA8
(253,189,168)
#FDC4B1
(253,196,177)
#FDCBBA
(253,203,186)
#FDD2C3
(253,210,195)
#FDD9CC
(253,217,204)
#FDE0D5
(253,224,213)
#FDE7DE
(253,231,222)
#FDEEE7
(253,238,231)
#FDF5F0
(253,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDAF96 color. Also use rgb(253,175,150) instead hex code.

Text Font Color

.myTextColor { color: #FDAF96; }

<p style="color:#FDAF96">This sample text font color is #FDAF96.</p>

This text font color is #FDAF96.


Background Color

.myBgColor { background-color: #FDAF96; }

<div style="background-color:#FDAF96">Inner text</div>

This div background color is #FDAF96.


Border color

.myBorderColor { border: 1px solid #FDAF96; }

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

This div border color is #FDAF96.


Opacity

.myOpacity80 { color: #FDAF96; opacity: 0.8; }

<p style="color:#FDAF96;opacity:0.8;">80%</p>

Text with #FDAF96 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FDAF96;}

<p style="text-shadow: 3px 3px 1px #FDAF96">Text here.</p>

This text has shadow with #FDAF96 color.

.textShadow {text-shadow: 3px 3px 1px #FDAF96, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FDAF96, 5px 5px 20px red">Text here.</p>

This text has shadow with #FDAF96 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDAF96, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FDAF96, Direction=45, Strength=4)">Text</p>

This text has shadow with #FDAF96 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FDAF96;
  -webkit-box-shadow:	1px 1px 3px 2px #FDAF96;
  box-shadow:		1px 1px 3px 2px #FDAF96;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDAF96;
-webkit-box-shadow: 1px 1px 3px 2px #FDAF96;
box-shadow:1px 1px 3px 2px #FDAF96;">
Div content here</div>
This div box has shadow with color #FDAF96.

Preview

Color preview on black background

This text has color #FDAF96 on black background.


Color preview on white background

This text has color #FDAF96 on white background.



Black color preview on #FDAF96 background

This text has black color on #FDAF96 background.


White color preview on #FDAF96 background

This text has white color on #FDAF96 background.