COLOR #FBE0F6

HEX: #FBE0F6 RGB: (251,224,246)

Color info

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

RGB color model

#FBE0F6 color RGB value is (251,224,246).

RGB: (251,224,246) (98%, 88%, 96%)

RGB channels and saturation

R 251 of 255 = 98%
G 224 of 255 = 88%
B 246 of 255 = 96%

251
224
246

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

Portions of RGB colors in percentages

R + G + B = 251 + 224 + 246 = 721 (100%)
R 251 of 721 ~ 34.81%
G 224 of 721 ~ 31.07%
B 246 of 721 ~ 34.12'%

%34.81
%31.07
%34.12

CMYK color model

#FBE0F6 color CMYK value is (0,11,2,2).

  • cyan value is 0.00%
  • magenta value is 10.76%
  • yellow value is 1.99%
  • key color value is 1.57%
CMYK: (0,11,2,2) C0M11Y2K2 (0%,11%,2%,2%) (0.00/0.11/0.02/0.02) 

CMYK percentages

%0
%10.76
%1.99
%1.57

Codes

Color #FBE0F6 in popluar color models

FB E0 F6
RGB 251 224 246
HSL 311° 77.14% 93.14%
HSB/HSV 311° 10.76% 98.43%
CMYK 0.00% 10.76% 1.99%
1.57%

Color #FBE0F6 in popluar number systems.

HEX FB E0 F6
Decimal 251 224 246
Binary 11111011 11100000 11110110
Octal 373 340 366

Shades and tints

Shades of #FBE0F6

#FBE0F6
(251,224,246)
#E5CCE0
(229,204,224)
#CFB8CA
(207,184,202)
#B9A4B4
(185,164,180)
#A3909E
(163,144,158)
#8D7C88
(141,124,136)
#776872
(119,104,114)
#61545C
(97,84,92)
#4B4046
(75,64,70)
#352C30
(53,44,48)
#1F181A
(31,24,26)
#000000
(0,0,0)

Tints of #FBE0F6

#FBE0F6
(251,224,246)
#FBE2F6
(251,226,246)
#FBE4F6
(251,228,246)
#FBE6F6
(251,230,246)
#FBE8F6
(251,232,246)
#FBEAF6
(251,234,246)
#FBECF6
(251,236,246)
#FBEEF6
(251,238,246)
#FBF0F6
(251,240,246)
#FBF2F6
(251,242,246)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE0F6; }

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

This text font color is #FBE0F6.

Background Color

.myBgColor { background-color: #FBE0F6; }

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

This div background color is #FBE0F6.

Border color

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

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

This div border color is #FBE0F6.

Opacity

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

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

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

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

This text has shadow with #FBE0F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE0F6.

Preview

Color preview on black background

This text has color #FBE0F6 on black background.


Color preview on white background

This text has color #FBE0F6 on white background.


Black color preview on #FBE0F6 background

This text has black color on #FBE0F6 background.


White color preview on #FBE0F6 background

This text has white color on #FBE0F6 background.


Related colors

Complementary color

Complementary color for #hex is #041F09.


I love getcolorcode.com

Triadic colors

1 #F6FBE0 and #E0F6FB with #FBE0F6 are triadic colors.

2 #F6E0FB and #E0FBF6 with #FBE0F6 are triadic colors.