COLOR #FCD5F5

HEX: #FCD5F5
RGB: (252,213,245)

Color info

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

RGB color model

#FCD5F5 color RGB value is (252,213,245).

  • red value is 252;
  • green value is 213;
  • blue value is 245.
RGB:
(252,213,245)
(99%,84%,96%)

RGB channels and saturation

R 252 of 255 = 99%
G 213 of 255 = 84%
B 245 of 255 = 96%

252
213
245

R + G + B ~ 93%. #FCD5F5 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 213 + 245 = 710 (100%)
R 252 of 710 ~ 35.49%
G 213 of 710 ~ 30%
B 245 of 710 ~ 34.51%

%35.49
%30
%34.51

CMYK color model

#FCD5F5 color CMYK value is (0,15,3,1).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 2.78%
  • key color value is 1.18%
CMYK:
(0,15,3,1)
C0M15Y3K1 
(0%,15%,3%,1%)
(0.00/0.15/0.03/0.01)	

CMYK percentages

%0
%15.48
%2.78
%1.18

Codes

Color #FCD5F5 in popluar color models

FCD5F5
RGB252213245
HSL311°86.67%91.18%
HSB/HSV311°15.48%98.82%
CMYK0.00%15.48%2.78%
1.18%

Color #FCD5F5 in popluar number systems.

HEXFCD5F5
Decimal252213245
Binary111111001101010111110101
Octal374325365

Shades and tints

Shades of #FCD5F5

#FCD5F5
(252,213,245)
#E6C2DF
(230,194,223)
#D0AFC9
(208,175,201)
#BA9CB3
(186,156,179)
#A4899D
(164,137,157)
#8E7687
(142,118,135)
#786371
(120,99,113)
#62505B
(98,80,91)
#4C3D45
(76,61,69)
#362A2F
(54,42,47)
#201719
(32,23,25)
#000000
(0,0,0)

Tints of #FCD5F5

#FCD5F5
(252,213,245)
#FCD8F5
(252,216,245)
#FCDBF5
(252,219,245)
#FCDEF5
(252,222,245)
#FCE1F5
(252,225,245)
#FCE4F5
(252,228,245)
#FCE7F5
(252,231,245)
#FCEAF5
(252,234,245)
#FCEDF5
(252,237,245)
#FCF0F5
(252,240,245)
#FCF3F5
(252,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD5F5 color. Also use rgb(252,213,245) instead hex code.

Text Font Color

.myTextColor { color: #FCD5F5; }

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

This text font color is #FCD5F5.


Background Color

.myBgColor { background-color: #FCD5F5; }

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

This div background color is #FCD5F5.


Border color

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

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

This div border color is #FCD5F5.


Opacity

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

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

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

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

This text has shadow with #FCD5F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD5F5 on black background.


Color preview on white background

This text has color #FCD5F5 on white background.



Black color preview on #FCD5F5 background

This text has black color on #FCD5F5 background.


White color preview on #FCD5F5 background

This text has white color on #FCD5F5 background.