COLOR #FBCEDD

HEX: #FBCEDD
RGB: (251,206,221)

Color info

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

RGB color model

#FBCEDD color RGB value is (251,206,221).

  • red value is 251;
  • green value is 206;
  • blue value is 221.
RGB:
(251,206,221)
(98%,81%,87%)

RGB channels and saturation

R 251 of 255 = 98%
G 206 of 255 = 81%
B 221 of 255 = 87%

251
206
221

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

Portions of RGB colors in percentages

R + G + B =
251 + 206 + 221 = 678 (100%)
R 251 of 678 ~ 37.02%
G 206 of 678 ~ 30.38%
B 221 of 678 ~ 32.6%

%37.02
%30.38
%32.6

CMYK color model

#FBCEDD color CMYK value is (0,18,12,2).

  • cyan value is 0.00%
  • magenta value is 17.93%
  • yellow value is 11.95%
  • key color value is 1.57%
CMYK:
(0,18,12,2)
C0M18Y12K2 
(0%,18%,12%,2%)
(0.00/0.18/0.12/0.02)	

CMYK percentages

%0
%17.93
%11.95
%1.57

Codes

Color #FBCEDD in popluar color models

FBCEDD
RGB251206221
HSL340°84.91%89.61%
HSB/HSV340°17.93%98.43%
CMYK0.00%17.93%11.95%
1.57%

Color #FBCEDD in popluar number systems.

HEXFBCEDD
Decimal251206221
Binary111110111100111011011101
Octal373316335

Shades and tints

Shades of #FBCEDD

#FBCEDD
(251,206,221)
#E5BCC9
(229,188,201)
#CFAAB5
(207,170,181)
#B998A1
(185,152,161)
#A3868D
(163,134,141)
#8D7479
(141,116,121)
#776265
(119,98,101)
#615051
(97,80,81)
#4B3E3D
(75,62,61)
#352C29
(53,44,41)
#1F1A15
(31,26,21)
#000000
(0,0,0)

Tints of #FBCEDD

#FBCEDD
(251,206,221)
#FBD2E0
(251,210,224)
#FBD6E3
(251,214,227)
#FBDAE6
(251,218,230)
#FBDEE9
(251,222,233)
#FBE2EC
(251,226,236)
#FBE6EF
(251,230,239)
#FBEAF2
(251,234,242)
#FBEEF5
(251,238,245)
#FBF2F8
(251,242,248)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBCEDD color. Also use rgb(251,206,221) instead hex code.

Text Font Color

.myTextColor { color: #FBCEDD; }

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

This text font color is #FBCEDD.


Background Color

.myBgColor { background-color: #FBCEDD; }

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

This div background color is #FBCEDD.


Border color

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

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

This div border color is #FBCEDD.


Opacity

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

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

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

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

This text has shadow with #FBCEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCEDD on black background.


Color preview on white background

This text has color #FBCEDD on white background.



Black color preview on #FBCEDD background

This text has black color on #FBCEDD background.


White color preview on #FBCEDD background

This text has white color on #FBCEDD background.