COLOR #FDAEBD

HEX: #FDAEBD
RGB: (253,174,189)

Color info

#FDAEBD contains mainly red color. Web safe color of #FDAEBD is #FF99CC (or #F9C).

RGB color model

#FDAEBD color RGB value is (253,174,189).

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

RGB channels and saturation

R 253 of 255 = 99%
G 174 of 255 = 68%
B 189 of 255 = 74%

253
174
189

R + G + B ~ 80%. #FDAEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 174 + 189 = 616 (100%)
R 253 of 616 ~ 41.07%
G 174 of 616 ~ 28.25%
B 189 of 616 ~ 30.68%

%41.07
%28.25
%30.68

CMYK color model

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

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

CMYK percentages

%0
%31.23
%25.3
%0.78

Codes

Color #FDAEBD in popluar color models

FDAEBD
RGB253174189
HSL349°95.18%83.73%
HSB/HSV349°31.23%99.22%
CMYK0.00%31.23%25.30%
0.78%

Color #FDAEBD in popluar number systems.

HEXFDAEBD
Decimal253174189
Binary111111011010111010111101
Octal375256275

Shades and tints

Shades of #FDAEBD

#FDAEBD
(253,174,189)
#E69FAC
(230,159,172)
#CF909B
(207,144,155)
#B8818A
(184,129,138)
#A17279
(161,114,121)
#8A6368
(138,99,104)
#735457
(115,84,87)
#5C4546
(92,69,70)
#453635
(69,54,53)
#2E2724
(46,39,36)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #FDAEBD

#FDAEBD
(253,174,189)
#FDB5C3
(253,181,195)
#FDBCC9
(253,188,201)
#FDC3CF
(253,195,207)
#FDCAD5
(253,202,213)
#FDD1DB
(253,209,219)
#FDD8E1
(253,216,225)
#FDDFE7
(253,223,231)
#FDE6ED
(253,230,237)
#FDEDF3
(253,237,243)
#FDF4F9
(253,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDAEBD; }

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

This text font color is #FDAEBD.


Background Color

.myBgColor { background-color: #FDAEBD; }

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

This div background color is #FDAEBD.


Border color

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

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

This div border color is #FDAEBD.


Opacity

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

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

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

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

This text has shadow with #FDAEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDAEBD on black background.


Color preview on white background

This text has color #FDAEBD on white background.



Black color preview on #FDAEBD background

This text has black color on #FDAEBD background.


White color preview on #FDAEBD background

This text has white color on #FDAEBD background.