COLOR #FBC6D4

HEX: #FBC6D4
RGB: (251,198,212)

Color info

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

RGB color model

#FBC6D4 color RGB value is (251,198,212).

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

RGB channels and saturation

R 251 of 255 = 98%
G 198 of 255 = 78%
B 212 of 255 = 83%

251
198
212

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

Portions of RGB colors in percentages

R + G + B =
251 + 198 + 212 = 661 (100%)
R 251 of 661 ~ 37.97%
G 198 of 661 ~ 29.95%
B 212 of 661 ~ 32.07%

%37.97
%29.95
%32.07

CMYK color model

#FBC6D4 color CMYK value is (0,21,16,2).

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 15.54%
  • key color value is 1.57%
CMYK:
(0,21,16,2)
C0M21Y16K2 
(0%,21%,16%,2%)
(0.00/0.21/0.16/0.02)	

CMYK percentages

%0
%21.12
%15.54
%1.57

Codes

Color #FBC6D4 in popluar color models

FBC6D4
RGB251198212
HSL344°86.89%88.04%
HSB/HSV344°21.12%98.43%
CMYK0.00%21.12%15.54%
1.57%

Color #FBC6D4 in popluar number systems.

HEXFBC6D4
Decimal251198212
Binary111110111100011011010100
Octal373306324

Shades and tints

Shades of #FBC6D4

#FBC6D4
(251,198,212)
#E5B4C1
(229,180,193)
#CFA2AE
(207,162,174)
#B9909B
(185,144,155)
#A37E88
(163,126,136)
#8D6C75
(141,108,117)
#775A62
(119,90,98)
#61484F
(97,72,79)
#4B363C
(75,54,60)
#352429
(53,36,41)
#1F1216
(31,18,22)
#000000
(0,0,0)

Tints of #FBC6D4

#FBC6D4
(251,198,212)
#FBCBD7
(251,203,215)
#FBD0DA
(251,208,218)
#FBD5DD
(251,213,221)
#FBDAE0
(251,218,224)
#FBDFE3
(251,223,227)
#FBE4E6
(251,228,230)
#FBE9E9
(251,233,233)
#FBEEEC
(251,238,236)
#FBF3EF
(251,243,239)
#FBF8F2
(251,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC6D4; }

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

This text font color is #FBC6D4.


Background Color

.myBgColor { background-color: #FBC6D4; }

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

This div background color is #FBC6D4.


Border color

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

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

This div border color is #FBC6D4.


Opacity

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

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

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

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

This text has shadow with #FBC6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC6D4 on black background.


Color preview on white background

This text has color #FBC6D4 on white background.



Black color preview on #FBC6D4 background

This text has black color on #FBC6D4 background.


White color preview on #FBC6D4 background

This text has white color on #FBC6D4 background.