COLOR #FBC2E0

HEX: #FBC2E0
RGB: (251,194,224)

Color info

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

RGB color model

#FBC2E0 color RGB value is (251,194,224).

  • red value is 251;
  • green value is 194;
  • blue value is 224.
RGB:
(251,194,224)
(98%,76%,88%)

RGB channels and saturation

R 251 of 255 = 98%
G 194 of 255 = 76%
B 224 of 255 = 88%

251
194
224

R + G + B ~ 87%. #FBC2E0 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 194 + 224 = 669 (100%)
R 251 of 669 ~ 37.52%
G 194 of 669 ~ 29%
B 224 of 669 ~ 33.48%

%37.52
%29
%33.48

CMYK color model

#FBC2E0 color CMYK value is (0,23,11,2).

  • cyan value is 0.00%
  • magenta value is 22.71%
  • yellow value is 10.76%
  • key color value is 1.57%
CMYK:
(0,23,11,2)
C0M23Y11K2 
(0%,23%,11%,2%)
(0.00/0.23/0.11/0.02)	

CMYK percentages

%0
%22.71
%10.76
%1.57

Codes

Color #FBC2E0 in popluar color models

FBC2E0
RGB251194224
HSL328°87.69%87.25%
HSB/HSV328°22.71%98.43%
CMYK0.00%22.71%10.76%
1.57%

Color #FBC2E0 in popluar number systems.

HEXFBC2E0
Decimal251194224
Binary111110111100001011100000
Octal373302340

Shades and tints

Shades of #FBC2E0

#FBC2E0
(251,194,224)
#E5B1CC
(229,177,204)
#CFA0B8
(207,160,184)
#B98FA4
(185,143,164)
#A37E90
(163,126,144)
#8D6D7C
(141,109,124)
#775C68
(119,92,104)
#614B54
(97,75,84)
#4B3A40
(75,58,64)
#35292C
(53,41,44)
#1F1818
(31,24,24)
#000000
(0,0,0)

Tints of #FBC2E0

#FBC2E0
(251,194,224)
#FBC7E2
(251,199,226)
#FBCCE4
(251,204,228)
#FBD1E6
(251,209,230)
#FBD6E8
(251,214,232)
#FBDBEA
(251,219,234)
#FBE0EC
(251,224,236)
#FBE5EE
(251,229,238)
#FBEAF0
(251,234,240)
#FBEFF2
(251,239,242)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC2E0; }

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

This text font color is #FBC2E0.


Background Color

.myBgColor { background-color: #FBC2E0; }

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

This div background color is #FBC2E0.


Border color

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

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

This div border color is #FBC2E0.


Opacity

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

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

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

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

This text has shadow with #FBC2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC2E0 on black background.


Color preview on white background

This text has color #FBC2E0 on white background.



Black color preview on #FBC2E0 background

This text has black color on #FBC2E0 background.


White color preview on #FBC2E0 background

This text has white color on #FBC2E0 background.