COLOR #FDAEBC

HEX: #FDAEBC RGB: (253,174,188)

Color info

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

RGB color model

#FDAEBC color RGB value is (253,174,188).

RGB: (253,174,188) (99%, 68%, 74%)

RGB channels and saturation

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

253
174
188

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

Portions of RGB colors in percentages

R + G + B = 253 + 174 + 188 = 615 (100%)
R 253 of 615 ~ 41.14%
G 174 of 615 ~ 28.29%
B 188 of 615 ~ 30.57'%

%41.14
%28.29
%30.57

CMYK color model

#FDAEBC color CMYK value is (0,31,26,1).

  • cyan value is 0.00%
  • magenta value is 31.23%
  • yellow value is 25.69%
  • key color value is 0.78%
CMYK: (0,31,26,1) C0M31Y26K1 (0%,31%,26%,1%) (0.00/0.31/0.26/0.01) 

CMYK percentages

%0
%31.23
%25.69
%0.78

Codes

Color #FDAEBC in popluar color models

FD AE BC
RGB 253 174 188
HSL 349° 95.18% 83.73%
HSB/HSV 349° 31.23% 99.22%
CMYK 0.00% 31.23% 25.69%
0.78%

Color #FDAEBC in popluar number systems.

HEX FD AE BC
Decimal 253 174 188
Binary 11111101 10101110 10111100
Octal 375 256 274

Shades and tints

Shades of #FDAEBC

#FDAEBC
(253,174,188)
#E69FAB
(230,159,171)
#CF909A
(207,144,154)
#B88189
(184,129,137)
#A17278
(161,114,120)
#8A6367
(138,99,103)
#735456
(115,84,86)
#5C4545
(92,69,69)
#453634
(69,54,52)
#2E2723
(46,39,35)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #FDAEBC

#FDAEBC
(253,174,188)
#FDB5C2
(253,181,194)
#FDBCC8
(253,188,200)
#FDC3CE
(253,195,206)
#FDCAD4
(253,202,212)
#FDD1DA
(253,209,218)
#FDD8E0
(253,216,224)
#FDDFE6
(253,223,230)
#FDE6EC
(253,230,236)
#FDEDF2
(253,237,242)
#FDF4F8
(253,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDAEBC; }

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

This text font color is #FDAEBC.

Background Color

.myBgColor { background-color: #FDAEBC; }

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

This div background color is #FDAEBC.

Border color

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

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

This div border color is #FDAEBC.

Opacity

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

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

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

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

This text has shadow with #FDAEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDAEBC.

Preview

Color preview on black background

This text has color #FDAEBC on black background.


Color preview on white background

This text has color #FDAEBC on white background.


Black color preview on #FDAEBC background

This text has black color on #FDAEBC background.


White color preview on #FDAEBC background

This text has white color on #FDAEBC background.


Related colors

Complementary color

Complementary color for #hex is #025143.


I love getcolorcode.com

Triadic colors

1 #BCFDAE and #AEBCFD with #FDAEBC are triadic colors.

2 #BCAEFD and #AEFDBC with #FDAEBC are triadic colors.