COLOR #FDBFAE

HEX: #FDBFAE
RGB: (253,191,174)

Color info

#FDBFAE contains mainly red color. Web safe color of #FDBFAE is #FFCC99 (or #FC9).

RGB color model

#FDBFAE color RGB value is (253,191,174).

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

RGB channels and saturation

R 253 of 255 = 99%
G 191 of 255 = 75%
B 174 of 255 = 68%

253
191
174

R + G + B ~ 81%. #FDBFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 191 + 174 = 618 (100%)
R 253 of 618 ~ 40.94%
G 191 of 618 ~ 30.91%
B 174 of 618 ~ 28.16%

%40.94
%30.91
%28.16

CMYK color model

#FDBFAE color CMYK value is (0,25,31,1).

  • cyan value is 0.00%
  • magenta value is 24.51%
  • yellow value is 31.23%
  • key color value is 0.78%
CMYK:
(0,25,31,1)
C0M25Y31K1 
(0%,25%,31%,1%)
(0.00/0.25/0.31/0.01)	

CMYK percentages

%0
%24.51
%31.23
%0.78

Codes

Color #FDBFAE in popluar color models

FDBFAE
RGB253191174
HSL13°95.18%83.73%
HSB/HSV13°31.23%99.22%
CMYK0.00%24.51%31.23%
0.78%

Color #FDBFAE in popluar number systems.

HEXFDBFAE
Decimal253191174
Binary111111011011111110101110
Octal375277256

Shades and tints

Shades of #FDBFAE

#FDBFAE
(253,191,174)
#E6AE9F
(230,174,159)
#CF9D90
(207,157,144)
#B88C81
(184,140,129)
#A17B72
(161,123,114)
#8A6A63
(138,106,99)
#735954
(115,89,84)
#5C4845
(92,72,69)
#453736
(69,55,54)
#2E2627
(46,38,39)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #FDBFAE

#FDBFAE
(253,191,174)
#FDC4B5
(253,196,181)
#FDC9BC
(253,201,188)
#FDCEC3
(253,206,195)
#FDD3CA
(253,211,202)
#FDD8D1
(253,216,209)
#FDDDD8
(253,221,216)
#FDE2DF
(253,226,223)
#FDE7E6
(253,231,230)
#FDECED
(253,236,237)
#FDF1F4
(253,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDBFAE; }

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

This text font color is #FDBFAE.


Background Color

.myBgColor { background-color: #FDBFAE; }

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

This div background color is #FDBFAE.


Border color

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

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

This div border color is #FDBFAE.


Opacity

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

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

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

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

This text has shadow with #FDBFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDBFAE on black background.


Color preview on white background

This text has color #FDBFAE on white background.



Black color preview on #FDBFAE background

This text has black color on #FDBFAE background.


White color preview on #FDBFAE background

This text has white color on #FDBFAE background.