COLOR #FDC6F5

HEX: #FDC6F5
RGB: (253,198,245)

Color info

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

RGB color model

#FDC6F5 color RGB value is (253,198,245).

  • red value is 253;
  • green value is 198;
  • blue value is 245.
RGB:
(253,198,245)
(99%,78%,96%)

RGB channels and saturation

R 253 of 255 = 99%
G 198 of 255 = 78%
B 245 of 255 = 96%

253
198
245

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

Portions of RGB colors in percentages

R + G + B =
253 + 198 + 245 = 696 (100%)
R 253 of 696 ~ 36.35%
G 198 of 696 ~ 28.45%
B 245 of 696 ~ 35.2%

%36.35
%28.45
%35.2

CMYK color model

#FDC6F5 color CMYK value is (0,22,3,1).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 3.16%
  • key color value is 0.78%
CMYK:
(0,22,3,1)
C0M22Y3K1 
(0%,22%,3%,1%)
(0.00/0.22/0.03/0.01)	

CMYK percentages

%0
%21.74
%3.16
%0.78

Codes

Color #FDC6F5 in popluar color models

FDC6F5
RGB253198245
HSL309°93.22%88.43%
HSB/HSV309°21.74%99.22%
CMYK0.00%21.74%3.16%
0.78%

Color #FDC6F5 in popluar number systems.

HEXFDC6F5
Decimal253198245
Binary111111011100011011110101
Octal375306365

Shades and tints

Shades of #FDC6F5

#FDC6F5
(253,198,245)
#E6B4DF
(230,180,223)
#CFA2C9
(207,162,201)
#B890B3
(184,144,179)
#A17E9D
(161,126,157)
#8A6C87
(138,108,135)
#735A71
(115,90,113)
#5C485B
(92,72,91)
#453645
(69,54,69)
#2E242F
(46,36,47)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #FDC6F5

#FDC6F5
(253,198,245)
#FDCBF5
(253,203,245)
#FDD0F5
(253,208,245)
#FDD5F5
(253,213,245)
#FDDAF5
(253,218,245)
#FDDFF5
(253,223,245)
#FDE4F5
(253,228,245)
#FDE9F5
(253,233,245)
#FDEEF5
(253,238,245)
#FDF3F5
(253,243,245)
#FDF8F5
(253,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC6F5 color. Also use rgb(253,198,245) instead hex code.

Text Font Color

.myTextColor { color: #FDC6F5; }

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

This text font color is #FDC6F5.


Background Color

.myBgColor { background-color: #FDC6F5; }

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

This div background color is #FDC6F5.


Border color

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

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

This div border color is #FDC6F5.


Opacity

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

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

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

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

This text has shadow with #FDC6F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC6F5 on black background.


Color preview on white background

This text has color #FDC6F5 on white background.



Black color preview on #FDC6F5 background

This text has black color on #FDC6F5 background.


White color preview on #FDC6F5 background

This text has white color on #FDC6F5 background.