COLOR #FBC9EE

HEX: #FBC9EE RGB: (251,201,238)

Color info

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

RGB color model

#FBC9EE color RGB value is (251,201,238).

RGB: (251,201,238) (98%, 79%, 93%)

RGB channels and saturation

R 251 of 255 = 98%
G 201 of 255 = 79%
B 238 of 255 = 93%

251
201
238

R + G + B ~ 90%. #FBC9EE is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 201 + 238 = 690 (100%)
R 251 of 690 ~ 36.38%
G 201 of 690 ~ 29.13%
B 238 of 690 ~ 34.49'%

%36.38
%29.13
%34.49

CMYK color model

#FBC9EE color CMYK value is (0,20,5,2).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 5.18%
  • key color value is 1.57%
CMYK: (0,20,5,2) C0M20Y5K2 (0%,20%,5%,2%) (0.00/0.20/0.05/0.02) 

CMYK percentages

%0
%19.92
%5.18
%1.57

Codes

Color #FBC9EE in popluar color models

FB C9 EE
RGB 251 201 238
HSL 316° 86.21% 88.63%
HSB/HSV 316° 19.92% 98.43%
CMYK 0.00% 19.92% 5.18%
1.57%

Color #FBC9EE in popluar number systems.

HEX FB C9 EE
Decimal 251 201 238
Binary 11111011 11001001 11101110
Octal 373 311 356

Shades and tints

Shades of #FBC9EE

#FBC9EE
(251,201,238)
#E5B7D9
(229,183,217)
#CFA5C4
(207,165,196)
#B993AF
(185,147,175)
#A3819A
(163,129,154)
#8D6F85
(141,111,133)
#775D70
(119,93,112)
#614B5B
(97,75,91)
#4B3946
(75,57,70)
#352731
(53,39,49)
#1F151C
(31,21,28)
#000000
(0,0,0)

Tints of #FBC9EE

#FBC9EE
(251,201,238)
#FBCDEF
(251,205,239)
#FBD1F0
(251,209,240)
#FBD5F1
(251,213,241)
#FBD9F2
(251,217,242)
#FBDDF3
(251,221,243)
#FBE1F4
(251,225,244)
#FBE5F5
(251,229,245)
#FBE9F6
(251,233,246)
#FBEDF7
(251,237,247)
#FBF1F8
(251,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC9EE; }

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

This text font color is #FBC9EE.

Background Color

.myBgColor { background-color: #FBC9EE; }

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

This div background color is #FBC9EE.

Border color

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

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

This div border color is #FBC9EE.

Opacity

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

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

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

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

This text has shadow with #FBC9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC9EE.

Preview

Color preview on black background

This text has color #FBC9EE on black background.


Color preview on white background

This text has color #FBC9EE on white background.


Black color preview on #FBC9EE background

This text has black color on #FBC9EE background.


White color preview on #FBC9EE background

This text has white color on #FBC9EE background.


Related colors

Complementary color

Complementary color for #hex is #043611.


I love getcolorcode.com

Triadic colors

1 #EEFBC9 and #C9EEFB with #FBC9EE are triadic colors.

2 #EEC9FB and #C9FBEE with #FBC9EE are triadic colors.