COLOR #FDCDFB

HEX: #FDCDFB
RGB: (253,205,251)

Color info

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

RGB color model

#FDCDFB color RGB value is (253,205,251).

  • red value is 253;
  • green value is 205;
  • blue value is 251.
RGB:
(253,205,251)
(99%,80%,98%)

RGB channels and saturation

R 253 of 255 = 99%
G 205 of 255 = 80%
B 251 of 255 = 98%

253
205
251

R + G + B ~ 92%. #FDCDFB is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 205 + 251 = 709 (100%)
R 253 of 709 ~ 35.68%
G 205 of 709 ~ 28.91%
B 251 of 709 ~ 35.4%

%35.68
%28.91
%35.4

CMYK color model

#FDCDFB color CMYK value is (0,19,1,1).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 0.79%
  • key color value is 0.78%
CMYK:
(0,19,1,1)
C0M19Y1K1 
(0%,19%,1%,1%)
(0.00/0.19/0.01/0.01)	

CMYK percentages

%0
%18.97
%0.79
%0.78

Codes

Color #FDCDFB in popluar color models

FDCDFB
RGB253205251
HSL303°92.31%89.80%
HSB/HSV303°18.97%99.22%
CMYK0.00%18.97%0.79%
0.78%

Color #FDCDFB in popluar number systems.

HEXFDCDFB
Decimal253205251
Binary111111011100110111111011
Octal375315373

Shades and tints

Shades of #FDCDFB

#FDCDFB
(253,205,251)
#E6BBE5
(230,187,229)
#CFA9CF
(207,169,207)
#B897B9
(184,151,185)
#A185A3
(161,133,163)
#8A738D
(138,115,141)
#736177
(115,97,119)
#5C4F61
(92,79,97)
#453D4B
(69,61,75)
#2E2B35
(46,43,53)
#17191F
(23,25,31)
#000000
(0,0,0)

Tints of #FDCDFB

#FDCDFB
(253,205,251)
#FDD1FB
(253,209,251)
#FDD5FB
(253,213,251)
#FDD9FB
(253,217,251)
#FDDDFB
(253,221,251)
#FDE1FB
(253,225,251)
#FDE5FB
(253,229,251)
#FDE9FB
(253,233,251)
#FDEDFB
(253,237,251)
#FDF1FB
(253,241,251)
#FDF5FB
(253,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCDFB; }

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

This text font color is #FDCDFB.


Background Color

.myBgColor { background-color: #FDCDFB; }

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

This div background color is #FDCDFB.


Border color

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

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

This div border color is #FDCDFB.


Opacity

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

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

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

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

This text has shadow with #FDCDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCDFB on black background.


Color preview on white background

This text has color #FDCDFB on white background.



Black color preview on #FDCDFB background

This text has black color on #FDCDFB background.


White color preview on #FDCDFB background

This text has white color on #FDCDFB background.