COLOR #FDB8ED

HEX: #FDB8ED RGB: (253,184,237)

Color info

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

RGB color model

#FDB8ED color RGB value is (253,184,237).

RGB: (253,184,237) (99%, 72%, 93%)

RGB channels and saturation

R 253 of 255 = 99%
G 184 of 255 = 72%
B 237 of 255 = 93%

253
184
237

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

Portions of RGB colors in percentages

R + G + B = 253 + 184 + 237 = 674 (100%)
R 253 of 674 ~ 37.54%
G 184 of 674 ~ 27.3%
B 237 of 674 ~ 35.16'%

%37.54
%27.3
%35.16

CMYK color model

#FDB8ED color CMYK value is (0,27,6,1).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 6.32%
  • key color value is 0.78%

CMYK: (0,27,6,1)
C0M27Y6K1 (0%, 27%, 6%, 1%)
(0.00 / 0.27 / 0.06 / 0.01)

CMYK percentages

%0
%27.27
%6.32
%0.78

Codes

Color #FDB8ED in popluar color models

FD B8 ED
RGB 253 184 237
HSL 314° 94.52% 85.69%
HSB/HSV 314° 27.27% 99.22%
CMYK 0.00% 27.27% 6.32%
0.78%

Color #FDB8ED in popluar number systems.

HEX FD B8 ED
Decimal 253 184 237
Binary 11111101 10111000 11101101
Octal 375 270 355

Shades and tints

Shades of #FDB8ED

#FDB8ED
(253,184,237)
#E6A8D8
(230,168,216)
#CF98C3
(207,152,195)
#B888AE
(184,136,174)
#A17899
(161,120,153)
#8A6884
(138,104,132)
#73586F
(115,88,111)
#5C485A
(92,72,90)
#453845
(69,56,69)
#2E2830
(46,40,48)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #FDB8ED

#FDB8ED
(253,184,237)
#FDBEEE
(253,190,238)
#FDC4EF
(253,196,239)
#FDCAF0
(253,202,240)
#FDD0F1
(253,208,241)
#FDD6F2
(253,214,242)
#FDDCF3
(253,220,243)
#FDE2F4
(253,226,244)
#FDE8F5
(253,232,245)
#FDEEF6
(253,238,246)
#FDF4F7
(253,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB8ED color. Also use rgb(253,184,237) instead hex code.

Text Font Color

.myTextColor { color: #FDB8ED; }

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

This text font color is #FDB8ED.

Background Color

.myBgColor { background-color: #FDB8ED; }

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

This div background color is #FDB8ED.

Border color

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

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

This div border color is #FDB8ED.

Opacity

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

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

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

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

This text has shadow with #FDB8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDB8ED.

Preview

Color preview on black background

This text has color #FDB8ED on black background.


Color preview on white background

This text has color #FDB8ED on white background.


Black color preview on #FDB8ED background

This text has black color on #FDB8ED background.


White color preview on #FDB8ED background

This text has white color on #FDB8ED background.


Related colors

Complementary color

Complementary color for #hex is #024712.


I love getcolorcode.com

Triadic colors

1 #EDFDB8 and #B8EDFD with #FDB8ED are triadic colors.

2 #EDB8FD and #B8FDED with #FDB8ED are triadic colors.