COLOR #FDD2FB

HEX: #FDD2FB RGB: (253,210,251)

Color info

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

RGB color model

#FDD2FB color RGB value is (253,210,251).

RGB: (253,210,251) (99%, 82%, 98%)

RGB channels and saturation

R 253 of 255 = 99%
G 210 of 255 = 82%
B 251 of 255 = 98%

253
210
251

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

Portions of RGB colors in percentages

R + G + B = 253 + 210 + 251 = 714 (100%)
R 253 of 714 ~ 35.43%
G 210 of 714 ~ 29.41%
B 251 of 714 ~ 35.15'%

%35.43
%29.41
%35.15

CMYK color model

#FDD2FB color CMYK value is (0,17,1,1).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 0.79%
  • key color value is 0.78%
CMYK: (0,17,1,1) C0M17Y1K1 (0%,17%,1%,1%) (0.00/0.17/0.01/0.01) 

CMYK percentages

%0
%17
%0.79
%0.78

Codes

Color #FDD2FB in popluar color models

FD D2 FB
RGB 253 210 251
HSL 303° 91.49% 90.78%
HSB/HSV 303° 17.00% 99.22%
CMYK 0.00% 17.00% 0.79%
0.78%

Color #FDD2FB in popluar number systems.

HEX FD D2 FB
Decimal 253 210 251
Binary 11111101 11010010 11111011
Octal 375 322 373

Shades and tints

Shades of #FDD2FB

#FDD2FB
(253,210,251)
#E6BFE5
(230,191,229)
#CFACCF
(207,172,207)
#B899B9
(184,153,185)
#A186A3
(161,134,163)
#8A738D
(138,115,141)
#736077
(115,96,119)
#5C4D61
(92,77,97)
#453A4B
(69,58,75)
#2E2735
(46,39,53)
#17141F
(23,20,31)
#000000
(0,0,0)

Tints of #FDD2FB

#FDD2FB
(253,210,251)
#FDD6FB
(253,214,251)
#FDDAFB
(253,218,251)
#FDDEFB
(253,222,251)
#FDE2FB
(253,226,251)
#FDE6FB
(253,230,251)
#FDEAFB
(253,234,251)
#FDEEFB
(253,238,251)
#FDF2FB
(253,242,251)
#FDF6FB
(253,246,251)
#FDFAFB
(253,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD2FB color. Also use rgb(253,210,251) instead hex code.

Text Font Color

.myTextColor { color: #FDD2FB; }

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

This text font color is #FDD2FB.

Background Color

.myBgColor { background-color: #FDD2FB; }

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

This div background color is #FDD2FB.

Border color

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

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

This div border color is #FDD2FB.

Opacity

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

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

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

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

This text has shadow with #FDD2FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD2FB.

Preview

Color preview on black background

This text has color #FDD2FB on black background.


Color preview on white background

This text has color #FDD2FB on white background.


Black color preview on #FDD2FB background

This text has black color on #FDD2FB background.


White color preview on #FDD2FB background

This text has white color on #FDD2FB background.


Related colors

Complementary color

Complementary color for #hex is #022D04.


I love getcolorcode.com

Triadic colors

1 #FBFDD2 and #D2FBFD with #FDD2FB are triadic colors.

2 #FBD2FD and #D2FDFB with #FDD2FB are triadic colors.