COLOR #FBCED2

HEX: #FBCED2
RGB: (251,206,210)

Color info

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

RGB color model

#FBCED2 color RGB value is (251,206,210).

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

RGB channels and saturation

R 251 of 255 = 98%
G 206 of 255 = 81%
B 210 of 255 = 82%

251
206
210

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

Portions of RGB colors in percentages

R + G + B =
251 + 206 + 210 = 667 (100%)
R 251 of 667 ~ 37.63%
G 206 of 667 ~ 30.88%
B 210 of 667 ~ 31.48%

%37.63
%30.88
%31.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.93%
  • yellow value is 16.33%
  • 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
%16.33
%1.57

Codes

Color #FBCED2 in popluar color models

FBCED2
RGB251206210
HSL355°84.91%89.61%
HSB/HSV355°17.93%98.43%
CMYK0.00%17.93%16.33%
1.57%

Color #FBCED2 in popluar number systems.

HEXFBCED2
Decimal251206210
Binary111110111100111011010010
Octal373316322

Shades and tints

Shades of #FBCED2

#FBCED2
(251,206,210)
#E5BCBF
(229,188,191)
#CFAAAC
(207,170,172)
#B99899
(185,152,153)
#A38686
(163,134,134)
#8D7473
(141,116,115)
#776260
(119,98,96)
#61504D
(97,80,77)
#4B3E3A
(75,62,58)
#352C27
(53,44,39)
#1F1A14
(31,26,20)
#000000
(0,0,0)

Tints of #FBCED2

#FBCED2
(251,206,210)
#FBD2D6
(251,210,214)
#FBD6DA
(251,214,218)
#FBDADE
(251,218,222)
#FBDEE2
(251,222,226)
#FBE2E6
(251,226,230)
#FBE6EA
(251,230,234)
#FBEAEE
(251,234,238)
#FBEEF2
(251,238,242)
#FBF2F6
(251,242,246)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCED2; }

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

This text font color is #FBCED2.


Background Color

.myBgColor { background-color: #FBCED2; }

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

This div background color is #FBCED2.


Border color

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

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

This div border color is #FBCED2.


Opacity

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

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

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

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

This text has shadow with #FBCED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCED2 on black background.


Color preview on white background

This text has color #FBCED2 on white background.



Black color preview on #FBCED2 background

This text has black color on #FBCED2 background.


White color preview on #FBCED2 background

This text has white color on #FBCED2 background.