COLOR #FBC6E2

HEX: #FBC6E2
RGB: (251,198,226)

Color info

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

RGB color model

#FBC6E2 color RGB value is (251,198,226).

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

RGB channels and saturation

R 251 of 255 = 98%
G 198 of 255 = 78%
B 226 of 255 = 89%

251
198
226

R + G + B ~ 88%. #FBC6E2 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 198 + 226 = 675 (100%)
R 251 of 675 ~ 37.19%
G 198 of 675 ~ 29.33%
B 226 of 675 ~ 33.48%

%37.19
%29.33
%33.48

CMYK color model

#FBC6E2 color CMYK value is (0,21,10,2).

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 9.96%
  • key color value is 1.57%
CMYK:
(0,21,10,2)
C0M21Y10K2 
(0%,21%,10%,2%)
(0.00/0.21/0.10/0.02)	

CMYK percentages

%0
%21.12
%9.96
%1.57

Codes

Color #FBC6E2 in popluar color models

FBC6E2
RGB251198226
HSL328°86.89%88.04%
HSB/HSV328°21.12%98.43%
CMYK0.00%21.12%9.96%
1.57%

Color #FBC6E2 in popluar number systems.

HEXFBC6E2
Decimal251198226
Binary111110111100011011100010
Octal373306342

Shades and tints

Shades of #FBC6E2

#FBC6E2
(251,198,226)
#E5B4CE
(229,180,206)
#CFA2BA
(207,162,186)
#B990A6
(185,144,166)
#A37E92
(163,126,146)
#8D6C7E
(141,108,126)
#775A6A
(119,90,106)
#614856
(97,72,86)
#4B3642
(75,54,66)
#35242E
(53,36,46)
#1F121A
(31,18,26)
#000000
(0,0,0)

Tints of #FBC6E2

#FBC6E2
(251,198,226)
#FBCBE4
(251,203,228)
#FBD0E6
(251,208,230)
#FBD5E8
(251,213,232)
#FBDAEA
(251,218,234)
#FBDFEC
(251,223,236)
#FBE4EE
(251,228,238)
#FBE9F0
(251,233,240)
#FBEEF2
(251,238,242)
#FBF3F4
(251,243,244)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC6E2; }

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

This text font color is #FBC6E2.


Background Color

.myBgColor { background-color: #FBC6E2; }

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

This div background color is #FBC6E2.


Border color

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

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

This div border color is #FBC6E2.


Opacity

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

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

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

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

This text has shadow with #FBC6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC6E2 on black background.


Color preview on white background

This text has color #FBC6E2 on white background.



Black color preview on #FBC6E2 background

This text has black color on #FBC6E2 background.


White color preview on #FBC6E2 background

This text has white color on #FBC6E2 background.