COLOR #FCCBBE

HEX: #FCCBBE RGB: (252,203,190)

Color info

#FCCBBE contains mainly red and green colors. Web safe color of #FCCBBE is #FFCCCC (or #FCC).

RGB color model

#FCCBBE color RGB value is (252,203,190).

RGB: (252,203,190) (99%, 80%, 75%)

RGB channels and saturation

R 252 of 255 = 99%
G 203 of 255 = 80%
B 190 of 255 = 75%

252
203
190

R + G + B ~ 85%. #FCCBBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 203 + 190 = 645 (100%)
R 252 of 645 ~ 39.07%
G 203 of 645 ~ 31.47%
B 190 of 645 ~ 29.46'%

%39.07
%31.47
%29.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 24.60%
  • key color value is 1.18%
CMYK: (0,19,25,1) C0M19Y25K1 (0%,19%,25%,1%) (0.00/0.19/0.25/0.01) 

CMYK percentages

%0
%19.44
%24.6
%1.18

Codes

Color #FCCBBE in popluar color models

FC CB BE
RGB 252 203 190
HSL 13° 91.18% 86.67%
HSB/HSV 13° 24.60% 98.82%
CMYK 0.00% 19.44% 24.60%
1.18%

Color #FCCBBE in popluar number systems.

HEX FC CB BE
Decimal 252 203 190
Binary 11111100 11001011 10111110
Octal 374 313 276

Shades and tints

Shades of #FCCBBE

#FCCBBE
(252,203,190)
#E6B9AD
(230,185,173)
#D0A79C
(208,167,156)
#BA958B
(186,149,139)
#A4837A
(164,131,122)
#8E7169
(142,113,105)
#785F58
(120,95,88)
#624D47
(98,77,71)
#4C3B36
(76,59,54)
#362925
(54,41,37)
#201714
(32,23,20)
#000000
(0,0,0)

Tints of #FCCBBE

#FCCBBE
(252,203,190)
#FCCFC3
(252,207,195)
#FCD3C8
(252,211,200)
#FCD7CD
(252,215,205)
#FCDBD2
(252,219,210)
#FCDFD7
(252,223,215)
#FCE3DC
(252,227,220)
#FCE7E1
(252,231,225)
#FCEBE6
(252,235,230)
#FCEFEB
(252,239,235)
#FCF3F0
(252,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCCBBE color. Also use rgb(252,203,190) instead hex code.

Text Font Color

.myTextColor { color: #FCCBBE; }

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

This text font color is #FCCBBE.

Background Color

.myBgColor { background-color: #FCCBBE; }

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

This div background color is #FCCBBE.

Border color

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

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

This div border color is #FCCBBE.

Opacity

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

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

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

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

This text has shadow with #FCCBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCBBE.

Preview

Color preview on black background

This text has color #FCCBBE on black background.


Color preview on white background

This text has color #FCCBBE on white background.


Black color preview on #FCCBBE background

This text has black color on #FCCBBE background.


White color preview on #FCCBBE background

This text has white color on #FCCBBE background.


Related colors

Complementary color

Complementary color for #hex is #033441.


I love getcolorcode.com

Triadic colors

1 #BEFCCB and #CBBEFC with #FCCBBE are triadic colors.

2 #BECBFC and #CBFCBE with #FCCBBE are triadic colors.