COLOR #FCDBFB

HEX: #FCDBFB
RGB: (252,219,251)

Color info

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

RGB color model

#FCDBFB color RGB value is (252,219,251).

  • red value is 252;
  • green value is 219;
  • blue value is 251.
RGB:
(252,219,251)
(99%,86%,98%)

RGB channels and saturation

R 252 of 255 = 99%
G 219 of 255 = 86%
B 251 of 255 = 98%

252
219
251

R + G + B ~ 94%. #FCDBFB is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 219 + 251 = 722 (100%)
R 252 of 722 ~ 34.9%
G 219 of 722 ~ 30.33%
B 251 of 722 ~ 34.76%

%34.9
%30.33
%34.76

CMYK color model

#FCDBFB color CMYK value is (0,13,0,1).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 0.40%
  • key color value is 1.18%
CMYK:
(0,13,0,1)
C0M13Y0K1 
(0%,13%,0%,1%)
(0.00/0.13/0.00/0.01)	

CMYK percentages

%0
%13.1
%0.4
%1.18

Codes

Color #FCDBFB in popluar color models

FCDBFB
RGB252219251
HSL302°84.62%92.35%
HSB/HSV302°13.10%98.82%
CMYK0.00%13.10%0.40%
1.18%

Color #FCDBFB in popluar number systems.

HEXFCDBFB
Decimal252219251
Binary111111001101101111111011
Octal374333373

Shades and tints

Shades of #FCDBFB

#FCDBFB
(252,219,251)
#E6C8E5
(230,200,229)
#D0B5CF
(208,181,207)
#BAA2B9
(186,162,185)
#A48FA3
(164,143,163)
#8E7C8D
(142,124,141)
#786977
(120,105,119)
#625661
(98,86,97)
#4C434B
(76,67,75)
#363035
(54,48,53)
#201D1F
(32,29,31)
#000000
(0,0,0)

Tints of #FCDBFB

#FCDBFB
(252,219,251)
#FCDEFB
(252,222,251)
#FCE1FB
(252,225,251)
#FCE4FB
(252,228,251)
#FCE7FB
(252,231,251)
#FCEAFB
(252,234,251)
#FCEDFB
(252,237,251)
#FCF0FB
(252,240,251)
#FCF3FB
(252,243,251)
#FCF6FB
(252,246,251)
#FCF9FB
(252,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDBFB color. Also use rgb(252,219,251) instead hex code.

Text Font Color

.myTextColor { color: #FCDBFB; }

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

This text font color is #FCDBFB.


Background Color

.myBgColor { background-color: #FCDBFB; }

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

This div background color is #FCDBFB.


Border color

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

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

This div border color is #FCDBFB.


Opacity

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

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

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

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

This text has shadow with #FCDBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDBFB on black background.


Color preview on white background

This text has color #FCDBFB on white background.



Black color preview on #FCDBFB background

This text has black color on #FCDBFB background.


White color preview on #FCDBFB background

This text has white color on #FCDBFB background.