COLOR #FBCED3

HEX: #FBCED3
RGB: (251,206,211)

Color info

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

RGB color model

#FBCED3 color RGB value is (251,206,211).

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

RGB channels and saturation

R 251 of 255 = 98%
G 206 of 255 = 81%
B 211 of 255 = 83%

251
206
211

R + G + B ~ 87%. #FBCED3 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 206 + 211 = 668 (100%)
R 251 of 668 ~ 37.57%
G 206 of 668 ~ 30.84%
B 211 of 668 ~ 31.59%

%37.57
%30.84
%31.59

CMYK color model

#FBCED3 color CMYK value is (0,18,16,2).

  • cyan value is 0.00%
  • magenta value is 17.93%
  • yellow value is 15.94%
  • key color value is 1.57%
CMYK:
(0,18,16,2)
C0M18Y16K2 
(0%,18%,16%,2%)
(0.00/0.18/0.16/0.02)	

CMYK percentages

%0
%17.93
%15.94
%1.57

Codes

Color #FBCED3 in popluar color models

FBCED3
RGB251206211
HSL353°84.91%89.61%
HSB/HSV353°17.93%98.43%
CMYK0.00%17.93%15.94%
1.57%

Color #FBCED3 in popluar number systems.

HEXFBCED3
Decimal251206211
Binary111110111100111011010011
Octal373316323

Shades and tints

Shades of #FBCED3

#FBCED3
(251,206,211)
#E5BCC0
(229,188,192)
#CFAAAD
(207,170,173)
#B9989A
(185,152,154)
#A38687
(163,134,135)
#8D7474
(141,116,116)
#776261
(119,98,97)
#61504E
(97,80,78)
#4B3E3B
(75,62,59)
#352C28
(53,44,40)
#1F1A15
(31,26,21)
#000000
(0,0,0)

Tints of #FBCED3

#FBCED3
(251,206,211)
#FBD2D7
(251,210,215)
#FBD6DB
(251,214,219)
#FBDADF
(251,218,223)
#FBDEE3
(251,222,227)
#FBE2E7
(251,226,231)
#FBE6EB
(251,230,235)
#FBEAEF
(251,234,239)
#FBEEF3
(251,238,243)
#FBF2F7
(251,242,247)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCED3; }

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

This text font color is #FBCED3.


Background Color

.myBgColor { background-color: #FBCED3; }

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

This div background color is #FBCED3.


Border color

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

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

This div border color is #FBCED3.


Opacity

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

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

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

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

This text has shadow with #FBCED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCED3 on black background.


Color preview on white background

This text has color #FBCED3 on white background.



Black color preview on #FBCED3 background

This text has black color on #FBCED3 background.


White color preview on #FBCED3 background

This text has white color on #FBCED3 background.