COLOR #FBD7C8

HEX: #FBD7C8
RGB: (251,215,200)

Color info

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

RGB color model

#FBD7C8 color RGB value is (251,215,200).

  • red value is 251;
  • green value is 215;
  • blue value is 200.
RGB:
(251,215,200)
(98%,84%,78%)

RGB channels and saturation

R 251 of 255 = 98%
G 215 of 255 = 84%
B 200 of 255 = 78%

251
215
200

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

Portions of RGB colors in percentages

R + G + B =
251 + 215 + 200 = 666 (100%)
R 251 of 666 ~ 37.69%
G 215 of 666 ~ 32.28%
B 200 of 666 ~ 30.03%

%37.69
%32.28
%30.03

CMYK color model

#FBD7C8 color CMYK value is (0,14,20,2).

  • cyan value is 0.00%
  • magenta value is 14.34%
  • yellow value is 20.32%
  • key color value is 1.57%
CMYK:
(0,14,20,2)
C0M14Y20K2 
(0%,14%,20%,2%)
(0.00/0.14/0.20/0.02)	

CMYK percentages

%0
%14.34
%20.32
%1.57

Codes

Color #FBD7C8 in popluar color models

FBD7C8
RGB251215200
HSL18°86.44%88.43%
HSB/HSV18°20.32%98.43%
CMYK0.00%14.34%20.32%
1.57%

Color #FBD7C8 in popluar number systems.

HEXFBD7C8
Decimal251215200
Binary111110111101011111001000
Octal373327310

Shades and tints

Shades of #FBD7C8

#FBD7C8
(251,215,200)
#E5C4B6
(229,196,182)
#CFB1A4
(207,177,164)
#B99E92
(185,158,146)
#A38B80
(163,139,128)
#8D786E
(141,120,110)
#77655C
(119,101,92)
#61524A
(97,82,74)
#4B3F38
(75,63,56)
#352C26
(53,44,38)
#1F1914
(31,25,20)
#000000
(0,0,0)

Tints of #FBD7C8

#FBD7C8
(251,215,200)
#FBDACD
(251,218,205)
#FBDDD2
(251,221,210)
#FBE0D7
(251,224,215)
#FBE3DC
(251,227,220)
#FBE6E1
(251,230,225)
#FBE9E6
(251,233,230)
#FBECEB
(251,236,235)
#FBEFF0
(251,239,240)
#FBF2F5
(251,242,245)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD7C8; }

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

This text font color is #FBD7C8.


Background Color

.myBgColor { background-color: #FBD7C8; }

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

This div background color is #FBD7C8.


Border color

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

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

This div border color is #FBD7C8.


Opacity

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

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

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

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

This text has shadow with #FBD7C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD7C8 on black background.


Color preview on white background

This text has color #FBD7C8 on white background.



Black color preview on #FBD7C8 background

This text has black color on #FBD7C8 background.


White color preview on #FBD7C8 background

This text has white color on #FBD7C8 background.