COLOR #FDC8F7

HEX: #FDC8F7 RGB: (253,200,247)

Color info

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

RGB color model

#FDC8F7 color RGB value is (253,200,247).

RGB: (253,200,247) (99%, 78%, 97%)

RGB channels and saturation

R 253 of 255 = 99%
G 200 of 255 = 78%
B 247 of 255 = 97%

253
200
247

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

Portions of RGB colors in percentages

R + G + B = 253 + 200 + 247 = 700 (100%)
R 253 of 700 ~ 36.14%
G 200 of 700 ~ 28.57%
B 247 of 700 ~ 35.29'%

%36.14
%28.57
%35.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 2.37%
  • key color value is 0.78%

CMYK: (0,21,2,1)
C0M21Y2K1 (0%, 21%, 2%, 1%)
(0.00 / 0.21 / 0.02 / 0.01)

CMYK percentages

%0
%20.95
%2.37
%0.78

Codes

Color #FDC8F7 in popluar color models

FD C8 F7
RGB 253 200 247
HSL 307° 92.98% 88.82%
HSB/HSV 307° 20.95% 99.22%
CMYK 0.00% 20.95% 2.37%
0.78%

Color #FDC8F7 in popluar number systems.

HEX FD C8 F7
Decimal 253 200 247
Binary 11111101 11001000 11110111
Octal 375 310 367

Shades and tints

Shades of #FDC8F7

#FDC8F7
(253,200,247)
#E6B6E1
(230,182,225)
#CFA4CB
(207,164,203)
#B892B5
(184,146,181)
#A1809F
(161,128,159)
#8A6E89
(138,110,137)
#735C73
(115,92,115)
#5C4A5D
(92,74,93)
#453847
(69,56,71)
#2E2631
(46,38,49)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #FDC8F7

#FDC8F7
(253,200,247)
#FDCDF7
(253,205,247)
#FDD2F7
(253,210,247)
#FDD7F7
(253,215,247)
#FDDCF7
(253,220,247)
#FDE1F7
(253,225,247)
#FDE6F7
(253,230,247)
#FDEBF7
(253,235,247)
#FDF0F7
(253,240,247)
#FDF5F7
(253,245,247)
#FDFAF7
(253,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC8F7; }

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

This text font color is #FDC8F7.

Background Color

.myBgColor { background-color: #FDC8F7; }

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

This div background color is #FDC8F7.

Border color

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

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

This div border color is #FDC8F7.

Opacity

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

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

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

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

This text has shadow with #FDC8F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDC8F7.

Preview

Color preview on black background

This text has color #FDC8F7 on black background.


Color preview on white background

This text has color #FDC8F7 on white background.


Black color preview on #FDC8F7 background

This text has black color on #FDC8F7 background.


White color preview on #FDC8F7 background

This text has white color on #FDC8F7 background.


Related colors

Complementary color

Complementary color for #hex is #023708.


I love getcolorcode.com

Triadic colors

1 #F7FDC8 and #C8F7FD with #FDC8F7 are triadic colors.

2 #F7C8FD and #C8FDF7 with #FDC8F7 are triadic colors.