COLOR #FBCCE7

HEX: #FBCCE7
RGB: (251,204,231)

Color info

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

RGB color model

#FBCCE7 color RGB value is (251,204,231).

  • red value is 251;
  • green value is 204;
  • blue value is 231.
RGB:
(251,204,231)
(98%,80%,91%)

RGB channels and saturation

R 251 of 255 = 98%
G 204 of 255 = 80%
B 231 of 255 = 91%

251
204
231

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

Portions of RGB colors in percentages

R + G + B =
251 + 204 + 231 = 686 (100%)
R 251 of 686 ~ 36.59%
G 204 of 686 ~ 29.74%
B 231 of 686 ~ 33.67%

%36.59
%29.74
%33.67

CMYK color model

#FBCCE7 color CMYK value is (0,19,8,2).

  • cyan value is 0.00%
  • magenta value is 18.73%
  • yellow value is 7.97%
  • key color value is 1.57%
CMYK:
(0,19,8,2)
C0M19Y8K2 
(0%,19%,8%,2%)
(0.00/0.19/0.08/0.02)	

CMYK percentages

%0
%18.73
%7.97
%1.57

Codes

Color #FBCCE7 in popluar color models

FBCCE7
RGB251204231
HSL326°85.45%89.22%
HSB/HSV326°18.73%98.43%
CMYK0.00%18.73%7.97%
1.57%

Color #FBCCE7 in popluar number systems.

HEXFBCCE7
Decimal251204231
Binary111110111100110011100111
Octal373314347

Shades and tints

Shades of #FBCCE7

#FBCCE7
(251,204,231)
#E5BAD2
(229,186,210)
#CFA8BD
(207,168,189)
#B996A8
(185,150,168)
#A38493
(163,132,147)
#8D727E
(141,114,126)
#776069
(119,96,105)
#614E54
(97,78,84)
#4B3C3F
(75,60,63)
#352A2A
(53,42,42)
#1F1815
(31,24,21)
#000000
(0,0,0)

Tints of #FBCCE7

#FBCCE7
(251,204,231)
#FBD0E9
(251,208,233)
#FBD4EB
(251,212,235)
#FBD8ED
(251,216,237)
#FBDCEF
(251,220,239)
#FBE0F1
(251,224,241)
#FBE4F3
(251,228,243)
#FBE8F5
(251,232,245)
#FBECF7
(251,236,247)
#FBF0F9
(251,240,249)
#FBF4FB
(251,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBCCE7 color. Also use rgb(251,204,231) instead hex code.

Text Font Color

.myTextColor { color: #FBCCE7; }

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

This text font color is #FBCCE7.


Background Color

.myBgColor { background-color: #FBCCE7; }

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

This div background color is #FBCCE7.


Border color

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

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

This div border color is #FBCCE7.


Opacity

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

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

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

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

This text has shadow with #FBCCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCCE7 on black background.


Color preview on white background

This text has color #FBCCE7 on white background.



Black color preview on #FBCCE7 background

This text has black color on #FBCCE7 background.


White color preview on #FBCCE7 background

This text has white color on #FBCCE7 background.