COLOR #FCCEFA

HEX: #FCCEFA RGB: (252,206,250)

Color info

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

RGB color model

#FCCEFA color RGB value is (252,206,250).

RGB: (252,206,250) (99%, 81%, 98%)

RGB channels and saturation

R 252 of 255 = 99%
G 206 of 255 = 81%
B 250 of 255 = 98%

252
206
250

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

Portions of RGB colors in percentages

R + G + B = 252 + 206 + 250 = 708 (100%)
R 252 of 708 ~ 35.59%
G 206 of 708 ~ 29.1%
B 250 of 708 ~ 35.31'%

%35.59
%29.1
%35.31

CMYK color model

#FCCEFA color CMYK value is (0,18,1,1).

  • cyan value is 0.00%
  • magenta value is 18.25%
  • yellow value is 0.79%
  • key color value is 1.18%

CMYK: (0,18,1,1)
C0M18Y1K1 (0%, 18%, 1%, 1%)
(0.00 / 0.18 / 0.01 / 0.01)

CMYK percentages

%0
%18.25
%0.79
%1.18

Codes

Color #FCCEFA in popluar color models

FC CE FA
RGB 252 206 250
HSL 303° 88.46% 89.80%
HSB/HSV 303° 18.25% 98.82%
CMYK 0.00% 18.25% 0.79%
1.18%

Color #FCCEFA in popluar number systems.

HEX FC CE FA
Decimal 252 206 250
Binary 11111100 11001110 11111010
Octal 374 316 372

Shades and tints

Shades of #FCCEFA

#FCCEFA
(252,206,250)
#E6BCE4
(230,188,228)
#D0AACE
(208,170,206)
#BA98B8
(186,152,184)
#A486A2
(164,134,162)
#8E748C
(142,116,140)
#786276
(120,98,118)
#625060
(98,80,96)
#4C3E4A
(76,62,74)
#362C34
(54,44,52)
#201A1E
(32,26,30)
#000000
(0,0,0)

Tints of #FCCEFA

#FCCEFA
(252,206,250)
#FCD2FA
(252,210,250)
#FCD6FA
(252,214,250)
#FCDAFA
(252,218,250)
#FCDEFA
(252,222,250)
#FCE2FA
(252,226,250)
#FCE6FA
(252,230,250)
#FCEAFA
(252,234,250)
#FCEEFA
(252,238,250)
#FCF2FA
(252,242,250)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCCEFA color. Also use rgb(252,206,250) instead hex code.

Text Font Color

.myTextColor { color: #FCCEFA; }

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

This text font color is #FCCEFA.

Background Color

.myBgColor { background-color: #FCCEFA; }

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

This div background color is #FCCEFA.

Border color

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

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

This div border color is #FCCEFA.

Opacity

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

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

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

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

This text has shadow with #FCCEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCEFA.

Preview

Color preview on black background

This text has color #FCCEFA on black background.


Color preview on white background

This text has color #FCCEFA on white background.


Black color preview on #FCCEFA background

This text has black color on #FCCEFA background.


White color preview on #FCCEFA background

This text has white color on #FCCEFA background.


Related colors

Complementary color

Complementary color for #hex is #033105.


I love getcolorcode.com

Triadic colors

1 #FAFCCE and #CEFAFC with #FCCEFA are triadic colors.

2 #FACEFC and #CEFCFA with #FCCEFA are triadic colors.