COLOR #FDC8FB

HEX: #FDC8FB RGB: (253,200,251)

Color info

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

RGB color model

#FDC8FB color RGB value is (253,200,251).

RGB: (253,200,251) (99%, 78%, 98%)

RGB channels and saturation

R 253 of 255 = 99%
G 200 of 255 = 78%
B 251 of 255 = 98%

253
200
251

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

Portions of RGB colors in percentages

R + G + B = 253 + 200 + 251 = 704 (100%)
R 253 of 704 ~ 35.94%
G 200 of 704 ~ 28.41%
B 251 of 704 ~ 35.65'%

%35.94
%28.41
%35.65

CMYK color model

#FDC8FB color CMYK value is (0,21,1,1).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 0.79%
  • key color value is 0.78%
CMYK: (0,21,1,1) C0M21Y1K1 (0%,21%,1%,1%) (0.00/0.21/0.01/0.01) 

CMYK percentages

%0
%20.95
%0.79
%0.78

Codes

Color #FDC8FB in popluar color models

FD C8 FB
RGB 253 200 251
HSL 302° 92.98% 88.82%
HSB/HSV 302° 20.95% 99.22%
CMYK 0.00% 20.95% 0.79%
0.78%

Color #FDC8FB in popluar number systems.

HEX FD C8 FB
Decimal 253 200 251
Binary 11111101 11001000 11111011
Octal 375 310 373

Shades and tints

Shades of #FDC8FB

#FDC8FB
(253,200,251)
#E6B6E5
(230,182,229)
#CFA4CF
(207,164,207)
#B892B9
(184,146,185)
#A180A3
(161,128,163)
#8A6E8D
(138,110,141)
#735C77
(115,92,119)
#5C4A61
(92,74,97)
#45384B
(69,56,75)
#2E2635
(46,38,53)
#17141F
(23,20,31)
#000000
(0,0,0)

Tints of #FDC8FB

#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)
#FDFAFB
(253,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC8FB; }

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

This text font color is #FDC8FB.

Background Color

.myBgColor { background-color: #FDC8FB; }

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

This div background color is #FDC8FB.

Border color

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

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

This div border color is #FDC8FB.

Opacity

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

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

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

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

This text has shadow with #FDC8FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDC8FB.

Preview

Color preview on black background

This text has color #FDC8FB on black background.


Color preview on white background

This text has color #FDC8FB on white background.


Black color preview on #FDC8FB background

This text has black color on #FDC8FB background.


White color preview on #FDC8FB background

This text has white color on #FDC8FB background.


Related colors

Complementary color

Complementary color for #hex is #023704.


I love getcolorcode.com

Triadic colors

1 #FBFDC8 and #C8FBFD with #FDC8FB are triadic colors.

2 #FBC8FD and #C8FDFB with #FDC8FB are triadic colors.