COLOR #FBC7DE

HEX: #FBC7DE
RGB: (251,199,222)

Color info

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

RGB color model

#FBC7DE color RGB value is (251,199,222).

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

RGB channels and saturation

R 251 of 255 = 98%
G 199 of 255 = 78%
B 222 of 255 = 87%

251
199
222

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

Portions of RGB colors in percentages

R + G + B =
251 + 199 + 222 = 672 (100%)
R 251 of 672 ~ 37.35%
G 199 of 672 ~ 29.61%
B 222 of 672 ~ 33.04%

%37.35
%29.61
%33.04

CMYK color model

#FBC7DE color CMYK value is (0,21,12,2).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 11.55%
  • key color value is 1.57%
CMYK:
(0,21,12,2)
C0M21Y12K2 
(0%,21%,12%,2%)
(0.00/0.21/0.12/0.02)	

CMYK percentages

%0
%20.72
%11.55
%1.57

Codes

Color #FBC7DE in popluar color models

FBC7DE
RGB251199222
HSL333°86.67%88.24%
HSB/HSV333°20.72%98.43%
CMYK0.00%20.72%11.55%
1.57%

Color #FBC7DE in popluar number systems.

HEXFBC7DE
Decimal251199222
Binary111110111100011111011110
Octal373307336

Shades and tints

Shades of #FBC7DE

#FBC7DE
(251,199,222)
#E5B5CA
(229,181,202)
#CFA3B6
(207,163,182)
#B991A2
(185,145,162)
#A37F8E
(163,127,142)
#8D6D7A
(141,109,122)
#775B66
(119,91,102)
#614952
(97,73,82)
#4B373E
(75,55,62)
#35252A
(53,37,42)
#1F1316
(31,19,22)
#000000
(0,0,0)

Tints of #FBC7DE

#FBC7DE
(251,199,222)
#FBCCE1
(251,204,225)
#FBD1E4
(251,209,228)
#FBD6E7
(251,214,231)
#FBDBEA
(251,219,234)
#FBE0ED
(251,224,237)
#FBE5F0
(251,229,240)
#FBEAF3
(251,234,243)
#FBEFF6
(251,239,246)
#FBF4F9
(251,244,249)
#FBF9FC
(251,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC7DE; }

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

This text font color is #FBC7DE.


Background Color

.myBgColor { background-color: #FBC7DE; }

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

This div background color is #FBC7DE.


Border color

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

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

This div border color is #FBC7DE.


Opacity

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

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

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

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

This text has shadow with #FBC7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC7DE on black background.


Color preview on white background

This text has color #FBC7DE on white background.



Black color preview on #FBC7DE background

This text has black color on #FBC7DE background.


White color preview on #FBC7DE background

This text has white color on #FBC7DE background.