COLOR #FBC9DE

HEX: #FBC9DE RGB: (251,201,222)

Color info

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

RGB color model

#FBC9DE color RGB value is (251,201,222).

RGB: (251,201,222) (98%, 79%, 87%)

RGB channels and saturation

R 251 of 255 = 98%
G 201 of 255 = 79%
B 222 of 255 = 87%

251
201
222

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

Portions of RGB colors in percentages

R + G + B = 251 + 201 + 222 = 674 (100%)
R 251 of 674 ~ 37.24%
G 201 of 674 ~ 29.82%
B 222 of 674 ~ 32.94'%

%37.24
%29.82
%32.94

CMYK color model

#FBC9DE color CMYK value is (0,20,12,2).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 11.55%
  • key color value is 1.57%

CMYK: (0,20,12,2)
C0M20Y12K2 (0%, 20%, 12%, 2%)
(0.00 / 0.20 / 0.12 / 0.02)

CMYK percentages

%0
%19.92
%11.55
%1.57

Codes

Color #FBC9DE in popluar color models

FB C9 DE
RGB 251 201 222
HSL 335° 86.21% 88.63%
HSB/HSV 335° 19.92% 98.43%
CMYK 0.00% 19.92% 11.55%
1.57%

Color #FBC9DE in popluar number systems.

HEX FB C9 DE
Decimal 251 201 222
Binary 11111011 11001001 11011110
Octal 373 311 336

Shades and tints

Shades of #FBC9DE

#FBC9DE
(251,201,222)
#E5B7CA
(229,183,202)
#CFA5B6
(207,165,182)
#B993A2
(185,147,162)
#A3818E
(163,129,142)
#8D6F7A
(141,111,122)
#775D66
(119,93,102)
#614B52
(97,75,82)
#4B393E
(75,57,62)
#35272A
(53,39,42)
#1F1516
(31,21,22)
#000000
(0,0,0)

Tints of #FBC9DE

#FBC9DE
(251,201,222)
#FBCDE1
(251,205,225)
#FBD1E4
(251,209,228)
#FBD5E7
(251,213,231)
#FBD9EA
(251,217,234)
#FBDDED
(251,221,237)
#FBE1F0
(251,225,240)
#FBE5F3
(251,229,243)
#FBE9F6
(251,233,246)
#FBEDF9
(251,237,249)
#FBF1FC
(251,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC9DE; }

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

This text font color is #FBC9DE.

Background Color

.myBgColor { background-color: #FBC9DE; }

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

This div background color is #FBC9DE.

Border color

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

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

This div border color is #FBC9DE.

Opacity

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

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

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

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

This text has shadow with #FBC9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC9DE.

Preview

Color preview on black background

This text has color #FBC9DE on black background.


Color preview on white background

This text has color #FBC9DE on white background.


Black color preview on #FBC9DE background

This text has black color on #FBC9DE background.


White color preview on #FBC9DE background

This text has white color on #FBC9DE background.


Related colors

Complementary color

Complementary color for #hex is #043621.


I love getcolorcode.com

Triadic colors

1 #DEFBC9 and #C9DEFB with #FBC9DE are triadic colors.

2 #DEC9FB and #C9FBDE with #FBC9DE are triadic colors.