COLOR #FDCAFA

HEX: #FDCAFA RGB: (253,202,250)

Color info

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

RGB color model

#FDCAFA color RGB value is (253,202,250).

RGB: (253,202,250) (99%, 79%, 98%)

RGB channels and saturation

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

253
202
250

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

Portions of RGB colors in percentages

R + G + B = 253 + 202 + 250 = 705 (100%)
R 253 of 705 ~ 35.89%
G 202 of 705 ~ 28.65%
B 250 of 705 ~ 35.46'%

%35.89
%28.65
%35.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 1.19%
  • key color value is 0.78%

CMYK: (0,20,1,1)
C0M20Y1K1 (0%, 20%, 1%, 1%)
(0.00 / 0.20 / 0.01 / 0.01)

CMYK percentages

%0
%20.16
%1.19
%0.78

Codes

Color #FDCAFA in popluar color models

FD CA FA
RGB 253 202 250
HSL 304° 92.73% 89.22%
HSB/HSV 304° 20.16% 99.22%
CMYK 0.00% 20.16% 1.19%
0.78%

Color #FDCAFA in popluar number systems.

HEX FD CA FA
Decimal 253 202 250
Binary 11111101 11001010 11111010
Octal 375 312 372

Shades and tints

Shades of #FDCAFA

#FDCAFA
(253,202,250)
#E6B8E4
(230,184,228)
#CFA6CE
(207,166,206)
#B894B8
(184,148,184)
#A182A2
(161,130,162)
#8A708C
(138,112,140)
#735E76
(115,94,118)
#5C4C60
(92,76,96)
#453A4A
(69,58,74)
#2E2834
(46,40,52)
#17161E
(23,22,30)
#000000
(0,0,0)

Tints of #FDCAFA

#FDCAFA
(253,202,250)
#FDCEFA
(253,206,250)
#FDD2FA
(253,210,250)
#FDD6FA
(253,214,250)
#FDDAFA
(253,218,250)
#FDDEFA
(253,222,250)
#FDE2FA
(253,226,250)
#FDE6FA
(253,230,250)
#FDEAFA
(253,234,250)
#FDEEFA
(253,238,250)
#FDF2FA
(253,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCAFA; }

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

This text font color is #FDCAFA.

Background Color

.myBgColor { background-color: #FDCAFA; }

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

This div background color is #FDCAFA.

Border color

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

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

This div border color is #FDCAFA.

Opacity

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

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

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

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

This text has shadow with #FDCAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDCAFA.

Preview

Color preview on black background

This text has color #FDCAFA on black background.


Color preview on white background

This text has color #FDCAFA on white background.


Black color preview on #FDCAFA background

This text has black color on #FDCAFA background.


White color preview on #FDCAFA background

This text has white color on #FDCAFA background.


Related colors

Complementary color

Complementary color for #hex is #023505.


I love getcolorcode.com

Triadic colors

1 #FAFDCA and #CAFAFD with #FDCAFA are triadic colors.

2 #FACAFD and #CAFDFA with #FDCAFA are triadic colors.