COLOR #FBBECA

HEX: #FBBECA
RGB: (251,190,202)

Color info

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

RGB color model

#FBBECA color RGB value is (251,190,202).

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

RGB channels and saturation

R 251 of 255 = 98%
G 190 of 255 = 75%
B 202 of 255 = 79%

251
190
202

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

Portions of RGB colors in percentages

R + G + B =
251 + 190 + 202 = 643 (100%)
R 251 of 643 ~ 39.04%
G 190 of 643 ~ 29.55%
B 202 of 643 ~ 31.42%

%39.04
%29.55
%31.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 19.52%
  • key color value is 1.57%
CMYK:
(0,24,20,2)
C0M24Y20K2 
(0%,24%,20%,2%)
(0.00/0.24/0.20/0.02)	

CMYK percentages

%0
%24.3
%19.52
%1.57

Codes

Color #FBBECA in popluar color models

FBBECA
RGB251190202
HSL348°88.41%86.47%
HSB/HSV348°24.30%98.43%
CMYK0.00%24.30%19.52%
1.57%

Color #FBBECA in popluar number systems.

HEXFBBECA
Decimal251190202
Binary111110111011111011001010
Octal373276312

Shades and tints

Shades of #FBBECA

#FBBECA
(251,190,202)
#E5ADB8
(229,173,184)
#CF9CA6
(207,156,166)
#B98B94
(185,139,148)
#A37A82
(163,122,130)
#8D6970
(141,105,112)
#77585E
(119,88,94)
#61474C
(97,71,76)
#4B363A
(75,54,58)
#352528
(53,37,40)
#1F1416
(31,20,22)
#000000
(0,0,0)

Tints of #FBBECA

#FBBECA
(251,190,202)
#FBC3CE
(251,195,206)
#FBC8D2
(251,200,210)
#FBCDD6
(251,205,214)
#FBD2DA
(251,210,218)
#FBD7DE
(251,215,222)
#FBDCE2
(251,220,226)
#FBE1E6
(251,225,230)
#FBE6EA
(251,230,234)
#FBEBEE
(251,235,238)
#FBF0F2
(251,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBBECA; }

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

This text font color is #FBBECA.


Background Color

.myBgColor { background-color: #FBBECA; }

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

This div background color is #FBBECA.


Border color

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

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

This div border color is #FBBECA.


Opacity

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

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

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

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

This text has shadow with #FBBECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBBECA on black background.


Color preview on white background

This text has color #FBBECA on white background.



Black color preview on #FBBECA background

This text has black color on #FBBECA background.


White color preview on #FBBECA background

This text has white color on #FBBECA background.