COLOR #FDC3FB

HEX: #FDC3FB
RGB: (253,195,251)

Color info

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

RGB color model

#FDC3FB color RGB value is (253,195,251).

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

RGB channels and saturation

R 253 of 255 = 99%
G 195 of 255 = 76%
B 251 of 255 = 98%

253
195
251

R + G + B ~ 91%. #FDC3FB is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 195 + 251 = 699 (100%)
R 253 of 699 ~ 36.19%
G 195 of 699 ~ 27.9%
B 251 of 699 ~ 35.91%

%36.19
%27.9
%35.91

CMYK color model

#FDC3FB color CMYK value is (0,23,1,1).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 0.79%
  • key color value is 0.78%
CMYK:
(0,23,1,1)
C0M23Y1K1 
(0%,23%,1%,1%)
(0.00/0.23/0.01/0.01)	

CMYK percentages

%0
%22.92
%0.79
%0.78

Codes

Color #FDC3FB in popluar color models

FDC3FB
RGB253195251
HSL302°93.55%87.84%
HSB/HSV302°22.92%99.22%
CMYK0.00%22.92%0.79%
0.78%

Color #FDC3FB in popluar number systems.

HEXFDC3FB
Decimal253195251
Binary111111011100001111111011
Octal375303373

Shades and tints

Shades of #FDC3FB

#FDC3FB
(253,195,251)
#E6B2E5
(230,178,229)
#CFA1CF
(207,161,207)
#B890B9
(184,144,185)
#A17FA3
(161,127,163)
#8A6E8D
(138,110,141)
#735D77
(115,93,119)
#5C4C61
(92,76,97)
#453B4B
(69,59,75)
#2E2A35
(46,42,53)
#17191F
(23,25,31)
#000000
(0,0,0)

Tints of #FDC3FB

#FDC3FB
(253,195,251)
#FDC8FB
(253,200,251)
#FDCDFB
(253,205,251)
#FDD2FB
(253,210,251)
#FDD7FB
(253,215,251)
#FDDCFB
(253,220,251)
#FDE1FB
(253,225,251)
#FDE6FB
(253,230,251)
#FDEBFB
(253,235,251)
#FDF0FB
(253,240,251)
#FDF5FB
(253,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC3FB; }

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

This text font color is #FDC3FB.


Background Color

.myBgColor { background-color: #FDC3FB; }

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

This div background color is #FDC3FB.


Border color

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

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

This div border color is #FDC3FB.


Opacity

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

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

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

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

This text has shadow with #FDC3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC3FB on black background.


Color preview on white background

This text has color #FDC3FB on white background.



Black color preview on #FDC3FB background

This text has black color on #FDC3FB background.


White color preview on #FDC3FB background

This text has white color on #FDC3FB background.