COLOR #FBEEF6

HEX: #FBEEF6 RGB: (251,238,246)

Color info

#FBEEF6 contains red, green and blue colors in about the same proportion. Web safe color of #FBEEF6 is #FFFFFF (or #FFF).

RGB color model

#FBEEF6 color RGB value is (251,238,246).

RGB: (251,238,246) (98%, 93%, 96%)

RGB channels and saturation

R 251 of 255 = 98%
G 238 of 255 = 93%
B 246 of 255 = 96%

251
238
246

R + G + B ~ 96%. #FBEEF6 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 238 + 246 = 735 (100%)
R 251 of 735 ~ 34.15%
G 238 of 735 ~ 32.38%
B 246 of 735 ~ 33.47'%

%34.15
%32.38
%33.47

CMYK color model

#FBEEF6 color CMYK value is (0,5,2,2).

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

CMYK: (0,5,2,2)
C0M5Y2K2 (0%, 5%, 2%, 2%)
(0.00 / 0.05 / 0.02 / 0.02)

CMYK percentages

%0
%5.18
%1.99
%1.57

Codes

Color #FBEEF6 in popluar color models

FB EE F6
RGB 251 238 246
HSL 323° 61.90% 95.88%
HSB/HSV 323° 5.18% 98.43%
CMYK 0.00% 5.18% 1.99%
1.57%

Color #FBEEF6 in popluar number systems.

HEX FB EE F6
Decimal 251 238 246
Binary 11111011 11101110 11110110
Octal 373 356 366

Shades and tints

Shades of #FBEEF6

#FBEEF6
(251,238,246)
#E5D9E0
(229,217,224)
#CFC4CA
(207,196,202)
#B9AFB4
(185,175,180)
#A39A9E
(163,154,158)
#8D8588
(141,133,136)
#777072
(119,112,114)
#615B5C
(97,91,92)
#4B4646
(75,70,70)
#353130
(53,49,48)
#1F1C1A
(31,28,26)
#000000
(0,0,0)

Tints of #FBEEF6

#FBEEF6
(251,238,246)
#FBEFF6
(251,239,246)
#FBF0F6
(251,240,246)
#FBF1F6
(251,241,246)
#FBF2F6
(251,242,246)
#FBF3F6
(251,243,246)
#FBF4F6
(251,244,246)
#FBF5F6
(251,245,246)
#FBF6F6
(251,246,246)
#FBF7F6
(251,247,246)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEEF6; }

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

This text font color is #FBEEF6.

Background Color

.myBgColor { background-color: #FBEEF6; }

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

This div background color is #FBEEF6.

Border color

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

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

This div border color is #FBEEF6.

Opacity

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

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

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

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

This text has shadow with #FBEEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEEF6.

Preview

Color preview on black background

This text has color #FBEEF6 on black background.


Color preview on white background

This text has color #FBEEF6 on white background.


Black color preview on #FBEEF6 background

This text has black color on #FBEEF6 background.


White color preview on #FBEEF6 background

This text has white color on #FBEEF6 background.


Related colors

Complementary color

Complementary color for #hex is #041109.


I love getcolorcode.com

Triadic colors

1 #F6FBEE and #EEF6FB with #FBEEF6 are triadic colors.

2 #F6EEFB and #EEFBF6 with #FBEEF6 are triadic colors.