COLOR #FBC3DF

HEX: #FBC3DF
RGB: (251,195,223)

Color info

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

RGB color model

#FBC3DF color RGB value is (251,195,223).

  • red value is 251;
  • green value is 195;
  • blue value is 223.
RGB:
(251,195,223)
(98%,76%,87%)

RGB channels and saturation

R 251 of 255 = 98%
G 195 of 255 = 76%
B 223 of 255 = 87%

251
195
223

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

Portions of RGB colors in percentages

R + G + B =
251 + 195 + 223 = 669 (100%)
R 251 of 669 ~ 37.52%
G 195 of 669 ~ 29.15%
B 223 of 669 ~ 33.33%

%37.52
%29.15
%33.33

CMYK color model

#FBC3DF color CMYK value is (0,22,11,2).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 11.16%
  • key color value is 1.57%
CMYK:
(0,22,11,2)
C0M22Y11K2 
(0%,22%,11%,2%)
(0.00/0.22/0.11/0.02)	

CMYK percentages

%0
%22.31
%11.16
%1.57

Codes

Color #FBC3DF in popluar color models

FBC3DF
RGB251195223
HSL330°87.50%87.45%
HSB/HSV330°22.31%98.43%
CMYK0.00%22.31%11.16%
1.57%

Color #FBC3DF in popluar number systems.

HEXFBC3DF
Decimal251195223
Binary111110111100001111011111
Octal373303337

Shades and tints

Shades of #FBC3DF

#FBC3DF
(251,195,223)
#E5B2CB
(229,178,203)
#CFA1B7
(207,161,183)
#B990A3
(185,144,163)
#A37F8F
(163,127,143)
#8D6E7B
(141,110,123)
#775D67
(119,93,103)
#614C53
(97,76,83)
#4B3B3F
(75,59,63)
#352A2B
(53,42,43)
#1F1917
(31,25,23)
#000000
(0,0,0)

Tints of #FBC3DF

#FBC3DF
(251,195,223)
#FBC8E1
(251,200,225)
#FBCDE3
(251,205,227)
#FBD2E5
(251,210,229)
#FBD7E7
(251,215,231)
#FBDCE9
(251,220,233)
#FBE1EB
(251,225,235)
#FBE6ED
(251,230,237)
#FBEBEF
(251,235,239)
#FBF0F1
(251,240,241)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC3DF color. Also use rgb(251,195,223) instead hex code.

Text Font Color

.myTextColor { color: #FBC3DF; }

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

This text font color is #FBC3DF.


Background Color

.myBgColor { background-color: #FBC3DF; }

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

This div background color is #FBC3DF.


Border color

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

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

This div border color is #FBC3DF.


Opacity

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

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

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

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

This text has shadow with #FBC3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC3DF on black background.


Color preview on white background

This text has color #FBC3DF on white background.



Black color preview on #FBC3DF background

This text has black color on #FBC3DF background.


White color preview on #FBC3DF background

This text has white color on #FBC3DF background.