COLOR #FBC6FF

HEX: #FBC6FF
RGB: (251,198,255)

Color info

#FBC6FF contains red, green and blue colors in about the same proportion. Web safe color of #FBC6FF is #FFCCFF (or #FCF).

RGB color model

#FBC6FF color RGB value is (251,198,255).

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

RGB channels and saturation

R 251 of 255 = 98%
G 198 of 255 = 78%
B 255 of 255 = 100%

251
198
255

R + G + B ~ 92%. #FBC6FF is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 198 + 255 = 704 (100%)
R 251 of 704 ~ 35.65%
G 198 of 704 ~ 28.13%
B 255 of 704 ~ 36.22%

%35.65
%28.13
%36.22

CMYK color model

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

  • cyan value is 1.57%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(2,22,0,0)
C2M22Y0K0 
(2%,22%,0%,0%)
(0.02/0.22/0.00/0.00)	

CMYK percentages

%1.57
%22.35
%0
%0

Codes

Color #FBC6FF in popluar color models

FBC6FF
RGB251198255
HSL296°100.00%88.82%
HSB/HSV296°22.35%100.00%
CMYK1.57%22.35%0.00%
0.00%

Color #FBC6FF in popluar number systems.

HEXFBC6FF
Decimal251198255
Binary111110111100011011111111
Octal373306377

Shades and tints

Shades of #FBC6FF

#FBC6FF
(251,198,255)
#E5B4E8
(229,180,232)
#CFA2D1
(207,162,209)
#B990BA
(185,144,186)
#A37EA3
(163,126,163)
#8D6C8C
(141,108,140)
#775A75
(119,90,117)
#61485E
(97,72,94)
#4B3647
(75,54,71)
#352430
(53,36,48)
#1F1219
(31,18,25)
#000000
(0,0,0)

Tints of #FBC6FF

#FBC6FF
(251,198,255)
#FBCBFF
(251,203,255)
#FBD0FF
(251,208,255)
#FBD5FF
(251,213,255)
#FBDAFF
(251,218,255)
#FBDFFF
(251,223,255)
#FBE4FF
(251,228,255)
#FBE9FF
(251,233,255)
#FBEEFF
(251,238,255)
#FBF3FF
(251,243,255)
#FBF8FF
(251,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC6FF; }

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

This text font color is #FBC6FF.


Background Color

.myBgColor { background-color: #FBC6FF; }

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

This div background color is #FBC6FF.


Border color

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

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

This div border color is #FBC6FF.


Opacity

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

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

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

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

This text has shadow with #FBC6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC6FF on black background.


Color preview on white background

This text has color #FBC6FF on white background.



Black color preview on #FBC6FF background

This text has black color on #FBC6FF background.


White color preview on #FBC6FF background

This text has white color on #FBC6FF background.