COLOR #FDC2FB

HEX: #FDC2FB RGB: (253,194,251)

Color info

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

RGB color model

#FDC2FB color RGB value is (253,194,251).

RGB: (253,194,251) (99%, 76%, 98%)

RGB channels and saturation

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

253
194
251

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

Portions of RGB colors in percentages

R + G + B = 253 + 194 + 251 = 698 (100%)
R 253 of 698 ~ 36.25%
G 194 of 698 ~ 27.79%
B 251 of 698 ~ 35.96'%

%36.25
%27.79
%35.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.32%
  • 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
%23.32
%0.79
%0.78

Codes

Color #FDC2FB in popluar color models

FD C2 FB
RGB 253 194 251
HSL 302° 93.65% 87.65%
HSB/HSV 302° 23.32% 99.22%
CMYK 0.00% 23.32% 0.79%
0.78%

Color #FDC2FB in popluar number systems.

HEX FD C2 FB
Decimal 253 194 251
Binary 11111101 11000010 11111011
Octal 375 302 373

Shades and tints

Shades of #FDC2FB

#FDC2FB
(253,194,251)
#E6B1E5
(230,177,229)
#CFA0CF
(207,160,207)
#B88FB9
(184,143,185)
#A17EA3
(161,126,163)
#8A6D8D
(138,109,141)
#735C77
(115,92,119)
#5C4B61
(92,75,97)
#453A4B
(69,58,75)
#2E2935
(46,41,53)
#17181F
(23,24,31)
#000000
(0,0,0)

Tints of #FDC2FB

#FDC2FB
(253,194,251)
#FDC7FB
(253,199,251)
#FDCCFB
(253,204,251)
#FDD1FB
(253,209,251)
#FDD6FB
(253,214,251)
#FDDBFB
(253,219,251)
#FDE0FB
(253,224,251)
#FDE5FB
(253,229,251)
#FDEAFB
(253,234,251)
#FDEFFB
(253,239,251)
#FDF4FB
(253,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC2FB; }

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

This text font color is #FDC2FB.

Background Color

.myBgColor { background-color: #FDC2FB; }

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

This div background color is #FDC2FB.

Border color

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

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

This div border color is #FDC2FB.

Opacity

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

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

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

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

This text has shadow with #FDC2FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDC2FB.

Preview

Color preview on black background

This text has color #FDC2FB on black background.


Color preview on white background

This text has color #FDC2FB on white background.


Black color preview on #FDC2FB background

This text has black color on #FDC2FB background.


White color preview on #FDC2FB background

This text has white color on #FDC2FB background.


Related colors

Complementary color

Complementary color for #hex is #023D04.


I love getcolorcode.com

Triadic colors

1 #FBFDC2 and #C2FBFD with #FDC2FB are triadic colors.

2 #FBC2FD and #C2FDFB with #FDC2FB are triadic colors.