COLOR #FBC7EA

HEX: #FBC7EA
RGB: (251,199,234)

Color info

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

RGB color model

#FBC7EA color RGB value is (251,199,234).

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

RGB channels and saturation

R 251 of 255 = 98%
G 199 of 255 = 78%
B 234 of 255 = 92%

251
199
234

R + G + B ~ 89%. #FBC7EA is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 199 + 234 = 684 (100%)
R 251 of 684 ~ 36.7%
G 199 of 684 ~ 29.09%
B 234 of 684 ~ 34.21%

%36.7
%29.09
%34.21

CMYK color model

#FBC7EA color CMYK value is (0,21,7,2).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 6.77%
  • key color value is 1.57%
CMYK:
(0,21,7,2)
C0M21Y7K2 
(0%,21%,7%,2%)
(0.00/0.21/0.07/0.02)	

CMYK percentages

%0
%20.72
%6.77
%1.57

Codes

Color #FBC7EA in popluar color models

FBC7EA
RGB251199234
HSL320°86.67%88.24%
HSB/HSV320°20.72%98.43%
CMYK0.00%20.72%6.77%
1.57%

Color #FBC7EA in popluar number systems.

HEXFBC7EA
Decimal251199234
Binary111110111100011111101010
Octal373307352

Shades and tints

Shades of #FBC7EA

#FBC7EA
(251,199,234)
#E5B5D5
(229,181,213)
#CFA3C0
(207,163,192)
#B991AB
(185,145,171)
#A37F96
(163,127,150)
#8D6D81
(141,109,129)
#775B6C
(119,91,108)
#614957
(97,73,87)
#4B3742
(75,55,66)
#35252D
(53,37,45)
#1F1318
(31,19,24)
#000000
(0,0,0)

Tints of #FBC7EA

#FBC7EA
(251,199,234)
#FBCCEB
(251,204,235)
#FBD1EC
(251,209,236)
#FBD6ED
(251,214,237)
#FBDBEE
(251,219,238)
#FBE0EF
(251,224,239)
#FBE5F0
(251,229,240)
#FBEAF1
(251,234,241)
#FBEFF2
(251,239,242)
#FBF4F3
(251,244,243)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC7EA; }

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

This text font color is #FBC7EA.


Background Color

.myBgColor { background-color: #FBC7EA; }

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

This div background color is #FBC7EA.


Border color

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

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

This div border color is #FBC7EA.


Opacity

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

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

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

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

This text has shadow with #FBC7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC7EA on black background.


Color preview on white background

This text has color #FBC7EA on white background.



Black color preview on #FBC7EA background

This text has black color on #FBC7EA background.


White color preview on #FBC7EA background

This text has white color on #FBC7EA background.