COLOR #FBC9D8

HEX: #FBC9D8
RGB: (251,201,216)

Color info

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

RGB color model

#FBC9D8 color RGB value is (251,201,216).

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

RGB channels and saturation

R 251 of 255 = 98%
G 201 of 255 = 79%
B 216 of 255 = 85%

251
201
216

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

Portions of RGB colors in percentages

R + G + B =
251 + 201 + 216 = 668 (100%)
R 251 of 668 ~ 37.57%
G 201 of 668 ~ 30.09%
B 216 of 668 ~ 32.34%

%37.57
%30.09
%32.34

CMYK color model

#FBC9D8 color CMYK value is (0,20,14,2).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 13.94%
  • key color value is 1.57%
CMYK:
(0,20,14,2)
C0M20Y14K2 
(0%,20%,14%,2%)
(0.00/0.20/0.14/0.02)	

CMYK percentages

%0
%19.92
%13.94
%1.57

Codes

Color #FBC9D8 in popluar color models

FBC9D8
RGB251201216
HSL342°86.21%88.63%
HSB/HSV342°19.92%98.43%
CMYK0.00%19.92%13.94%
1.57%

Color #FBC9D8 in popluar number systems.

HEXFBC9D8
Decimal251201216
Binary111110111100100111011000
Octal373311330

Shades and tints

Shades of #FBC9D8

#FBC9D8
(251,201,216)
#E5B7C5
(229,183,197)
#CFA5B2
(207,165,178)
#B9939F
(185,147,159)
#A3818C
(163,129,140)
#8D6F79
(141,111,121)
#775D66
(119,93,102)
#614B53
(97,75,83)
#4B3940
(75,57,64)
#35272D
(53,39,45)
#1F151A
(31,21,26)
#000000
(0,0,0)

Tints of #FBC9D8

#FBC9D8
(251,201,216)
#FBCDDB
(251,205,219)
#FBD1DE
(251,209,222)
#FBD5E1
(251,213,225)
#FBD9E4
(251,217,228)
#FBDDE7
(251,221,231)
#FBE1EA
(251,225,234)
#FBE5ED
(251,229,237)
#FBE9F0
(251,233,240)
#FBEDF3
(251,237,243)
#FBF1F6
(251,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC9D8; }

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

This text font color is #FBC9D8.


Background Color

.myBgColor { background-color: #FBC9D8; }

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

This div background color is #FBC9D8.


Border color

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

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

This div border color is #FBC9D8.


Opacity

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

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

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

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

This text has shadow with #FBC9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC9D8 on black background.


Color preview on white background

This text has color #FBC9D8 on white background.



Black color preview on #FBC9D8 background

This text has black color on #FBC9D8 background.


White color preview on #FBC9D8 background

This text has white color on #FBC9D8 background.