COLOR #FDB0AE

HEX: #FDB0AE
RGB: (253,176,174)

Color info

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

RGB color model

#FDB0AE color RGB value is (253,176,174).

  • red value is 253;
  • green value is 176;
  • blue value is 174.
RGB:
(253,176,174)
(99%,69%,68%)

RGB channels and saturation

R 253 of 255 = 99%
G 176 of 255 = 69%
B 174 of 255 = 68%

253
176
174

R + G + B ~ 79%. #FDB0AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 176 + 174 = 603 (100%)
R 253 of 603 ~ 41.96%
G 176 of 603 ~ 29.19%
B 174 of 603 ~ 28.86%

%41.96
%29.19
%28.86

CMYK color model

#FDB0AE color CMYK value is (0,30,31,1).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 31.23%
  • key color value is 0.78%
CMYK:
(0,30,31,1)
C0M30Y31K1 
(0%,30%,31%,1%)
(0.00/0.30/0.31/0.01)	

CMYK percentages

%0
%30.43
%31.23
%0.78

Codes

Color #FDB0AE in popluar color models

FDB0AE
RGB253176174
HSL95.18%83.73%
HSB/HSV31.23%99.22%
CMYK0.00%30.43%31.23%
0.78%

Color #FDB0AE in popluar number systems.

HEXFDB0AE
Decimal253176174
Binary111111011011000010101110
Octal375260256

Shades and tints

Shades of #FDB0AE

#FDB0AE
(253,176,174)
#E6A09F
(230,160,159)
#CF9090
(207,144,144)
#B88081
(184,128,129)
#A17072
(161,112,114)
#8A6063
(138,96,99)
#735054
(115,80,84)
#5C4045
(92,64,69)
#453036
(69,48,54)
#2E2027
(46,32,39)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #FDB0AE

#FDB0AE
(253,176,174)
#FDB7B5
(253,183,181)
#FDBEBC
(253,190,188)
#FDC5C3
(253,197,195)
#FDCCCA
(253,204,202)
#FDD3D1
(253,211,209)
#FDDAD8
(253,218,216)
#FDE1DF
(253,225,223)
#FDE8E6
(253,232,230)
#FDEFED
(253,239,237)
#FDF6F4
(253,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB0AE color. Also use rgb(253,176,174) instead hex code.

Text Font Color

.myTextColor { color: #FDB0AE; }

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

This text font color is #FDB0AE.


Background Color

.myBgColor { background-color: #FDB0AE; }

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

This div background color is #FDB0AE.


Border color

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

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

This div border color is #FDB0AE.


Opacity

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

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

Text with #FDB0AE 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 #FDB0AE;}

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

This text has shadow with #FDB0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDB0AE on black background.


Color preview on white background

This text has color #FDB0AE on white background.



Black color preview on #FDB0AE background

This text has black color on #FDB0AE background.


White color preview on #FDB0AE background

This text has white color on #FDB0AE background.