COLOR #FBC8CE

HEX: #FBC8CE RGB: (251,200,206)

Color info

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

RGB color model

#FBC8CE color RGB value is (251,200,206).

RGB: (251,200,206) (98%, 78%, 81%)

RGB channels and saturation

R 251 of 255 = 98%
G 200 of 255 = 78%
B 206 of 255 = 81%

251
200
206

R + G + B ~ 86%. #FBC8CE is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 200 + 206 = 657 (100%)
R 251 of 657 ~ 38.2%
G 200 of 657 ~ 30.44%
B 206 of 657 ~ 31.35'%

%38.2
%30.44
%31.35

CMYK color model

#FBC8CE color CMYK value is (0,20,18,2).

  • cyan value is 0.00%
  • magenta value is 20.32%
  • yellow value is 17.93%
  • key color value is 1.57%
CMYK: (0,20,18,2) C0M20Y18K2 (0%,20%,18%,2%) (0.00/0.20/0.18/0.02) 

CMYK percentages

%0
%20.32
%17.93
%1.57

Codes

Color #FBC8CE in popluar color models

FB C8 CE
RGB 251 200 206
HSL 353° 86.44% 88.43%
HSB/HSV 353° 20.32% 98.43%
CMYK 0.00% 20.32% 17.93%
1.57%

Color #FBC8CE in popluar number systems.

HEX FB C8 CE
Decimal 251 200 206
Binary 11111011 11001000 11001110
Octal 373 310 316

Shades and tints

Shades of #FBC8CE

#FBC8CE
(251,200,206)
#E5B6BC
(229,182,188)
#CFA4AA
(207,164,170)
#B99298
(185,146,152)
#A38086
(163,128,134)
#8D6E74
(141,110,116)
#775C62
(119,92,98)
#614A50
(97,74,80)
#4B383E
(75,56,62)
#35262C
(53,38,44)
#1F141A
(31,20,26)
#000000
(0,0,0)

Tints of #FBC8CE

#FBC8CE
(251,200,206)
#FBCDD2
(251,205,210)
#FBD2D6
(251,210,214)
#FBD7DA
(251,215,218)
#FBDCDE
(251,220,222)
#FBE1E2
(251,225,226)
#FBE6E6
(251,230,230)
#FBEBEA
(251,235,234)
#FBF0EE
(251,240,238)
#FBF5F2
(251,245,242)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC8CE; }

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

This text font color is #FBC8CE.

Background Color

.myBgColor { background-color: #FBC8CE; }

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

This div background color is #FBC8CE.

Border color

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

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

This div border color is #FBC8CE.

Opacity

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

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

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

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

This text has shadow with #FBC8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC8CE.

Preview

Color preview on black background

This text has color #FBC8CE on black background.


Color preview on white background

This text has color #FBC8CE on white background.


Black color preview on #FBC8CE background

This text has black color on #FBC8CE background.


White color preview on #FBC8CE background

This text has white color on #FBC8CE background.


Related colors

Complementary color

Complementary color for #hex is #043731.


I love getcolorcode.com

Triadic colors

1 #CEFBC8 and #C8CEFB with #FBC8CE are triadic colors.

2 #CEC8FB and #C8FBCE with #FBC8CE are triadic colors.