COLOR #FBD2C8

HEX: #FBD2C8
RGB: (251,210,200)

Color info

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

RGB color model

#FBD2C8 color RGB value is (251,210,200).

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

RGB channels and saturation

R 251 of 255 = 98%
G 210 of 255 = 82%
B 200 of 255 = 78%

251
210
200

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

Portions of RGB colors in percentages

R + G + B =
251 + 210 + 200 = 661 (100%)
R 251 of 661 ~ 37.97%
G 210 of 661 ~ 31.77%
B 200 of 661 ~ 30.26%

%37.97
%31.77
%30.26

CMYK color model

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

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

Codes

Color #FBD2C8 in popluar color models

FBD2C8
RGB251210200
HSL12°86.44%88.43%
HSB/HSV12°20.32%98.43%
CMYK0.00%16.33%20.32%
1.57%

Color #FBD2C8 in popluar number systems.

HEXFBD2C8
Decimal251210200
Binary111110111101001011001000
Octal373322310

Shades and tints

Shades of #FBD2C8

#FBD2C8
(251,210,200)
#E5BFB6
(229,191,182)
#CFACA4
(207,172,164)
#B99992
(185,153,146)
#A38680
(163,134,128)
#8D736E
(141,115,110)
#77605C
(119,96,92)
#614D4A
(97,77,74)
#4B3A38
(75,58,56)
#352726
(53,39,38)
#1F1414
(31,20,20)
#000000
(0,0,0)

Tints of #FBD2C8

#FBD2C8
(251,210,200)
#FBD6CD
(251,214,205)
#FBDAD2
(251,218,210)
#FBDED7
(251,222,215)
#FBE2DC
(251,226,220)
#FBE6E1
(251,230,225)
#FBEAE6
(251,234,230)
#FBEEEB
(251,238,235)
#FBF2F0
(251,242,240)
#FBF6F5
(251,246,245)
#FBFAFA
(251,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD2C8; }

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

This text font color is #FBD2C8.


Background Color

.myBgColor { background-color: #FBD2C8; }

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

This div background color is #FBD2C8.


Border color

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

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

This div border color is #FBD2C8.


Opacity

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

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

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

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

This text has shadow with #FBD2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD2C8 on black background.


Color preview on white background

This text has color #FBD2C8 on white background.



Black color preview on #FBD2C8 background

This text has black color on #FBD2C8 background.


White color preview on #FBD2C8 background

This text has white color on #FBD2C8 background.