COLOR #FDBEF6

HEX: #FDBEF6 RGB: (253,190,246)

Color info

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

RGB color model

#FDBEF6 color RGB value is (253,190,246).

RGB: (253,190,246) (99%, 75%, 96%)

RGB channels and saturation

R 253 of 255 = 99%
G 190 of 255 = 75%
B 246 of 255 = 96%

253
190
246

R + G + B ~ 90%. #FDBEF6 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 190 + 246 = 689 (100%)
R 253 of 689 ~ 36.72%
G 190 of 689 ~ 27.58%
B 246 of 689 ~ 35.7'%

%36.72
%27.58
%35.7

CMYK color model

#FDBEF6 color CMYK value is (0,25,3,1).

  • cyan value is 0.00%
  • magenta value is 24.90%
  • yellow value is 2.77%
  • key color value is 0.78%
CMYK: (0,25,3,1) C0M25Y3K1 (0%,25%,3%,1%) (0.00/0.25/0.03/0.01) 

CMYK percentages

%0
%24.9
%2.77
%0.78

Codes

Color #FDBEF6 in popluar color models

FD BE F6
RGB 253 190 246
HSL 307° 94.03% 86.86%
HSB/HSV 307° 24.90% 99.22%
CMYK 0.00% 24.90% 2.77%
0.78%

Color #FDBEF6 in popluar number systems.

HEX FD BE F6
Decimal 253 190 246
Binary 11111101 10111110 11110110
Octal 375 276 366

Shades and tints

Shades of #FDBEF6

#FDBEF6
(253,190,246)
#E6ADE0
(230,173,224)
#CF9CCA
(207,156,202)
#B88BB4
(184,139,180)
#A17A9E
(161,122,158)
#8A6988
(138,105,136)
#735872
(115,88,114)
#5C475C
(92,71,92)
#453646
(69,54,70)
#2E2530
(46,37,48)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #FDBEF6

#FDBEF6
(253,190,246)
#FDC3F6
(253,195,246)
#FDC8F6
(253,200,246)
#FDCDF6
(253,205,246)
#FDD2F6
(253,210,246)
#FDD7F6
(253,215,246)
#FDDCF6
(253,220,246)
#FDE1F6
(253,225,246)
#FDE6F6
(253,230,246)
#FDEBF6
(253,235,246)
#FDF0F6
(253,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDBEF6; }

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

This text font color is #FDBEF6.

Background Color

.myBgColor { background-color: #FDBEF6; }

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

This div background color is #FDBEF6.

Border color

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

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

This div border color is #FDBEF6.

Opacity

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

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

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

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

This text has shadow with #FDBEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDBEF6.

Preview

Color preview on black background

This text has color #FDBEF6 on black background.


Color preview on white background

This text has color #FDBEF6 on white background.


Black color preview on #FDBEF6 background

This text has black color on #FDBEF6 background.


White color preview on #FDBEF6 background

This text has white color on #FDBEF6 background.


Related colors

Complementary color

Complementary color for #hex is #024109.


I love getcolorcode.com

Triadic colors

1 #F6FDBE and #BEF6FD with #FDBEF6 are triadic colors.

2 #F6BEFD and #BEFDF6 with #FDBEF6 are triadic colors.