COLOR #FDCFF7

HEX: #FDCFF7
RGB: (253,207,247)

Color info

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

RGB color model

#FDCFF7 color RGB value is (253,207,247).

  • red value is 253;
  • green value is 207;
  • blue value is 247.
RGB: (253,207,247) (99%,81%,97%)

RGB channels and saturation

R 253 of 255 = 99%
G 207 of 255 = 81%
B 247 of 255 = 97%

253
207
247

R + G + B ~ 92%. #FDCFF7 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 207 + 247 = 707 (100%)
R 253 of 707 ~ 35.79%
G 207 of 707 ~ 29.28%
B 247 of 707 ~ 34.94%

%35.79
%29.28
%34.94

CMYK color model

#FDCFF7 color CMYK value is (0,18,2,1).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 2.37%
  • key color value is 0.78%
CMYK: (0,18,2,1) C0M18Y2K1 (0%,18%,2%,1%) (0.00/0.18/0.02/0.01)

CMYK percentages

%0
%18.18
%2.37
%0.78

Codes

Color #FDCFF7 in popluar color models

FDCFF7
RGB253207247
HSL308°92.00%90.20%
HSB/HSV308°18.18%99.22%
CMYK0.00%18.18%2.37%
0.78%

Color #FDCFF7 in popluar number systems.

HEXFDCFF7
Decimal253207247
Binary111111011100111111110111
Octal375317367

Shades and tints

Shades of #FDCFF7

#FDCFF7
(253,207,247)
#E6BDE1
(230,189,225)
#CFABCB
(207,171,203)
#B899B5
(184,153,181)
#A1879F
(161,135,159)
#8A7589
(138,117,137)
#736373
(115,99,115)
#5C515D
(92,81,93)
#453F47
(69,63,71)
#2E2D31
(46,45,49)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #FDCFF7

#FDCFF7
(253,207,247)
#FDD3F7
(253,211,247)
#FDD7F7
(253,215,247)
#FDDBF7
(253,219,247)
#FDDFF7
(253,223,247)
#FDE3F7
(253,227,247)
#FDE7F7
(253,231,247)
#FDEBF7
(253,235,247)
#FDEFF7
(253,239,247)
#FDF3F7
(253,243,247)
#FDF7F7
(253,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCFF7; }

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

This text font color is #FDCFF7.


Background Color

.myBgColor { background-color: #FDCFF7; }

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

This div background color is #FDCFF7.


Border color

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

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

This div border color is #FDCFF7.


Opacity

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

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

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

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

This text has shadow with #FDCFF7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FDCFF7 on black background.


Color preview on white background

This text has color #FDCFF7 on white background.



Black color preview on #FDCFF7 background

This text has black color on #FDCFF7 background.


White color preview on #FDCFF7 background

This text has white color on #FDCFF7 background.