COLOR #FDCFE2

HEX: #FDCFE2
RGB: (253,207,226)

Color info

#FDCFE2 contains red, green and blue colors in about the same proportion. Web safe color of #FDCFE2 is #FFCCCC (or #FCC).

RGB color model

#FDCFE2 color RGB value is (253,207,226).

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

RGB channels and saturation

R 253 of 255 = 99%
G 207 of 255 = 81%
B 226 of 255 = 89%

253
207
226

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

Portions of RGB colors in percentages

R + G + B =
253 + 207 + 226 = 686 (100%)
R 253 of 686 ~ 36.88%
G 207 of 686 ~ 30.17%
B 226 of 686 ~ 32.94%

%36.88
%30.17
%32.94

CMYK color model

#FDCFE2 color CMYK value is (0,18,11,1).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 10.67%
  • key color value is 0.78%
CMYK:
(0,18,11,1)
C0M18Y11K1 
(0%,18%,11%,1%)
(0.00/0.18/0.11/0.01)	

CMYK percentages

%0
%18.18
%10.67
%0.78

Codes

Color #FDCFE2 in popluar color models

FDCFE2
RGB253207226
HSL335°92.00%90.20%
HSB/HSV335°18.18%99.22%
CMYK0.00%18.18%10.67%
0.78%

Color #FDCFE2 in popluar number systems.

HEXFDCFE2
Decimal253207226
Binary111111011100111111100010
Octal375317342

Shades and tints

Shades of #FDCFE2

#FDCFE2
(253,207,226)
#E6BDCE
(230,189,206)
#CFABBA
(207,171,186)
#B899A6
(184,153,166)
#A18792
(161,135,146)
#8A757E
(138,117,126)
#73636A
(115,99,106)
#5C5156
(92,81,86)
#453F42
(69,63,66)
#2E2D2E
(46,45,46)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #FDCFE2

#FDCFE2
(253,207,226)
#FDD3E4
(253,211,228)
#FDD7E6
(253,215,230)
#FDDBE8
(253,219,232)
#FDDFEA
(253,223,234)
#FDE3EC
(253,227,236)
#FDE7EE
(253,231,238)
#FDEBF0
(253,235,240)
#FDEFF2
(253,239,242)
#FDF3F4
(253,243,244)
#FDF7F6
(253,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCFE2; }

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

This text font color is #FDCFE2.


Background Color

.myBgColor { background-color: #FDCFE2; }

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

This div background color is #FDCFE2.


Border color

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

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

This div border color is #FDCFE2.


Opacity

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

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

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

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

This text has shadow with #FDCFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCFE2 on black background.


Color preview on white background

This text has color #FDCFE2 on white background.



Black color preview on #FDCFE2 background

This text has black color on #FDCFE2 background.


White color preview on #FDCFE2 background

This text has white color on #FDCFE2 background.