COLOR #FBC3E4

HEX: #FBC3E4
RGB: (251,195,228)

Color info

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

RGB color model

#FBC3E4 color RGB value is (251,195,228).

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

RGB channels and saturation

R 251 of 255 = 98%
G 195 of 255 = 76%
B 228 of 255 = 89%

251
195
228

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

Portions of RGB colors in percentages

R + G + B =
251 + 195 + 228 = 674 (100%)
R 251 of 674 ~ 37.24%
G 195 of 674 ~ 28.93%
B 228 of 674 ~ 33.83%

%37.24
%28.93
%33.83

CMYK color model

#FBC3E4 color CMYK value is (0,22,9,2).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 9.16%
  • key color value is 1.57%
CMYK:
(0,22,9,2)
C0M22Y9K2 
(0%,22%,9%,2%)
(0.00/0.22/0.09/0.02)	

CMYK percentages

%0
%22.31
%9.16
%1.57

Codes

Color #FBC3E4 in popluar color models

FBC3E4
RGB251195228
HSL325°87.50%87.45%
HSB/HSV325°22.31%98.43%
CMYK0.00%22.31%9.16%
1.57%

Color #FBC3E4 in popluar number systems.

HEXFBC3E4
Decimal251195228
Binary111110111100001111100100
Octal373303344

Shades and tints

Shades of #FBC3E4

#FBC3E4
(251,195,228)
#E5B2D0
(229,178,208)
#CFA1BC
(207,161,188)
#B990A8
(185,144,168)
#A37F94
(163,127,148)
#8D6E80
(141,110,128)
#775D6C
(119,93,108)
#614C58
(97,76,88)
#4B3B44
(75,59,68)
#352A30
(53,42,48)
#1F191C
(31,25,28)
#000000
(0,0,0)

Tints of #FBC3E4

#FBC3E4
(251,195,228)
#FBC8E6
(251,200,230)
#FBCDE8
(251,205,232)
#FBD2EA
(251,210,234)
#FBD7EC
(251,215,236)
#FBDCEE
(251,220,238)
#FBE1F0
(251,225,240)
#FBE6F2
(251,230,242)
#FBEBF4
(251,235,244)
#FBF0F6
(251,240,246)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC3E4; }

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

This text font color is #FBC3E4.


Background Color

.myBgColor { background-color: #FBC3E4; }

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

This div background color is #FBC3E4.


Border color

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

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

This div border color is #FBC3E4.


Opacity

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

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

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

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

This text has shadow with #FBC3E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC3E4 on black background.


Color preview on white background

This text has color #FBC3E4 on white background.



Black color preview on #FBC3E4 background

This text has black color on #FBC3E4 background.


White color preview on #FBC3E4 background

This text has white color on #FBC3E4 background.