COLOR #FDC8F0

HEX: #FDC8F0 RGB: (253,200,240)

Color info

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

RGB color model

#FDC8F0 color RGB value is (253,200,240).

RGB: (253,200,240) (99%, 78%, 94%)

RGB channels and saturation

R 253 of 255 = 99%
G 200 of 255 = 78%
B 240 of 255 = 94%

253
200
240

R + G + B ~ 90%. #FDC8F0 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 200 + 240 = 693 (100%)
R 253 of 693 ~ 36.51%
G 200 of 693 ~ 28.86%
B 240 of 693 ~ 34.63'%

%36.51
%28.86
%34.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 5.14%
  • 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
%5.14
%0.78

Codes

Color #FDC8F0 in popluar color models

FD C8 F0
RGB 253 200 240
HSL 315° 92.98% 88.82%
HSB/HSV 315° 20.95% 99.22%
CMYK 0.00% 20.95% 5.14%
0.78%

Color #FDC8F0 in popluar number systems.

HEX FD C8 F0
Decimal 253 200 240
Binary 11111101 11001000 11110000
Octal 375 310 360

Shades and tints

Shades of #FDC8F0

#FDC8F0
(253,200,240)
#E6B6DB
(230,182,219)
#CFA4C6
(207,164,198)
#B892B1
(184,146,177)
#A1809C
(161,128,156)
#8A6E87
(138,110,135)
#735C72
(115,92,114)
#5C4A5D
(92,74,93)
#453848
(69,56,72)
#2E2633
(46,38,51)
#17141E
(23,20,30)
#000000
(0,0,0)

Tints of #FDC8F0

#FDC8F0
(253,200,240)
#FDCDF1
(253,205,241)
#FDD2F2
(253,210,242)
#FDD7F3
(253,215,243)
#FDDCF4
(253,220,244)
#FDE1F5
(253,225,245)
#FDE6F6
(253,230,246)
#FDEBF7
(253,235,247)
#FDF0F8
(253,240,248)
#FDF5F9
(253,245,249)
#FDFAFA
(253,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC8F0; }

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

This text font color is #FDC8F0.

Background Color

.myBgColor { background-color: #FDC8F0; }

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

This div background color is #FDC8F0.

Border color

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

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

This div border color is #FDC8F0.

Opacity

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

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

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

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

This text has shadow with #FDC8F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDC8F0.

Preview

Color preview on black background

This text has color #FDC8F0 on black background.


Color preview on white background

This text has color #FDC8F0 on white background.


Black color preview on #FDC8F0 background

This text has black color on #FDC8F0 background.


White color preview on #FDC8F0 background

This text has white color on #FDC8F0 background.


Related colors

Complementary color

Complementary color for #hex is #02370F.


I love getcolorcode.com

Triadic colors

1 #F0FDC8 and #C8F0FD with #FDC8F0 are triadic colors.

2 #F0C8FD and #C8FDF0 with #FDC8F0 are triadic colors.