COLOR #FDB7EA

HEX: #FDB7EA RGB: (253,183,234)

Color info

#FDB7EA contains mainly red and blue colors. Web safe color of #FDB7EA is #FFCCFF (or #FCF).

RGB color model

#FDB7EA color RGB value is (253,183,234).

RGB: (253,183,234) (99%, 72%, 92%)

RGB channels and saturation

R 253 of 255 = 99%
G 183 of 255 = 72%
B 234 of 255 = 92%

253
183
234

R + G + B ~ 88%. #FDB7EA is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 183 + 234 = 670 (100%)
R 253 of 670 ~ 37.76%
G 183 of 670 ~ 27.31%
B 234 of 670 ~ 34.93'%

%37.76
%27.31
%34.93

CMYK color model

#FDB7EA color CMYK value is (0,28,8,1).

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 7.51%
  • key color value is 0.78%

CMYK: (0,28,8,1)
C0M28Y8K1 (0%, 28%, 8%, 1%)
(0.00 / 0.28 / 0.08 / 0.01)

CMYK percentages

%0
%27.67
%7.51
%0.78

Codes

Color #FDB7EA in popluar color models

FD B7 EA
RGB 253 183 234
HSL 316° 94.59% 85.49%
HSB/HSV 316° 27.67% 99.22%
CMYK 0.00% 27.67% 7.51%
0.78%

Color #FDB7EA in popluar number systems.

HEX FD B7 EA
Decimal 253 183 234
Binary 11111101 10110111 11101010
Octal 375 267 352

Shades and tints

Shades of #FDB7EA

#FDB7EA
(253,183,234)
#E6A7D5
(230,167,213)
#CF97C0
(207,151,192)
#B887AB
(184,135,171)
#A17796
(161,119,150)
#8A6781
(138,103,129)
#73576C
(115,87,108)
#5C4757
(92,71,87)
#453742
(69,55,66)
#2E272D
(46,39,45)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #FDB7EA

#FDB7EA
(253,183,234)
#FDBDEB
(253,189,235)
#FDC3EC
(253,195,236)
#FDC9ED
(253,201,237)
#FDCFEE
(253,207,238)
#FDD5EF
(253,213,239)
#FDDBF0
(253,219,240)
#FDE1F1
(253,225,241)
#FDE7F2
(253,231,242)
#FDEDF3
(253,237,243)
#FDF3F4
(253,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB7EA color. Also use rgb(253,183,234) instead hex code.

Text Font Color

.myTextColor { color: #FDB7EA; }

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

This text font color is #FDB7EA.

Background Color

.myBgColor { background-color: #FDB7EA; }

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

This div background color is #FDB7EA.

Border color

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

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

This div border color is #FDB7EA.

Opacity

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

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

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

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

This text has shadow with #FDB7EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDB7EA.

Preview

Color preview on black background

This text has color #FDB7EA on black background.


Color preview on white background

This text has color #FDB7EA on white background.


Black color preview on #FDB7EA background

This text has black color on #FDB7EA background.


White color preview on #FDB7EA background

This text has white color on #FDB7EA background.


Related colors

Complementary color

Complementary color for #hex is #024815.


I love getcolorcode.com

Triadic colors

1 #EAFDB7 and #B7EAFD with #FDB7EA are triadic colors.

2 #EAB7FD and #B7FDEA with #FDB7EA are triadic colors.