COLOR #FBC9E8

HEX: #FBC9E8
RGB: (251,201,232)

Color info

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

RGB color model

#FBC9E8 color RGB value is (251,201,232).

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

RGB channels and saturation

R 251 of 255 = 98%
G 201 of 255 = 79%
B 232 of 255 = 91%

251
201
232

R + G + B ~ 89%. #FBC9E8 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 201 + 232 = 684 (100%)
R 251 of 684 ~ 36.7%
G 201 of 684 ~ 29.39%
B 232 of 684 ~ 33.92%

%36.7
%29.39
%33.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 7.57%
  • key color value is 1.57%
CMYK:
(0,20,8,2)
C0M20Y8K2 
(0%,20%,8%,2%)
(0.00/0.20/0.08/0.02)	

CMYK percentages

%0
%19.92
%7.57
%1.57

Codes

Color #FBC9E8 in popluar color models

FBC9E8
RGB251201232
HSL323°86.21%88.63%
HSB/HSV323°19.92%98.43%
CMYK0.00%19.92%7.57%
1.57%

Color #FBC9E8 in popluar number systems.

HEXFBC9E8
Decimal251201232
Binary111110111100100111101000
Octal373311350

Shades and tints

Shades of #FBC9E8

#FBC9E8
(251,201,232)
#E5B7D3
(229,183,211)
#CFA5BE
(207,165,190)
#B993A9
(185,147,169)
#A38194
(163,129,148)
#8D6F7F
(141,111,127)
#775D6A
(119,93,106)
#614B55
(97,75,85)
#4B3940
(75,57,64)
#35272B
(53,39,43)
#1F1516
(31,21,22)
#000000
(0,0,0)

Tints of #FBC9E8

#FBC9E8
(251,201,232)
#FBCDEA
(251,205,234)
#FBD1EC
(251,209,236)
#FBD5EE
(251,213,238)
#FBD9F0
(251,217,240)
#FBDDF2
(251,221,242)
#FBE1F4
(251,225,244)
#FBE5F6
(251,229,246)
#FBE9F8
(251,233,248)
#FBEDFA
(251,237,250)
#FBF1FC
(251,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC9E8; }

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

This text font color is #FBC9E8.


Background Color

.myBgColor { background-color: #FBC9E8; }

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

This div background color is #FBC9E8.


Border color

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

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

This div border color is #FBC9E8.


Opacity

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

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

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

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

This text has shadow with #FBC9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC9E8 on black background.


Color preview on white background

This text has color #FBC9E8 on white background.



Black color preview on #FBC9E8 background

This text has black color on #FBC9E8 background.


White color preview on #FBC9E8 background

This text has white color on #FBC9E8 background.