COLOR #FBE3F6

HEX: #FBE3F6 RGB: (251,227,246)

Color info

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

RGB color model

#FBE3F6 color RGB value is (251,227,246).

RGB: (251,227,246) (98%, 89%, 96%)

RGB channels and saturation

R 251 of 255 = 98%
G 227 of 255 = 89%
B 246 of 255 = 96%

251
227
246

R + G + B ~ 94%. #FBE3F6 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 227 + 246 = 724 (100%)
R 251 of 724 ~ 34.67%
G 227 of 724 ~ 31.35%
B 246 of 724 ~ 33.98'%

%34.67
%31.35
%33.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.56%
  • yellow value is 1.99%
  • key color value is 1.57%

CMYK: (0,10,2,2)
C0M10Y2K2 (0%, 10%, 2%, 2%)
(0.00 / 0.10 / 0.02 / 0.02)

CMYK percentages

%0
%9.56
%1.99
%1.57

Codes

Color #FBE3F6 in popluar color models

FB E3 F6
RGB 251 227 246
HSL 313° 75.00% 93.73%
HSB/HSV 313° 9.56% 98.43%
CMYK 0.00% 9.56% 1.99%
1.57%

Color #FBE3F6 in popluar number systems.

HEX FB E3 F6
Decimal 251 227 246
Binary 11111011 11100011 11110110
Octal 373 343 366

Shades and tints

Shades of #FBE3F6

#FBE3F6
(251,227,246)
#E5CFE0
(229,207,224)
#CFBBCA
(207,187,202)
#B9A7B4
(185,167,180)
#A3939E
(163,147,158)
#8D7F88
(141,127,136)
#776B72
(119,107,114)
#61575C
(97,87,92)
#4B4346
(75,67,70)
#352F30
(53,47,48)
#1F1B1A
(31,27,26)
#000000
(0,0,0)

Tints of #FBE3F6

#FBE3F6
(251,227,246)
#FBE5F6
(251,229,246)
#FBE7F6
(251,231,246)
#FBE9F6
(251,233,246)
#FBEBF6
(251,235,246)
#FBEDF6
(251,237,246)
#FBEFF6
(251,239,246)
#FBF1F6
(251,241,246)
#FBF3F6
(251,243,246)
#FBF5F6
(251,245,246)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE3F6 color. Also use rgb(251,227,246) instead hex code.

Text Font Color

.myTextColor { color: #FBE3F6; }

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

This text font color is #FBE3F6.

Background Color

.myBgColor { background-color: #FBE3F6; }

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

This div background color is #FBE3F6.

Border color

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

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

This div border color is #FBE3F6.

Opacity

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

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

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

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

This text has shadow with #FBE3F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE3F6.

Preview

Color preview on black background

This text has color #FBE3F6 on black background.


Color preview on white background

This text has color #FBE3F6 on white background.


Black color preview on #FBE3F6 background

This text has black color on #FBE3F6 background.


White color preview on #FBE3F6 background

This text has white color on #FBE3F6 background.


Related colors

Complementary color

Complementary color for #hex is #041C09.


I love getcolorcode.com

Triadic colors

1 #F6FBE3 and #E3F6FB with #FBE3F6 are triadic colors.

2 #F6E3FB and #E3FBF6 with #FBE3F6 are triadic colors.