COLOR #FBD0DC

HEX: #FBD0DC
RGB: (251,208,220)

Color info

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

RGB color model

#FBD0DC color RGB value is (251,208,220).

  • red value is 251;
  • green value is 208;
  • blue value is 220.
RGB:
(251,208,220)
(98%,82%,86%)

RGB channels and saturation

R 251 of 255 = 98%
G 208 of 255 = 82%
B 220 of 255 = 86%

251
208
220

R + G + B ~ 89%. #FBD0DC is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 208 + 220 = 679 (100%)
R 251 of 679 ~ 36.97%
G 208 of 679 ~ 30.63%
B 220 of 679 ~ 32.4%

%36.97
%30.63
%32.4

CMYK color model

#FBD0DC color CMYK value is (0,17,12,2).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 12.35%
  • key color value is 1.57%
CMYK:
(0,17,12,2)
C0M17Y12K2 
(0%,17%,12%,2%)
(0.00/0.17/0.12/0.02)	

CMYK percentages

%0
%17.13
%12.35
%1.57

Codes

Color #FBD0DC in popluar color models

FBD0DC
RGB251208220
HSL343°84.31%90.00%
HSB/HSV343°17.13%98.43%
CMYK0.00%17.13%12.35%
1.57%

Color #FBD0DC in popluar number systems.

HEXFBD0DC
Decimal251208220
Binary111110111101000011011100
Octal373320334

Shades and tints

Shades of #FBD0DC

#FBD0DC
(251,208,220)
#E5BEC8
(229,190,200)
#CFACB4
(207,172,180)
#B99AA0
(185,154,160)
#A3888C
(163,136,140)
#8D7678
(141,118,120)
#776464
(119,100,100)
#615250
(97,82,80)
#4B403C
(75,64,60)
#352E28
(53,46,40)
#1F1C14
(31,28,20)
#000000
(0,0,0)

Tints of #FBD0DC

#FBD0DC
(251,208,220)
#FBD4DF
(251,212,223)
#FBD8E2
(251,216,226)
#FBDCE5
(251,220,229)
#FBE0E8
(251,224,232)
#FBE4EB
(251,228,235)
#FBE8EE
(251,232,238)
#FBECF1
(251,236,241)
#FBF0F4
(251,240,244)
#FBF4F7
(251,244,247)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD0DC color. Also use rgb(251,208,220) instead hex code.

Text Font Color

.myTextColor { color: #FBD0DC; }

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

This text font color is #FBD0DC.


Background Color

.myBgColor { background-color: #FBD0DC; }

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

This div background color is #FBD0DC.


Border color

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

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

This div border color is #FBD0DC.


Opacity

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

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

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

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

This text has shadow with #FBD0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD0DC on black background.


Color preview on white background

This text has color #FBD0DC on white background.



Black color preview on #FBD0DC background

This text has black color on #FBD0DC background.


White color preview on #FBD0DC background

This text has white color on #FBD0DC background.