COLOR #FBD4C8

HEX: #FBD4C8
RGB: (251,212,200)

Color info

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

RGB color model

#FBD4C8 color RGB value is (251,212,200).

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

RGB channels and saturation

R 251 of 255 = 98%
G 212 of 255 = 83%
B 200 of 255 = 78%

251
212
200

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

Portions of RGB colors in percentages

R + G + B =
251 + 212 + 200 = 663 (100%)
R 251 of 663 ~ 37.86%
G 212 of 663 ~ 31.98%
B 200 of 663 ~ 30.17%

%37.86
%31.98
%30.17

CMYK color model

#FBD4C8 color CMYK value is (0,16,20,2).

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 20.32%
  • key color value is 1.57%
CMYK:
(0,16,20,2)
C0M16Y20K2 
(0%,16%,20%,2%)
(0.00/0.16/0.20/0.02)	

CMYK percentages

%0
%15.54
%20.32
%1.57

Codes

Color #FBD4C8 in popluar color models

FBD4C8
RGB251212200
HSL14°86.44%88.43%
HSB/HSV14°20.32%98.43%
CMYK0.00%15.54%20.32%
1.57%

Color #FBD4C8 in popluar number systems.

HEXFBD4C8
Decimal251212200
Binary111110111101010011001000
Octal373324310

Shades and tints

Shades of #FBD4C8

#FBD4C8
(251,212,200)
#E5C1B6
(229,193,182)
#CFAEA4
(207,174,164)
#B99B92
(185,155,146)
#A38880
(163,136,128)
#8D756E
(141,117,110)
#77625C
(119,98,92)
#614F4A
(97,79,74)
#4B3C38
(75,60,56)
#352926
(53,41,38)
#1F1614
(31,22,20)
#000000
(0,0,0)

Tints of #FBD4C8

#FBD4C8
(251,212,200)
#FBD7CD
(251,215,205)
#FBDAD2
(251,218,210)
#FBDDD7
(251,221,215)
#FBE0DC
(251,224,220)
#FBE3E1
(251,227,225)
#FBE6E6
(251,230,230)
#FBE9EB
(251,233,235)
#FBECF0
(251,236,240)
#FBEFF5
(251,239,245)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD4C8; }

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

This text font color is #FBD4C8.


Background Color

.myBgColor { background-color: #FBD4C8; }

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

This div background color is #FBD4C8.


Border color

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

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

This div border color is #FBD4C8.


Opacity

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

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

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

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

This text has shadow with #FBD4C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD4C8 on black background.


Color preview on white background

This text has color #FBD4C8 on white background.



Black color preview on #FBD4C8 background

This text has black color on #FBD4C8 background.


White color preview on #FBD4C8 background

This text has white color on #FBD4C8 background.