COLOR #FBC7EE

HEX: #FBC7EE
RGB: (251,199,238)

Color info

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

RGB color model

#FBC7EE color RGB value is (251,199,238).

  • red value is 251;
  • green value is 199;
  • blue value is 238.
RGB:
(251,199,238)
(98%,78%,93%)

RGB channels and saturation

R 251 of 255 = 98%
G 199 of 255 = 78%
B 238 of 255 = 93%

251
199
238

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

Portions of RGB colors in percentages

R + G + B =
251 + 199 + 238 = 688 (100%)
R 251 of 688 ~ 36.48%
G 199 of 688 ~ 28.92%
B 238 of 688 ~ 34.59%

%36.48
%28.92
%34.59

CMYK color model

#FBC7EE color CMYK value is (0,21,5,2).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 5.18%
  • key color value is 1.57%
CMYK:
(0,21,5,2)
C0M21Y5K2 
(0%,21%,5%,2%)
(0.00/0.21/0.05/0.02)	

CMYK percentages

%0
%20.72
%5.18
%1.57

Codes

Color #FBC7EE in popluar color models

FBC7EE
RGB251199238
HSL315°86.67%88.24%
HSB/HSV315°20.72%98.43%
CMYK0.00%20.72%5.18%
1.57%

Color #FBC7EE in popluar number systems.

HEXFBC7EE
Decimal251199238
Binary111110111100011111101110
Octal373307356

Shades and tints

Shades of #FBC7EE

#FBC7EE
(251,199,238)
#E5B5D9
(229,181,217)
#CFA3C4
(207,163,196)
#B991AF
(185,145,175)
#A37F9A
(163,127,154)
#8D6D85
(141,109,133)
#775B70
(119,91,112)
#61495B
(97,73,91)
#4B3746
(75,55,70)
#352531
(53,37,49)
#1F131C
(31,19,28)
#000000
(0,0,0)

Tints of #FBC7EE

#FBC7EE
(251,199,238)
#FBCCEF
(251,204,239)
#FBD1F0
(251,209,240)
#FBD6F1
(251,214,241)
#FBDBF2
(251,219,242)
#FBE0F3
(251,224,243)
#FBE5F4
(251,229,244)
#FBEAF5
(251,234,245)
#FBEFF6
(251,239,246)
#FBF4F7
(251,244,247)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC7EE; }

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

This text font color is #FBC7EE.


Background Color

.myBgColor { background-color: #FBC7EE; }

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

This div background color is #FBC7EE.


Border color

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

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

This div border color is #FBC7EE.


Opacity

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

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

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

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

This text has shadow with #FBC7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC7EE on black background.


Color preview on white background

This text has color #FBC7EE on white background.



Black color preview on #FBC7EE background

This text has black color on #FBC7EE background.


White color preview on #FBC7EE background

This text has white color on #FBC7EE background.