COLOR #FBC7CB

HEX: #FBC7CB
RGB: (251,199,203)

Color info

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

RGB color model

#FBC7CB color RGB value is (251,199,203).

  • red value is 251;
  • green value is 199;
  • blue value is 203.
RGB:
(251,199,203)
(98%,78%,80%)

RGB channels and saturation

R 251 of 255 = 98%
G 199 of 255 = 78%
B 203 of 255 = 80%

251
199
203

R + G + B ~ 85%. #FBC7CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 199 + 203 = 653 (100%)
R 251 of 653 ~ 38.44%
G 199 of 653 ~ 30.47%
B 203 of 653 ~ 31.09%

%38.44
%30.47
%31.09

CMYK color model

#FBC7CB color CMYK value is (0,21,19,2).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 19.12%
  • key color value is 1.57%
CMYK:
(0,21,19,2)
C0M21Y19K2 
(0%,21%,19%,2%)
(0.00/0.21/0.19/0.02)	

CMYK percentages

%0
%20.72
%19.12
%1.57

Codes

Color #FBC7CB in popluar color models

FBC7CB
RGB251199203
HSL355°86.67%88.24%
HSB/HSV355°20.72%98.43%
CMYK0.00%20.72%19.12%
1.57%

Color #FBC7CB in popluar number systems.

HEXFBC7CB
Decimal251199203
Binary111110111100011111001011
Octal373307313

Shades and tints

Shades of #FBC7CB

#FBC7CB
(251,199,203)
#E5B5B9
(229,181,185)
#CFA3A7
(207,163,167)
#B99195
(185,145,149)
#A37F83
(163,127,131)
#8D6D71
(141,109,113)
#775B5F
(119,91,95)
#61494D
(97,73,77)
#4B373B
(75,55,59)
#352529
(53,37,41)
#1F1317
(31,19,23)
#000000
(0,0,0)

Tints of #FBC7CB

#FBC7CB
(251,199,203)
#FBCCCF
(251,204,207)
#FBD1D3
(251,209,211)
#FBD6D7
(251,214,215)
#FBDBDB
(251,219,219)
#FBE0DF
(251,224,223)
#FBE5E3
(251,229,227)
#FBEAE7
(251,234,231)
#FBEFEB
(251,239,235)
#FBF4EF
(251,244,239)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC7CB color. Also use rgb(251,199,203) instead hex code.

Text Font Color

.myTextColor { color: #FBC7CB; }

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

This text font color is #FBC7CB.


Background Color

.myBgColor { background-color: #FBC7CB; }

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

This div background color is #FBC7CB.


Border color

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

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

This div border color is #FBC7CB.


Opacity

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

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

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

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

This text has shadow with #FBC7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC7CB on black background.


Color preview on white background

This text has color #FBC7CB on white background.



Black color preview on #FBC7CB background

This text has black color on #FBC7CB background.


White color preview on #FBC7CB background

This text has white color on #FBC7CB background.