COLOR #FFDDFC

HEX: #FFDDFC RGB: (255,221,252)

Color info

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

RGB color model

#FFDDFC color RGB value is (255,221,252).

RGB: (255,221,252) (100%, 87%, 99%)

RGB channels and saturation

R 255 of 255 = 100%
G 221 of 255 = 87%
B 252 of 255 = 99%

255
221
252

R + G + B ~ 95%. #FFDDFC is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 221 + 252 = 728 (100%)
R 255 of 728 ~ 35.03%
G 221 of 728 ~ 30.36%
B 252 of 728 ~ 34.62'%

%35.03
%30.36
%34.62

CMYK color model

#FFDDFC color CMYK value is (0,13,1,0).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 1.18%
  • key color value is 0.00%
CMYK: (0,13,1,0) C0M13Y1K0 (0%,13%,1%,0%) (0.00/0.13/0.01/0.00) 

CMYK percentages

%0
%13.33
%1.18
%0

Codes

Color #FFDDFC in popluar color models

FF DD FC
RGB 255 221 252
HSL 305° 100.00% 93.33%
HSB/HSV 305° 13.33% 100.00%
CMYK 0.00% 13.33% 1.18%
0.00%

Color #FFDDFC in popluar number systems.

HEX FF DD FC
Decimal 255 221 252
Binary 11111111 11011101 11111100
Octal 377 335 374

Shades and tints

Shades of #FFDDFC

#FFDDFC
(255,221,252)
#E8C9E6
(232,201,230)
#D1B5D0
(209,181,208)
#BAA1BA
(186,161,186)
#A38DA4
(163,141,164)
#8C798E
(140,121,142)
#756578
(117,101,120)
#5E5162
(94,81,98)
#473D4C
(71,61,76)
#302936
(48,41,54)
#191520
(25,21,32)
#000000
(0,0,0)

Tints of #FFDDFC

#FFDDFC
(255,221,252)
#FFE0FC
(255,224,252)
#FFE3FC
(255,227,252)
#FFE6FC
(255,230,252)
#FFE9FC
(255,233,252)
#FFECFC
(255,236,252)
#FFEFFC
(255,239,252)
#FFF2FC
(255,242,252)
#FFF5FC
(255,245,252)
#FFF8FC
(255,248,252)
#FFFBFC
(255,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDDFC color. Also use rgb(255,221,252) instead hex code.

Text Font Color

.myTextColor { color: #FFDDFC; }

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

This text font color is #FFDDFC.

Background Color

.myBgColor { background-color: #FFDDFC; }

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

This div background color is #FFDDFC.

Border color

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

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

This div border color is #FFDDFC.

Opacity

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

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

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

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

This text has shadow with #FFDDFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFDDFC.

Preview

Color preview on black background

This text has color #FFDDFC on black background.


Color preview on white background

This text has color #FFDDFC on white background.


Black color preview on #FFDDFC background

This text has black color on #FFDDFC background.


White color preview on #FFDDFC background

This text has white color on #FFDDFC background.


Related colors

Complementary color

Complementary color for #hex is #002203.


I love getcolorcode.com

Triadic colors

1 #FCFFDD and #DDFCFF with #FFDDFC are triadic colors.

2 #FCDDFF and #DDFFFC with #FFDDFC are triadic colors.