COLOR #FCC2FB

HEX: #FCC2FB RGB: (252,194,251)

Color info

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

RGB color model

#FCC2FB color RGB value is (252,194,251).

RGB: (252,194,251) (99%, 76%, 98%)

RGB channels and saturation

R 252 of 255 = 99%
G 194 of 255 = 76%
B 251 of 255 = 98%

252
194
251

R + G + B ~ 91%. #FCC2FB is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 194 + 251 = 697 (100%)
R 252 of 697 ~ 36.15%
G 194 of 697 ~ 27.83%
B 251 of 697 ~ 36.01'%

%36.15
%27.83
%36.01

CMYK color model

#FCC2FB color CMYK value is (0,23,0,1).

  • cyan value is 0.00%
  • magenta value is 23.02%
  • yellow value is 0.40%
  • key color value is 1.18%

CMYK: (0,23,0,1)
C0M23Y0K1 (0%, 23%, 0%, 1%)
(0.00 / 0.23 / 0.00 / 0.01)

CMYK percentages

%0
%23.02
%0.4
%1.18

Codes

Color #FCC2FB in popluar color models

FC C2 FB
RGB 252 194 251
HSL 301° 90.63% 87.45%
HSB/HSV 301° 23.02% 98.82%
CMYK 0.00% 23.02% 0.40%
1.18%

Color #FCC2FB in popluar number systems.

HEX FC C2 FB
Decimal 252 194 251
Binary 11111100 11000010 11111011
Octal 374 302 373

Shades and tints

Shades of #FCC2FB

#FCC2FB
(252,194,251)
#E6B1E5
(230,177,229)
#D0A0CF
(208,160,207)
#BA8FB9
(186,143,185)
#A47EA3
(164,126,163)
#8E6D8D
(142,109,141)
#785C77
(120,92,119)
#624B61
(98,75,97)
#4C3A4B
(76,58,75)
#362935
(54,41,53)
#20181F
(32,24,31)
#000000
(0,0,0)

Tints of #FCC2FB

#FCC2FB
(252,194,251)
#FCC7FB
(252,199,251)
#FCCCFB
(252,204,251)
#FCD1FB
(252,209,251)
#FCD6FB
(252,214,251)
#FCDBFB
(252,219,251)
#FCE0FB
(252,224,251)
#FCE5FB
(252,229,251)
#FCEAFB
(252,234,251)
#FCEFFB
(252,239,251)
#FCF4FB
(252,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC2FB; }

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

This text font color is #FCC2FB.

Background Color

.myBgColor { background-color: #FCC2FB; }

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

This div background color is #FCC2FB.

Border color

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

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

This div border color is #FCC2FB.

Opacity

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

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

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

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

This text has shadow with #FCC2FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC2FB.

Preview

Color preview on black background

This text has color #FCC2FB on black background.


Color preview on white background

This text has color #FCC2FB on white background.


Black color preview on #FCC2FB background

This text has black color on #FCC2FB background.


White color preview on #FCC2FB background

This text has white color on #FCC2FB background.


Related colors

Complementary color

Complementary color for #hex is #033D04.


I love getcolorcode.com

Triadic colors

1 #FBFCC2 and #C2FBFC with #FCC2FB are triadic colors.

2 #FBC2FC and #C2FCFB with #FCC2FB are triadic colors.