COLOR #FDC8F1

HEX: #FDC8F1
RGB: (253,200,241)

Color info

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

RGB color model

#FDC8F1 color RGB value is (253,200,241).

  • red value is 253;
  • green value is 200;
  • blue value is 241.
RGB:
(253,200,241)
(99%,78%,95%)

RGB channels and saturation

R 253 of 255 = 99%
G 200 of 255 = 78%
B 241 of 255 = 95%

253
200
241

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

Portions of RGB colors in percentages

R + G + B =
253 + 200 + 241 = 694 (100%)
R 253 of 694 ~ 36.46%
G 200 of 694 ~ 28.82%
B 241 of 694 ~ 34.73%

%36.46
%28.82
%34.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 4.74%
  • key color value is 0.78%
CMYK:
(0,21,5,1)
C0M21Y5K1 
(0%,21%,5%,1%)
(0.00/0.21/0.05/0.01)	

CMYK percentages

%0
%20.95
%4.74
%0.78

Codes

Color #FDC8F1 in popluar color models

FDC8F1
RGB253200241
HSL314°92.98%88.82%
HSB/HSV314°20.95%99.22%
CMYK0.00%20.95%4.74%
0.78%

Color #FDC8F1 in popluar number systems.

HEXFDC8F1
Decimal253200241
Binary111111011100100011110001
Octal375310361

Shades and tints

Shades of #FDC8F1

#FDC8F1
(253,200,241)
#E6B6DC
(230,182,220)
#CFA4C7
(207,164,199)
#B892B2
(184,146,178)
#A1809D
(161,128,157)
#8A6E88
(138,110,136)
#735C73
(115,92,115)
#5C4A5E
(92,74,94)
#453849
(69,56,73)
#2E2634
(46,38,52)
#17141F
(23,20,31)
#000000
(0,0,0)

Tints of #FDC8F1

#FDC8F1
(253,200,241)
#FDCDF2
(253,205,242)
#FDD2F3
(253,210,243)
#FDD7F4
(253,215,244)
#FDDCF5
(253,220,245)
#FDE1F6
(253,225,246)
#FDE6F7
(253,230,247)
#FDEBF8
(253,235,248)
#FDF0F9
(253,240,249)
#FDF5FA
(253,245,250)
#FDFAFB
(253,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC8F1; }

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

This text font color is #FDC8F1.


Background Color

.myBgColor { background-color: #FDC8F1; }

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

This div background color is #FDC8F1.


Border color

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

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

This div border color is #FDC8F1.


Opacity

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

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

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

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

This text has shadow with #FDC8F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC8F1 on black background.


Color preview on white background

This text has color #FDC8F1 on white background.



Black color preview on #FDC8F1 background

This text has black color on #FDC8F1 background.


White color preview on #FDC8F1 background

This text has white color on #FDC8F1 background.