COLOR #FDDFF5

HEX: #FDDFF5 RGB: (253,223,245)

Color info

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

RGB color model

#FDDFF5 color RGB value is (253,223,245).

RGB: (253,223,245) (99%, 87%, 96%)

RGB channels and saturation

R 253 of 255 = 99%
G 223 of 255 = 87%
B 245 of 255 = 96%

253
223
245

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

Portions of RGB colors in percentages

R + G + B = 253 + 223 + 245 = 721 (100%)
R 253 of 721 ~ 35.09%
G 223 of 721 ~ 30.93%
B 245 of 721 ~ 33.98'%

%35.09
%30.93
%33.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 3.16%
  • 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
%11.86
%3.16
%0.78

Codes

Color #FDDFF5 in popluar color models

FD DF F5
RGB 253 223 245
HSL 316° 88.24% 93.33%
HSB/HSV 316° 11.86% 99.22%
CMYK 0.00% 11.86% 3.16%
0.78%

Color #FDDFF5 in popluar number systems.

HEX FD DF F5
Decimal 253 223 245
Binary 11111101 11011111 11110101
Octal 375 337 365

Shades and tints

Shades of #FDDFF5

#FDDFF5
(253,223,245)
#E6CBDF
(230,203,223)
#CFB7C9
(207,183,201)
#B8A3B3
(184,163,179)
#A18F9D
(161,143,157)
#8A7B87
(138,123,135)
#736771
(115,103,113)
#5C535B
(92,83,91)
#453F45
(69,63,69)
#2E2B2F
(46,43,47)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #FDDFF5

#FDDFF5
(253,223,245)
#FDE1F5
(253,225,245)
#FDE3F5
(253,227,245)
#FDE5F5
(253,229,245)
#FDE7F5
(253,231,245)
#FDE9F5
(253,233,245)
#FDEBF5
(253,235,245)
#FDEDF5
(253,237,245)
#FDEFF5
(253,239,245)
#FDF1F5
(253,241,245)
#FDF3F5
(253,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDDFF5 color. Also use rgb(253,223,245) instead hex code.

Text Font Color

.myTextColor { color: #FDDFF5; }

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

This text font color is #FDDFF5.

Background Color

.myBgColor { background-color: #FDDFF5; }

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

This div background color is #FDDFF5.

Border color

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

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

This div border color is #FDDFF5.

Opacity

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

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

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

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

This text has shadow with #FDDFF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDFF5.

Preview

Color preview on black background

This text has color #FDDFF5 on black background.


Color preview on white background

This text has color #FDDFF5 on white background.


Black color preview on #FDDFF5 background

This text has black color on #FDDFF5 background.


White color preview on #FDDFF5 background

This text has white color on #FDDFF5 background.


Related colors

Complementary color

Complementary color for #hex is #02200A.


I love getcolorcode.com

Triadic colors

1 #F5FDDF and #DFF5FD with #FDDFF5 are triadic colors.

2 #F5DFFD and #DFFDF5 with #FDDFF5 are triadic colors.