COLOR #FBCCE8

HEX: #FBCCE8
RGB: (251,204,232)

Color info

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

RGB color model

#FBCCE8 color RGB value is (251,204,232).

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

RGB channels and saturation

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

251
204
232

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

Portions of RGB colors in percentages

R + G + B =
251 + 204 + 232 = 687 (100%)
R 251 of 687 ~ 36.54%
G 204 of 687 ~ 29.69%
B 232 of 687 ~ 33.77%

%36.54
%29.69
%33.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.73%
  • yellow value is 7.57%
  • 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.57
%1.57

Codes

Color #FBCCE8 in popluar color models

FBCCE8
RGB251204232
HSL324°85.45%89.22%
HSB/HSV324°18.73%98.43%
CMYK0.00%18.73%7.57%
1.57%

Color #FBCCE8 in popluar number systems.

HEXFBCCE8
Decimal251204232
Binary111110111100110011101000
Octal373314350

Shades and tints

Shades of #FBCCE8

#FBCCE8
(251,204,232)
#E5BAD3
(229,186,211)
#CFA8BE
(207,168,190)
#B996A9
(185,150,169)
#A38494
(163,132,148)
#8D727F
(141,114,127)
#77606A
(119,96,106)
#614E55
(97,78,85)
#4B3C40
(75,60,64)
#352A2B
(53,42,43)
#1F1816
(31,24,22)
#000000
(0,0,0)

Tints of #FBCCE8

#FBCCE8
(251,204,232)
#FBD0EA
(251,208,234)
#FBD4EC
(251,212,236)
#FBD8EE
(251,216,238)
#FBDCF0
(251,220,240)
#FBE0F2
(251,224,242)
#FBE4F4
(251,228,244)
#FBE8F6
(251,232,246)
#FBECF8
(251,236,248)
#FBF0FA
(251,240,250)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCCE8; }

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

This text font color is #FBCCE8.


Background Color

.myBgColor { background-color: #FBCCE8; }

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

This div background color is #FBCCE8.


Border color

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

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

This div border color is #FBCCE8.


Opacity

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

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

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

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

This text has shadow with #FBCCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCCE8 on black background.


Color preview on white background

This text has color #FBCCE8 on white background.



Black color preview on #FBCCE8 background

This text has black color on #FBCCE8 background.


White color preview on #FBCCE8 background

This text has white color on #FBCCE8 background.