COLOR #FBCAC8

HEX: #FBCAC8
RGB: (251,202,200)

Color info

#FBCAC8 contains red, green and blue colors in about the same proportion. Web safe color of #FBCAC8 is #FFCCCC (or #FCC).

RGB color model

#FBCAC8 color RGB value is (251,202,200).

  • red value is 251;
  • green value is 202;
  • blue value is 200.
RGB:
(251,202,200)
(98%,79%,78%)

RGB channels and saturation

R 251 of 255 = 98%
G 202 of 255 = 79%
B 200 of 255 = 78%

251
202
200

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

Portions of RGB colors in percentages

R + G + B =
251 + 202 + 200 = 653 (100%)
R 251 of 653 ~ 38.44%
G 202 of 653 ~ 30.93%
B 200 of 653 ~ 30.63%

%38.44
%30.93
%30.63

CMYK color model

#FBCAC8 color CMYK value is (0,20,20,2).

  • cyan value is 0.00%
  • magenta value is 19.52%
  • yellow value is 20.32%
  • key color value is 1.57%
CMYK:
(0,20,20,2)
C0M20Y20K2 
(0%,20%,20%,2%)
(0.00/0.20/0.20/0.02)	

CMYK percentages

%0
%19.52
%20.32
%1.57

Codes

Color #FBCAC8 in popluar color models

FBCAC8
RGB251202200
HSL86.44%88.43%
HSB/HSV20.32%98.43%
CMYK0.00%19.52%20.32%
1.57%

Color #FBCAC8 in popluar number systems.

HEXFBCAC8
Decimal251202200
Binary111110111100101011001000
Octal373312310

Shades and tints

Shades of #FBCAC8

#FBCAC8
(251,202,200)
#E5B8B6
(229,184,182)
#CFA6A4
(207,166,164)
#B99492
(185,148,146)
#A38280
(163,130,128)
#8D706E
(141,112,110)
#775E5C
(119,94,92)
#614C4A
(97,76,74)
#4B3A38
(75,58,56)
#352826
(53,40,38)
#1F1614
(31,22,20)
#000000
(0,0,0)

Tints of #FBCAC8

#FBCAC8
(251,202,200)
#FBCECD
(251,206,205)
#FBD2D2
(251,210,210)
#FBD6D7
(251,214,215)
#FBDADC
(251,218,220)
#FBDEE1
(251,222,225)
#FBE2E6
(251,226,230)
#FBE6EB
(251,230,235)
#FBEAF0
(251,234,240)
#FBEEF5
(251,238,245)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBCAC8 color. Also use rgb(251,202,200) instead hex code.

Text Font Color

.myTextColor { color: #FBCAC8; }

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

This text font color is #FBCAC8.


Background Color

.myBgColor { background-color: #FBCAC8; }

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

This div background color is #FBCAC8.


Border color

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

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

This div border color is #FBCAC8.


Opacity

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

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

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

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

This text has shadow with #FBCAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCAC8 on black background.


Color preview on white background

This text has color #FBCAC8 on white background.



Black color preview on #FBCAC8 background

This text has black color on #FBCAC8 background.


White color preview on #FBCAC8 background

This text has white color on #FBCAC8 background.