COLOR #FDBEDE

HEX: #FDBEDE RGB: (253,190,222)

Color info

#FDBEDE contains mainly red and blue colors. Web safe color of #FDBEDE is #FFCCCC (or #FCC).

RGB color model

#FDBEDE color RGB value is (253,190,222).

RGB: (253,190,222) (99%, 75%, 87%)

RGB channels and saturation

R 253 of 255 = 99%
G 190 of 255 = 75%
B 222 of 255 = 87%

253
190
222

R + G + B ~ 87%. #FDBEDE is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 190 + 222 = 665 (100%)
R 253 of 665 ~ 38.05%
G 190 of 665 ~ 28.57%
B 222 of 665 ~ 33.38'%

%38.05
%28.57
%33.38

CMYK color model

#FDBEDE color CMYK value is (0,25,12,1).

  • cyan value is 0.00%
  • magenta value is 24.90%
  • yellow value is 12.25%
  • key color value is 0.78%

CMYK: (0,25,12,1)
C0M25Y12K1 (0%, 25%, 12%, 1%)
(0.00 / 0.25 / 0.12 / 0.01)

CMYK percentages

%0
%24.9
%12.25
%0.78

Codes

Color #FDBEDE in popluar color models

FD BE DE
RGB 253 190 222
HSL 330° 94.03% 86.86%
HSB/HSV 330° 24.90% 99.22%
CMYK 0.00% 24.90% 12.25%
0.78%

Color #FDBEDE in popluar number systems.

HEX FD BE DE
Decimal 253 190 222
Binary 11111101 10111110 11011110
Octal 375 276 336

Shades and tints

Shades of #FDBEDE

#FDBEDE
(253,190,222)
#E6ADCA
(230,173,202)
#CF9CB6
(207,156,182)
#B88BA2
(184,139,162)
#A17A8E
(161,122,142)
#8A697A
(138,105,122)
#735866
(115,88,102)
#5C4752
(92,71,82)
#45363E
(69,54,62)
#2E252A
(46,37,42)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #FDBEDE

#FDBEDE
(253,190,222)
#FDC3E1
(253,195,225)
#FDC8E4
(253,200,228)
#FDCDE7
(253,205,231)
#FDD2EA
(253,210,234)
#FDD7ED
(253,215,237)
#FDDCF0
(253,220,240)
#FDE1F3
(253,225,243)
#FDE6F6
(253,230,246)
#FDEBF9
(253,235,249)
#FDF0FC
(253,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDBEDE color. Also use rgb(253,190,222) instead hex code.

Text Font Color

.myTextColor { color: #FDBEDE; }

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

This text font color is #FDBEDE.

Background Color

.myBgColor { background-color: #FDBEDE; }

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

This div background color is #FDBEDE.

Border color

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

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

This div border color is #FDBEDE.

Opacity

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

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

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

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

This text has shadow with #FDBEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDBEDE.

Preview

Color preview on black background

This text has color #FDBEDE on black background.


Color preview on white background

This text has color #FDBEDE on white background.


Black color preview on #FDBEDE background

This text has black color on #FDBEDE background.


White color preview on #FDBEDE background

This text has white color on #FDBEDE background.


Related colors

Complementary color

Complementary color for #hex is #024121.


I love getcolorcode.com

Triadic colors

1 #DEFDBE and #BEDEFD with #FDBEDE are triadic colors.

2 #DEBEFD and #BEFDDE with #FDBEDE are triadic colors.