COLOR #FDCCFA

HEX: #FDCCFA RGB: (253,204,250)

Color info

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

RGB color model

#FDCCFA color RGB value is (253,204,250).

RGB: (253,204,250) (99%, 80%, 98%)

RGB channels and saturation

R 253 of 255 = 99%
G 204 of 255 = 80%
B 250 of 255 = 98%

253
204
250

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

Portions of RGB colors in percentages

R + G + B = 253 + 204 + 250 = 707 (100%)
R 253 of 707 ~ 35.79%
G 204 of 707 ~ 28.85%
B 250 of 707 ~ 35.36'%

%35.79
%28.85
%35.36

CMYK color model

#FDCCFA color CMYK value is (0,19,1,1).

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

CMYK: (0,19,1,1)
C0M19Y1K1 (0%, 19%, 1%, 1%)
(0.00 / 0.19 / 0.01 / 0.01)

CMYK percentages

%0
%19.37
%1.19
%0.78

Codes

Color #FDCCFA in popluar color models

FD CC FA
RGB 253 204 250
HSL 304° 92.45% 89.61%
HSB/HSV 304° 19.37% 99.22%
CMYK 0.00% 19.37% 1.19%
0.78%

Color #FDCCFA in popluar number systems.

HEX FD CC FA
Decimal 253 204 250
Binary 11111101 11001100 11111010
Octal 375 314 372

Shades and tints

Shades of #FDCCFA

#FDCCFA
(253,204,250)
#E6BAE4
(230,186,228)
#CFA8CE
(207,168,206)
#B896B8
(184,150,184)
#A184A2
(161,132,162)
#8A728C
(138,114,140)
#736076
(115,96,118)
#5C4E60
(92,78,96)
#453C4A
(69,60,74)
#2E2A34
(46,42,52)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #FDCCFA

#FDCCFA
(253,204,250)
#FDD0FA
(253,208,250)
#FDD4FA
(253,212,250)
#FDD8FA
(253,216,250)
#FDDCFA
(253,220,250)
#FDE0FA
(253,224,250)
#FDE4FA
(253,228,250)
#FDE8FA
(253,232,250)
#FDECFA
(253,236,250)
#FDF0FA
(253,240,250)
#FDF4FA
(253,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCCFA; }

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

This text font color is #FDCCFA.

Background Color

.myBgColor { background-color: #FDCCFA; }

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

This div background color is #FDCCFA.

Border color

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

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

This div border color is #FDCCFA.

Opacity

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

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

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

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

This text has shadow with #FDCCFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDCCFA.

Preview

Color preview on black background

This text has color #FDCCFA on black background.


Color preview on white background

This text has color #FDCCFA on white background.


Black color preview on #FDCCFA background

This text has black color on #FDCCFA background.


White color preview on #FDCCFA background

This text has white color on #FDCCFA background.


Related colors

Complementary color

Complementary color for #hex is #023305.


I love getcolorcode.com

Triadic colors

1 #FAFDCC and #CCFAFD with #FDCCFA are triadic colors.

2 #FACCFD and #CCFDFA with #FDCCFA are triadic colors.