COLOR #FBC0FA

HEX: #FBC0FA
RGB: (251,192,250)

Color info

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

RGB color model

#FBC0FA color RGB value is (251,192,250).

  • red value is 251;
  • green value is 192;
  • blue value is 250.
RGB:
(251,192,250)
(98%,75%,98%)

RGB channels and saturation

R 251 of 255 = 98%
G 192 of 255 = 75%
B 250 of 255 = 98%

251
192
250

R + G + B ~ 90%. #FBC0FA is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 192 + 250 = 693 (100%)
R 251 of 693 ~ 36.22%
G 192 of 693 ~ 27.71%
B 250 of 693 ~ 36.08%

%36.22
%27.71
%36.08

CMYK color model

#FBC0FA color CMYK value is (0,24,0,2).

  • cyan value is 0.00%
  • magenta value is 23.51%
  • yellow value is 0.40%
  • key color value is 1.57%
CMYK:
(0,24,0,2)
C0M24Y0K2 
(0%,24%,0%,2%)
(0.00/0.24/0.00/0.02)	

CMYK percentages

%0
%23.51
%0.4
%1.57

Codes

Color #FBC0FA in popluar color models

FBC0FA
RGB251192250
HSL301°88.06%86.86%
HSB/HSV301°23.51%98.43%
CMYK0.00%23.51%0.40%
1.57%

Color #FBC0FA in popluar number systems.

HEXFBC0FA
Decimal251192250
Binary111110111100000011111010
Octal373300372

Shades and tints

Shades of #FBC0FA

#FBC0FA
(251,192,250)
#E5AFE4
(229,175,228)
#CF9ECE
(207,158,206)
#B98DB8
(185,141,184)
#A37CA2
(163,124,162)
#8D6B8C
(141,107,140)
#775A76
(119,90,118)
#614960
(97,73,96)
#4B384A
(75,56,74)
#352734
(53,39,52)
#1F161E
(31,22,30)
#000000
(0,0,0)

Tints of #FBC0FA

#FBC0FA
(251,192,250)
#FBC5FA
(251,197,250)
#FBCAFA
(251,202,250)
#FBCFFA
(251,207,250)
#FBD4FA
(251,212,250)
#FBD9FA
(251,217,250)
#FBDEFA
(251,222,250)
#FBE3FA
(251,227,250)
#FBE8FA
(251,232,250)
#FBEDFA
(251,237,250)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC0FA color. Also use rgb(251,192,250) instead hex code.

Text Font Color

.myTextColor { color: #FBC0FA; }

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

This text font color is #FBC0FA.


Background Color

.myBgColor { background-color: #FBC0FA; }

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

This div background color is #FBC0FA.


Border color

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

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

This div border color is #FBC0FA.


Opacity

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

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

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

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

This text has shadow with #FBC0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC0FA on black background.


Color preview on white background

This text has color #FBC0FA on white background.



Black color preview on #FBC0FA background

This text has black color on #FBC0FA background.


White color preview on #FBC0FA background

This text has white color on #FBC0FA background.