COLOR #FBC6D5

HEX: #FBC6D5
RGB: (251,198,213)

Color info

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

RGB color model

#FBC6D5 color RGB value is (251,198,213).

  • red value is 251;
  • green value is 198;
  • blue value is 213.
RGB:
(251,198,213)
(98%,78%,84%)

RGB channels and saturation

R 251 of 255 = 98%
G 198 of 255 = 78%
B 213 of 255 = 84%

251
198
213

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

Portions of RGB colors in percentages

R + G + B =
251 + 198 + 213 = 662 (100%)
R 251 of 662 ~ 37.92%
G 198 of 662 ~ 29.91%
B 213 of 662 ~ 32.18%

%37.92
%29.91
%32.18

CMYK color model

#FBC6D5 color CMYK value is (0,21,15,2).

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 15.14%
  • key color value is 1.57%
CMYK:
(0,21,15,2)
C0M21Y15K2 
(0%,21%,15%,2%)
(0.00/0.21/0.15/0.02)	

CMYK percentages

%0
%21.12
%15.14
%1.57

Codes

Color #FBC6D5 in popluar color models

FBC6D5
RGB251198213
HSL343°86.89%88.04%
HSB/HSV343°21.12%98.43%
CMYK0.00%21.12%15.14%
1.57%

Color #FBC6D5 in popluar number systems.

HEXFBC6D5
Decimal251198213
Binary111110111100011011010101
Octal373306325

Shades and tints

Shades of #FBC6D5

#FBC6D5
(251,198,213)
#E5B4C2
(229,180,194)
#CFA2AF
(207,162,175)
#B9909C
(185,144,156)
#A37E89
(163,126,137)
#8D6C76
(141,108,118)
#775A63
(119,90,99)
#614850
(97,72,80)
#4B363D
(75,54,61)
#35242A
(53,36,42)
#1F1217
(31,18,23)
#000000
(0,0,0)

Tints of #FBC6D5

#FBC6D5
(251,198,213)
#FBCBD8
(251,203,216)
#FBD0DB
(251,208,219)
#FBD5DE
(251,213,222)
#FBDAE1
(251,218,225)
#FBDFE4
(251,223,228)
#FBE4E7
(251,228,231)
#FBE9EA
(251,233,234)
#FBEEED
(251,238,237)
#FBF3F0
(251,243,240)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC6D5 color. Also use rgb(251,198,213) instead hex code.

Text Font Color

.myTextColor { color: #FBC6D5; }

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

This text font color is #FBC6D5.


Background Color

.myBgColor { background-color: #FBC6D5; }

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

This div background color is #FBC6D5.


Border color

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

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

This div border color is #FBC6D5.


Opacity

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

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

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

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

This text has shadow with #FBC6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC6D5 on black background.


Color preview on white background

This text has color #FBC6D5 on white background.



Black color preview on #FBC6D5 background

This text has black color on #FBC6D5 background.


White color preview on #FBC6D5 background

This text has white color on #FBC6D5 background.