COLOR #FCCABE

HEX: #FCCABE
RGB: (252,202,190)

Color info

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

RGB color model

#FCCABE color RGB value is (252,202,190).

  • red value is 252;
  • green value is 202;
  • blue value is 190.
RGB:
(252,202,190)
(99%,79%,75%)

RGB channels and saturation

R 252 of 255 = 99%
G 202 of 255 = 79%
B 190 of 255 = 75%

252
202
190

R + G + B ~ 84%. #FCCABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 202 + 190 = 644 (100%)
R 252 of 644 ~ 39.13%
G 202 of 644 ~ 31.37%
B 190 of 644 ~ 29.5%

%39.13
%31.37
%29.5

CMYK color model

#FCCABE color CMYK value is (0,20,25,1).

  • cyan value is 0.00%
  • magenta value is 19.84%
  • yellow value is 24.60%
  • key color value is 1.18%
CMYK:
(0,20,25,1)
C0M20Y25K1 
(0%,20%,25%,1%)
(0.00/0.20/0.25/0.01)	

CMYK percentages

%0
%19.84
%24.6
%1.18

Codes

Color #FCCABE in popluar color models

FCCABE
RGB252202190
HSL12°91.18%86.67%
HSB/HSV12°24.60%98.82%
CMYK0.00%19.84%24.60%
1.18%

Color #FCCABE in popluar number systems.

HEXFCCABE
Decimal252202190
Binary111111001100101010111110
Octal374312276

Shades and tints

Shades of #FCCABE

#FCCABE
(252,202,190)
#E6B8AD
(230,184,173)
#D0A69C
(208,166,156)
#BA948B
(186,148,139)
#A4827A
(164,130,122)
#8E7069
(142,112,105)
#785E58
(120,94,88)
#624C47
(98,76,71)
#4C3A36
(76,58,54)
#362825
(54,40,37)
#201614
(32,22,20)
#000000
(0,0,0)

Tints of #FCCABE

#FCCABE
(252,202,190)
#FCCEC3
(252,206,195)
#FCD2C8
(252,210,200)
#FCD6CD
(252,214,205)
#FCDAD2
(252,218,210)
#FCDED7
(252,222,215)
#FCE2DC
(252,226,220)
#FCE6E1
(252,230,225)
#FCEAE6
(252,234,230)
#FCEEEB
(252,238,235)
#FCF2F0
(252,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCABE; }

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

This text font color is #FCCABE.


Background Color

.myBgColor { background-color: #FCCABE; }

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

This div background color is #FCCABE.


Border color

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

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

This div border color is #FCCABE.


Opacity

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

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

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

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

This text has shadow with #FCCABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCABE on black background.


Color preview on white background

This text has color #FCCABE on white background.



Black color preview on #FCCABE background

This text has black color on #FCCABE background.


White color preview on #FCCABE background

This text has white color on #FCCABE background.