COLOR #FBC9F1

HEX: #FBC9F1
RGB: (251,201,241)

Color info

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

RGB color model

#FBC9F1 color RGB value is (251,201,241).

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

RGB channels and saturation

R 251 of 255 = 98%
G 201 of 255 = 79%
B 241 of 255 = 95%

251
201
241

R + G + B ~ 91%. #FBC9F1 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 201 + 241 = 693 (100%)
R 251 of 693 ~ 36.22%
G 201 of 693 ~ 29%
B 241 of 693 ~ 34.78%

%36.22
%29
%34.78

CMYK color model

#FBC9F1 color CMYK value is (0,20,4,2).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 3.98%
  • key color value is 1.57%
CMYK:
(0,20,4,2)
C0M20Y4K2 
(0%,20%,4%,2%)
(0.00/0.20/0.04/0.02)	

CMYK percentages

%0
%19.92
%3.98
%1.57

Codes

Color #FBC9F1 in popluar color models

FBC9F1
RGB251201241
HSL312°86.21%88.63%
HSB/HSV312°19.92%98.43%
CMYK0.00%19.92%3.98%
1.57%

Color #FBC9F1 in popluar number systems.

HEXFBC9F1
Decimal251201241
Binary111110111100100111110001
Octal373311361

Shades and tints

Shades of #FBC9F1

#FBC9F1
(251,201,241)
#E5B7DC
(229,183,220)
#CFA5C7
(207,165,199)
#B993B2
(185,147,178)
#A3819D
(163,129,157)
#8D6F88
(141,111,136)
#775D73
(119,93,115)
#614B5E
(97,75,94)
#4B3949
(75,57,73)
#352734
(53,39,52)
#1F151F
(31,21,31)
#000000
(0,0,0)

Tints of #FBC9F1

#FBC9F1
(251,201,241)
#FBCDF2
(251,205,242)
#FBD1F3
(251,209,243)
#FBD5F4
(251,213,244)
#FBD9F5
(251,217,245)
#FBDDF6
(251,221,246)
#FBE1F7
(251,225,247)
#FBE5F8
(251,229,248)
#FBE9F9
(251,233,249)
#FBEDFA
(251,237,250)
#FBF1FB
(251,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC9F1; }

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

This text font color is #FBC9F1.


Background Color

.myBgColor { background-color: #FBC9F1; }

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

This div background color is #FBC9F1.


Border color

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

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

This div border color is #FBC9F1.


Opacity

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

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

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

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

This text has shadow with #FBC9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC9F1 on black background.


Color preview on white background

This text has color #FBC9F1 on white background.



Black color preview on #FBC9F1 background

This text has black color on #FBC9F1 background.


White color preview on #FBC9F1 background

This text has white color on #FBC9F1 background.