COLOR #FDC8F2

HEX: #FDC8F2
RGB: (253,200,242)

Color info

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

RGB color model

#FDC8F2 color RGB value is (253,200,242).

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

RGB channels and saturation

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

253
200
242

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

Portions of RGB colors in percentages

R + G + B =
253 + 200 + 242 = 695 (100%)
R 253 of 695 ~ 36.4%
G 200 of 695 ~ 28.78%
B 242 of 695 ~ 34.82%

%36.4
%28.78
%34.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 4.35%
  • key color value is 0.78%
CMYK:
(0,21,4,1)
C0M21Y4K1 
(0%,21%,4%,1%)
(0.00/0.21/0.04/0.01)	

CMYK percentages

%0
%20.95
%4.35
%0.78

Codes

Color #FDC8F2 in popluar color models

FDC8F2
RGB253200242
HSL312°92.98%88.82%
HSB/HSV312°20.95%99.22%
CMYK0.00%20.95%4.35%
0.78%

Color #FDC8F2 in popluar number systems.

HEXFDC8F2
Decimal253200242
Binary111111011100100011110010
Octal375310362

Shades and tints

Shades of #FDC8F2

#FDC8F2
(253,200,242)
#E6B6DC
(230,182,220)
#CFA4C6
(207,164,198)
#B892B0
(184,146,176)
#A1809A
(161,128,154)
#8A6E84
(138,110,132)
#735C6E
(115,92,110)
#5C4A58
(92,74,88)
#453842
(69,56,66)
#2E262C
(46,38,44)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #FDC8F2

#FDC8F2
(253,200,242)
#FDCDF3
(253,205,243)
#FDD2F4
(253,210,244)
#FDD7F5
(253,215,245)
#FDDCF6
(253,220,246)
#FDE1F7
(253,225,247)
#FDE6F8
(253,230,248)
#FDEBF9
(253,235,249)
#FDF0FA
(253,240,250)
#FDF5FB
(253,245,251)
#FDFAFC
(253,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC8F2; }

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

This text font color is #FDC8F2.


Background Color

.myBgColor { background-color: #FDC8F2; }

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

This div background color is #FDC8F2.


Border color

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

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

This div border color is #FDC8F2.


Opacity

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

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

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

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

This text has shadow with #FDC8F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC8F2 on black background.


Color preview on white background

This text has color #FDC8F2 on white background.



Black color preview on #FDC8F2 background

This text has black color on #FDC8F2 background.


White color preview on #FDC8F2 background

This text has white color on #FDC8F2 background.