COLOR #FDDAF5

HEX: #FDDAF5 RGB: (253,218,245)

Color info

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

RGB color model

#FDDAF5 color RGB value is (253,218,245).

RGB: (253,218,245) (99%, 85%, 96%)

RGB channels and saturation

R 253 of 255 = 99%
G 218 of 255 = 85%
B 245 of 255 = 96%

253
218
245

R + G + B ~ 93%. #FDDAF5 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 218 + 245 = 716 (100%)
R 253 of 716 ~ 35.34%
G 218 of 716 ~ 30.45%
B 245 of 716 ~ 34.22'%

%35.34
%30.45
%34.22

CMYK color model

#FDDAF5 color CMYK value is (0,14,3,1).

  • cyan value is 0.00%
  • magenta value is 13.83%
  • yellow value is 3.16%
  • key color value is 0.78%

CMYK: (0,14,3,1)
C0M14Y3K1 (0%, 14%, 3%, 1%)
(0.00 / 0.14 / 0.03 / 0.01)

CMYK percentages

%0
%13.83
%3.16
%0.78

Codes

Color #FDDAF5 in popluar color models

FD DA F5
RGB 253 218 245
HSL 314° 89.74% 92.35%
HSB/HSV 314° 13.83% 99.22%
CMYK 0.00% 13.83% 3.16%
0.78%

Color #FDDAF5 in popluar number systems.

HEX FD DA F5
Decimal 253 218 245
Binary 11111101 11011010 11110101
Octal 375 332 365

Shades and tints

Shades of #FDDAF5

#FDDAF5
(253,218,245)
#E6C7DF
(230,199,223)
#CFB4C9
(207,180,201)
#B8A1B3
(184,161,179)
#A18E9D
(161,142,157)
#8A7B87
(138,123,135)
#736871
(115,104,113)
#5C555B
(92,85,91)
#454245
(69,66,69)
#2E2F2F
(46,47,47)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #FDDAF5

#FDDAF5
(253,218,245)
#FDDDF5
(253,221,245)
#FDE0F5
(253,224,245)
#FDE3F5
(253,227,245)
#FDE6F5
(253,230,245)
#FDE9F5
(253,233,245)
#FDECF5
(253,236,245)
#FDEFF5
(253,239,245)
#FDF2F5
(253,242,245)
#FDF5F5
(253,245,245)
#FDF8F5
(253,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDDAF5; }

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

This text font color is #FDDAF5.

Background Color

.myBgColor { background-color: #FDDAF5; }

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

This div background color is #FDDAF5.

Border color

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

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

This div border color is #FDDAF5.

Opacity

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

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

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

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

This text has shadow with #FDDAF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDAF5.

Preview

Color preview on black background

This text has color #FDDAF5 on black background.


Color preview on white background

This text has color #FDDAF5 on white background.


Black color preview on #FDDAF5 background

This text has black color on #FDDAF5 background.


White color preview on #FDDAF5 background

This text has white color on #FDDAF5 background.


Related colors

Complementary color

Complementary color for #hex is #02250A.


I love getcolorcode.com

Triadic colors

1 #F5FDDA and #DAF5FD with #FDDAF5 are triadic colors.

2 #F5DAFD and #DAFDF5 with #FDDAF5 are triadic colors.