COLOR #FBC5DC

HEX: #FBC5DC
RGB: (251,197,220)

Color info

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

RGB color model

#FBC5DC color RGB value is (251,197,220).

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

RGB channels and saturation

R 251 of 255 = 98%
G 197 of 255 = 77%
B 220 of 255 = 86%

251
197
220

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

Portions of RGB colors in percentages

R + G + B =
251 + 197 + 220 = 668 (100%)
R 251 of 668 ~ 37.57%
G 197 of 668 ~ 29.49%
B 220 of 668 ~ 32.93%

%37.57
%29.49
%32.93

CMYK color model

#FBC5DC color CMYK value is (0,22,12,2).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 12.35%
  • key color value is 1.57%
CMYK:
(0,22,12,2)
C0M22Y12K2 
(0%,22%,12%,2%)
(0.00/0.22/0.12/0.02)	

CMYK percentages

%0
%21.51
%12.35
%1.57

Codes

Color #FBC5DC in popluar color models

FBC5DC
RGB251197220
HSL334°87.10%87.84%
HSB/HSV334°21.51%98.43%
CMYK0.00%21.51%12.35%
1.57%

Color #FBC5DC in popluar number systems.

HEXFBC5DC
Decimal251197220
Binary111110111100010111011100
Octal373305334

Shades and tints

Shades of #FBC5DC

#FBC5DC
(251,197,220)
#E5B4C8
(229,180,200)
#CFA3B4
(207,163,180)
#B992A0
(185,146,160)
#A3818C
(163,129,140)
#8D7078
(141,112,120)
#775F64
(119,95,100)
#614E50
(97,78,80)
#4B3D3C
(75,61,60)
#352C28
(53,44,40)
#1F1B14
(31,27,20)
#000000
(0,0,0)

Tints of #FBC5DC

#FBC5DC
(251,197,220)
#FBCADF
(251,202,223)
#FBCFE2
(251,207,226)
#FBD4E5
(251,212,229)
#FBD9E8
(251,217,232)
#FBDEEB
(251,222,235)
#FBE3EE
(251,227,238)
#FBE8F1
(251,232,241)
#FBEDF4
(251,237,244)
#FBF2F7
(251,242,247)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC5DC; }

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

This text font color is #FBC5DC.


Background Color

.myBgColor { background-color: #FBC5DC; }

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

This div background color is #FBC5DC.


Border color

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

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

This div border color is #FBC5DC.


Opacity

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

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

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

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

This text has shadow with #FBC5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC5DC on black background.


Color preview on white background

This text has color #FBC5DC on white background.



Black color preview on #FBC5DC background

This text has black color on #FBC5DC background.


White color preview on #FBC5DC background

This text has white color on #FBC5DC background.