COLOR #FBE6E7

HEX: #FBE6E7 RGB: (251,230,231)

Color info

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

RGB color model

#FBE6E7 color RGB value is (251,230,231).

RGB: (251,230,231) (98%, 90%, 91%)

RGB channels and saturation

R 251 of 255 = 98%
G 230 of 255 = 90%
B 231 of 255 = 91%

251
230
231

R + G + B ~ 93%. #FBE6E7 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 230 + 231 = 712 (100%)
R 251 of 712 ~ 35.25%
G 230 of 712 ~ 32.3%
B 231 of 712 ~ 32.44'%

%35.25
%32.3
%32.44

CMYK color model

#FBE6E7 color CMYK value is (0,8,8,2).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 7.97%
  • key color value is 1.57%

CMYK: (0,8,8,2)
C0M8Y8K2 (0%, 8%, 8%, 2%)
(0.00 / 0.08 / 0.08 / 0.02)

CMYK percentages

%0
%8.37
%7.97
%1.57

Codes

Color #FBE6E7 in popluar color models

FB E6 E7
RGB 251 230 231
HSL 357° 72.41% 94.31%
HSB/HSV 357° 8.37% 98.43%
CMYK 0.00% 8.37% 7.97%
1.57%

Color #FBE6E7 in popluar number systems.

HEX FB E6 E7
Decimal 251 230 231
Binary 11111011 11100110 11100111
Octal 373 346 347

Shades and tints

Shades of #FBE6E7

#FBE6E7
(251,230,231)
#E5D2D2
(229,210,210)
#CFBEBD
(207,190,189)
#B9AAA8
(185,170,168)
#A39693
(163,150,147)
#8D827E
(141,130,126)
#776E69
(119,110,105)
#615A54
(97,90,84)
#4B463F
(75,70,63)
#35322A
(53,50,42)
#1F1E15
(31,30,21)
#000000
(0,0,0)

Tints of #FBE6E7

#FBE6E7
(251,230,231)
#FBE8E9
(251,232,233)
#FBEAEB
(251,234,235)
#FBECED
(251,236,237)
#FBEEEF
(251,238,239)
#FBF0F1
(251,240,241)
#FBF2F3
(251,242,243)
#FBF4F5
(251,244,245)
#FBF6F7
(251,246,247)
#FBF8F9
(251,248,249)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE6E7 color. Also use rgb(251,230,231) instead hex code.

Text Font Color

.myTextColor { color: #FBE6E7; }

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

This text font color is #FBE6E7.

Background Color

.myBgColor { background-color: #FBE6E7; }

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

This div background color is #FBE6E7.

Border color

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

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

This div border color is #FBE6E7.

Opacity

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

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

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

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

This text has shadow with #FBE6E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE6E7.

Preview

Color preview on black background

This text has color #FBE6E7 on black background.


Color preview on white background

This text has color #FBE6E7 on white background.


Black color preview on #FBE6E7 background

This text has black color on #FBE6E7 background.


White color preview on #FBE6E7 background

This text has white color on #FBE6E7 background.


Related colors

Complementary color

Complementary color for #hex is #041918.


I love getcolorcode.com

Triadic colors

1 #E7FBE6 and #E6E7FB with #FBE6E7 are triadic colors.

2 #E7E6FB and #E6FBE7 with #FBE6E7 are triadic colors.