COLOR #FDDAF8

HEX: #FDDAF8 RGB: (253,218,248)

Color info

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

RGB color model

#FDDAF8 color RGB value is (253,218,248).

RGB: (253,218,248) (99%, 85%, 97%)

RGB channels and saturation

R 253 of 255 = 99%
G 218 of 255 = 85%
B 248 of 255 = 97%

253
218
248

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

Portions of RGB colors in percentages

R + G + B = 253 + 218 + 248 = 719 (100%)
R 253 of 719 ~ 35.19%
G 218 of 719 ~ 30.32%
B 248 of 719 ~ 34.49'%

%35.19
%30.32
%34.49

CMYK color model

#FDDAF8 color CMYK value is (0,14,2,1).

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

CMYK: (0,14,2,1)
C0M14Y2K1 (0%, 14%, 2%, 1%)
(0.00 / 0.14 / 0.02 / 0.01)

CMYK percentages

%0
%13.83
%1.98
%0.78

Codes

Color #FDDAF8 in popluar color models

FD DA F8
RGB 253 218 248
HSL 309° 89.74% 92.35%
HSB/HSV 309° 13.83% 99.22%
CMYK 0.00% 13.83% 1.98%
0.78%

Color #FDDAF8 in popluar number systems.

HEX FD DA F8
Decimal 253 218 248
Binary 11111101 11011010 11111000
Octal 375 332 370

Shades and tints

Shades of #FDDAF8

#FDDAF8
(253,218,248)
#E6C7E2
(230,199,226)
#CFB4CC
(207,180,204)
#B8A1B6
(184,161,182)
#A18EA0
(161,142,160)
#8A7B8A
(138,123,138)
#736874
(115,104,116)
#5C555E
(92,85,94)
#454248
(69,66,72)
#2E2F32
(46,47,50)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #FDDAF8

#FDDAF8
(253,218,248)
#FDDDF8
(253,221,248)
#FDE0F8
(253,224,248)
#FDE3F8
(253,227,248)
#FDE6F8
(253,230,248)
#FDE9F8
(253,233,248)
#FDECF8
(253,236,248)
#FDEFF8
(253,239,248)
#FDF2F8
(253,242,248)
#FDF5F8
(253,245,248)
#FDF8F8
(253,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDDAF8; }

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

This text font color is #FDDAF8.

Background Color

.myBgColor { background-color: #FDDAF8; }

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

This div background color is #FDDAF8.

Border color

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

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

This div border color is #FDDAF8.

Opacity

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

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

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

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

This text has shadow with #FDDAF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDAF8.

Preview

Color preview on black background

This text has color #FDDAF8 on black background.


Color preview on white background

This text has color #FDDAF8 on white background.


Black color preview on #FDDAF8 background

This text has black color on #FDDAF8 background.


White color preview on #FDDAF8 background

This text has white color on #FDDAF8 background.


Related colors

Complementary color

Complementary color for #hex is #022507.


I love getcolorcode.com

Triadic colors

1 #F8FDDA and #DAF8FD with #FDDAF8 are triadic colors.

2 #F8DAFD and #DAFDF8 with #FDDAF8 are triadic colors.