COLOR #FBC3E8

HEX: #FBC3E8
RGB: (251,195,232)

Color info

#FBC3E8 contains red, green and blue colors in about the same proportion. Web safe color of #FBC3E8 is #FFCCFF (or #FCF).

RGB color model

#FBC3E8 color RGB value is (251,195,232).

  • red value is 251;
  • green value is 195;
  • blue value is 232.
RGB:
(251,195,232)
(98%,76%,91%)

RGB channels and saturation

R 251 of 255 = 98%
G 195 of 255 = 76%
B 232 of 255 = 91%

251
195
232

R + G + B ~ 88%. #FBC3E8 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 195 + 232 = 678 (100%)
R 251 of 678 ~ 37.02%
G 195 of 678 ~ 28.76%
B 232 of 678 ~ 34.22%

%37.02
%28.76
%34.22

CMYK color model

#FBC3E8 color CMYK value is (0,22,8,2).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 7.57%
  • key color value is 1.57%
CMYK:
(0,22,8,2)
C0M22Y8K2 
(0%,22%,8%,2%)
(0.00/0.22/0.08/0.02)	

CMYK percentages

%0
%22.31
%7.57
%1.57

Codes

Color #FBC3E8 in popluar color models

FBC3E8
RGB251195232
HSL320°87.50%87.45%
HSB/HSV320°22.31%98.43%
CMYK0.00%22.31%7.57%
1.57%

Color #FBC3E8 in popluar number systems.

HEXFBC3E8
Decimal251195232
Binary111110111100001111101000
Octal373303350

Shades and tints

Shades of #FBC3E8

#FBC3E8
(251,195,232)
#E5B2D3
(229,178,211)
#CFA1BE
(207,161,190)
#B990A9
(185,144,169)
#A37F94
(163,127,148)
#8D6E7F
(141,110,127)
#775D6A
(119,93,106)
#614C55
(97,76,85)
#4B3B40
(75,59,64)
#352A2B
(53,42,43)
#1F1916
(31,25,22)
#000000
(0,0,0)

Tints of #FBC3E8

#FBC3E8
(251,195,232)
#FBC8EA
(251,200,234)
#FBCDEC
(251,205,236)
#FBD2EE
(251,210,238)
#FBD7F0
(251,215,240)
#FBDCF2
(251,220,242)
#FBE1F4
(251,225,244)
#FBE6F6
(251,230,246)
#FBEBF8
(251,235,248)
#FBF0FA
(251,240,250)
#FBF5FC
(251,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC3E8 color. Also use rgb(251,195,232) instead hex code.

Text Font Color

.myTextColor { color: #FBC3E8; }

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

This text font color is #FBC3E8.


Background Color

.myBgColor { background-color: #FBC3E8; }

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

This div background color is #FBC3E8.


Border color

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

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

This div border color is #FBC3E8.


Opacity

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

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

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

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

This text has shadow with #FBC3E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC3E8 on black background.


Color preview on white background

This text has color #FBC3E8 on white background.



Black color preview on #FBC3E8 background

This text has black color on #FBC3E8 background.


White color preview on #FBC3E8 background

This text has white color on #FBC3E8 background.