COLOR #FBC3F9

HEX: #FBC3F9 RGB: (251,195,249)

Color info

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

RGB color model

#FBC3F9 color RGB value is (251,195,249).

RGB: (251,195,249) (98%, 76%, 98%)

RGB channels and saturation

R 251 of 255 = 98%
G 195 of 255 = 76%
B 249 of 255 = 98%

251
195
249

R + G + B ~ 91%. #FBC3F9 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 195 + 249 = 695 (100%)
R 251 of 695 ~ 36.12%
G 195 of 695 ~ 28.06%
B 249 of 695 ~ 35.83'%

%36.12
%28.06
%35.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 0.80%
  • key color value is 1.57%

CMYK: (0,22,1,2)
C0M22Y1K2 (0%, 22%, 1%, 2%)
(0.00 / 0.22 / 0.01 / 0.02)

CMYK percentages

%0
%22.31
%0.8
%1.57

Codes

Color #FBC3F9 in popluar color models

FB C3 F9
RGB 251 195 249
HSL 302° 87.50% 87.45%
HSB/HSV 302° 22.31% 98.43%
CMYK 0.00% 22.31% 0.80%
1.57%

Color #FBC3F9 in popluar number systems.

HEX FB C3 F9
Decimal 251 195 249
Binary 11111011 11000011 11111001
Octal 373 303 371

Shades and tints

Shades of #FBC3F9

#FBC3F9
(251,195,249)
#E5B2E3
(229,178,227)
#CFA1CD
(207,161,205)
#B990B7
(185,144,183)
#A37FA1
(163,127,161)
#8D6E8B
(141,110,139)
#775D75
(119,93,117)
#614C5F
(97,76,95)
#4B3B49
(75,59,73)
#352A33
(53,42,51)
#1F191D
(31,25,29)
#000000
(0,0,0)

Tints of #FBC3F9

#FBC3F9
(251,195,249)
#FBC8F9
(251,200,249)
#FBCDF9
(251,205,249)
#FBD2F9
(251,210,249)
#FBD7F9
(251,215,249)
#FBDCF9
(251,220,249)
#FBE1F9
(251,225,249)
#FBE6F9
(251,230,249)
#FBEBF9
(251,235,249)
#FBF0F9
(251,240,249)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC3F9 color. Also use rgb(251,195,249) instead hex code.

Text Font Color

.myTextColor { color: #FBC3F9; }

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

This text font color is #FBC3F9.

Background Color

.myBgColor { background-color: #FBC3F9; }

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

This div background color is #FBC3F9.

Border color

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

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

This div border color is #FBC3F9.

Opacity

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

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

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

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

This text has shadow with #FBC3F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC3F9.

Preview

Color preview on black background

This text has color #FBC3F9 on black background.


Color preview on white background

This text has color #FBC3F9 on white background.


Black color preview on #FBC3F9 background

This text has black color on #FBC3F9 background.


White color preview on #FBC3F9 background

This text has white color on #FBC3F9 background.


Related colors

Complementary color

Complementary color for #hex is #043C06.


I love getcolorcode.com

Triadic colors

1 #F9FBC3 and #C3F9FB with #FBC3F9 are triadic colors.

2 #F9C3FB and #C3FBF9 with #FBC3F9 are triadic colors.