COLOR #FBC6D6

HEX: #FBC6D6
RGB: (251,198,214)

Color info

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

RGB color model

#FBC6D6 color RGB value is (251,198,214).

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

RGB channels and saturation

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

251
198
214

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

Portions of RGB colors in percentages

R + G + B =
251 + 198 + 214 = 663 (100%)
R 251 of 663 ~ 37.86%
G 198 of 663 ~ 29.86%
B 214 of 663 ~ 32.28%

%37.86
%29.86
%32.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 14.74%
  • 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
%14.74
%1.57

Codes

Color #FBC6D6 in popluar color models

FBC6D6
RGB251198214
HSL342°86.89%88.04%
HSB/HSV342°21.12%98.43%
CMYK0.00%21.12%14.74%
1.57%

Color #FBC6D6 in popluar number systems.

HEXFBC6D6
Decimal251198214
Binary111110111100011011010110
Octal373306326

Shades and tints

Shades of #FBC6D6

#FBC6D6
(251,198,214)
#E5B4C3
(229,180,195)
#CFA2B0
(207,162,176)
#B9909D
(185,144,157)
#A37E8A
(163,126,138)
#8D6C77
(141,108,119)
#775A64
(119,90,100)
#614851
(97,72,81)
#4B363E
(75,54,62)
#35242B
(53,36,43)
#1F1218
(31,18,24)
#000000
(0,0,0)

Tints of #FBC6D6

#FBC6D6
(251,198,214)
#FBCBD9
(251,203,217)
#FBD0DC
(251,208,220)
#FBD5DF
(251,213,223)
#FBDAE2
(251,218,226)
#FBDFE5
(251,223,229)
#FBE4E8
(251,228,232)
#FBE9EB
(251,233,235)
#FBEEEE
(251,238,238)
#FBF3F1
(251,243,241)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC6D6; }

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

This text font color is #FBC6D6.


Background Color

.myBgColor { background-color: #FBC6D6; }

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

This div background color is #FBC6D6.


Border color

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

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

This div border color is #FBC6D6.


Opacity

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

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

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

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

This text has shadow with #FBC6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC6D6 on black background.


Color preview on white background

This text has color #FBC6D6 on white background.



Black color preview on #FBC6D6 background

This text has black color on #FBC6D6 background.


White color preview on #FBC6D6 background

This text has white color on #FBC6D6 background.