COLOR #FDCAF9

HEX: #FDCAF9
RGB: (253,202,249)

Color info

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

RGB color model

#FDCAF9 color RGB value is (253,202,249).

  • red value is 253;
  • green value is 202;
  • blue value is 249.
RGB:
(253,202,249)
(99%,79%,98%)

RGB channels and saturation

R 253 of 255 = 99%
G 202 of 255 = 79%
B 249 of 255 = 98%

253
202
249

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

Portions of RGB colors in percentages

R + G + B =
253 + 202 + 249 = 704 (100%)
R 253 of 704 ~ 35.94%
G 202 of 704 ~ 28.69%
B 249 of 704 ~ 35.37%

%35.94
%28.69
%35.37

CMYK color model

#FDCAF9 color CMYK value is (0,20,2,1).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 1.58%
  • key color value is 0.78%
CMYK:
(0,20,2,1)
C0M20Y2K1 
(0%,20%,2%,1%)
(0.00/0.20/0.02/0.01)	

CMYK percentages

%0
%20.16
%1.58
%0.78

Codes

Color #FDCAF9 in popluar color models

FDCAF9
RGB253202249
HSL305°92.73%89.22%
HSB/HSV305°20.16%99.22%
CMYK0.00%20.16%1.58%
0.78%

Color #FDCAF9 in popluar number systems.

HEXFDCAF9
Decimal253202249
Binary111111011100101011111001
Octal375312371

Shades and tints

Shades of #FDCAF9

#FDCAF9
(253,202,249)
#E6B8E3
(230,184,227)
#CFA6CD
(207,166,205)
#B894B7
(184,148,183)
#A182A1
(161,130,161)
#8A708B
(138,112,139)
#735E75
(115,94,117)
#5C4C5F
(92,76,95)
#453A49
(69,58,73)
#2E2833
(46,40,51)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #FDCAF9

#FDCAF9
(253,202,249)
#FDCEF9
(253,206,249)
#FDD2F9
(253,210,249)
#FDD6F9
(253,214,249)
#FDDAF9
(253,218,249)
#FDDEF9
(253,222,249)
#FDE2F9
(253,226,249)
#FDE6F9
(253,230,249)
#FDEAF9
(253,234,249)
#FDEEF9
(253,238,249)
#FDF2F9
(253,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDCAF9 color. Also use rgb(253,202,249) instead hex code.

Text Font Color

.myTextColor { color: #FDCAF9; }

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

This text font color is #FDCAF9.


Background Color

.myBgColor { background-color: #FDCAF9; }

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

This div background color is #FDCAF9.


Border color

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

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

This div border color is #FDCAF9.


Opacity

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

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

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

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

This text has shadow with #FDCAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCAF9 on black background.


Color preview on white background

This text has color #FDCAF9 on white background.



Black color preview on #FDCAF9 background

This text has black color on #FDCAF9 background.


White color preview on #FDCAF9 background

This text has white color on #FDCAF9 background.