COLOR #FDDEF6

HEX: #FDDEF6 RGB: (253,222,246)

Color info

#FDDEF6 contains red, green and blue colors in about the same proportion. Web safe color of #FDDEF6 is #FFCCFF (or #FCF).

RGB color model

#FDDEF6 color RGB value is (253,222,246).

RGB: (253,222,246) (99%, 87%, 96%)

RGB channels and saturation

R 253 of 255 = 99%
G 222 of 255 = 87%
B 246 of 255 = 96%

253
222
246

R + G + B ~ 94%. #FDDEF6 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 222 + 246 = 721 (100%)
R 253 of 721 ~ 35.09%
G 222 of 721 ~ 30.79%
B 246 of 721 ~ 34.12'%

%35.09
%30.79
%34.12

CMYK color model

#FDDEF6 color CMYK value is (0,12,3,1).

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

CMYK: (0,12,3,1)
C0M12Y3K1 (0%, 12%, 3%, 1%)
(0.00 / 0.12 / 0.03 / 0.01)

CMYK percentages

%0
%12.25
%2.77
%0.78

Codes

Color #FDDEF6 in popluar color models

FD DE F6
RGB 253 222 246
HSL 314° 88.57% 93.14%
HSB/HSV 314° 12.25% 99.22%
CMYK 0.00% 12.25% 2.77%
0.78%

Color #FDDEF6 in popluar number systems.

HEX FD DE F6
Decimal 253 222 246
Binary 11111101 11011110 11110110
Octal 375 336 366

Shades and tints

Shades of #FDDEF6

#FDDEF6
(253,222,246)
#E6CAE0
(230,202,224)
#CFB6CA
(207,182,202)
#B8A2B4
(184,162,180)
#A18E9E
(161,142,158)
#8A7A88
(138,122,136)
#736672
(115,102,114)
#5C525C
(92,82,92)
#453E46
(69,62,70)
#2E2A30
(46,42,48)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #FDDEF6

#FDDEF6
(253,222,246)
#FDE1F6
(253,225,246)
#FDE4F6
(253,228,246)
#FDE7F6
(253,231,246)
#FDEAF6
(253,234,246)
#FDEDF6
(253,237,246)
#FDF0F6
(253,240,246)
#FDF3F6
(253,243,246)
#FDF6F6
(253,246,246)
#FDF9F6
(253,249,246)
#FDFCF6
(253,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDDEF6; }

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

This text font color is #FDDEF6.

Background Color

.myBgColor { background-color: #FDDEF6; }

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

This div background color is #FDDEF6.

Border color

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

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

This div border color is #FDDEF6.

Opacity

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

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

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

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

This text has shadow with #FDDEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDEF6.

Preview

Color preview on black background

This text has color #FDDEF6 on black background.


Color preview on white background

This text has color #FDDEF6 on white background.


Black color preview on #FDDEF6 background

This text has black color on #FDDEF6 background.


White color preview on #FDDEF6 background

This text has white color on #FDDEF6 background.


Related colors

Complementary color

Complementary color for #hex is #022109.


I love getcolorcode.com

Triadic colors

1 #F6FDDE and #DEF6FD with #FDDEF6 are triadic colors.

2 #F6DEFD and #DEFDF6 with #FDDEF6 are triadic colors.