COLOR #FBE6E4

HEX: #FBE6E4
RGB: (251,230,228)

Color info

#FBE6E4 contains red, green and blue colors in about the same proportion. Web safe color of #FBE6E4 is #FFCCCC (or #FCC).

RGB color model

#FBE6E4 color RGB value is (251,230,228).

  • red value is 251;
  • green value is 230;
  • blue value is 228.
RGB:
(251,230,228)
(98%,90%,89%)

RGB channels and saturation

R 251 of 255 = 98%
G 230 of 255 = 90%
B 228 of 255 = 89%

251
230
228

R + G + B ~ 92%. #FBE6E4 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 230 + 228 = 709 (100%)
R 251 of 709 ~ 35.4%
G 230 of 709 ~ 32.44%
B 228 of 709 ~ 32.16%

%35.4
%32.44
%32.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 9.16%
  • key color value is 1.57%
CMYK:
(0,8,9,2)
C0M8Y9K2 
(0%,8%,9%,2%)
(0.00/0.08/0.09/0.02)	

CMYK percentages

%0
%8.37
%9.16
%1.57

Codes

Color #FBE6E4 in popluar color models

FBE6E4
RGB251230228
HSL74.19%93.92%
HSB/HSV9.16%98.43%
CMYK0.00%8.37%9.16%
1.57%

Color #FBE6E4 in popluar number systems.

HEXFBE6E4
Decimal251230228
Binary111110111110011011100100
Octal373346344

Shades and tints

Shades of #FBE6E4

#FBE6E4
(251,230,228)
#E5D2D0
(229,210,208)
#CFBEBC
(207,190,188)
#B9AAA8
(185,170,168)
#A39694
(163,150,148)
#8D8280
(141,130,128)
#776E6C
(119,110,108)
#615A58
(97,90,88)
#4B4644
(75,70,68)
#353230
(53,50,48)
#1F1E1C
(31,30,28)
#000000
(0,0,0)

Tints of #FBE6E4

#FBE6E4
(251,230,228)
#FBE8E6
(251,232,230)
#FBEAE8
(251,234,232)
#FBECEA
(251,236,234)
#FBEEEC
(251,238,236)
#FBF0EE
(251,240,238)
#FBF2F0
(251,242,240)
#FBF4F2
(251,244,242)
#FBF6F4
(251,246,244)
#FBF8F6
(251,248,246)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE6E4; }

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

This text font color is #FBE6E4.


Background Color

.myBgColor { background-color: #FBE6E4; }

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

This div background color is #FBE6E4.


Border color

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

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

This div border color is #FBE6E4.


Opacity

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

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

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

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

This text has shadow with #FBE6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE6E4 on black background.


Color preview on white background

This text has color #FBE6E4 on white background.



Black color preview on #FBE6E4 background

This text has black color on #FBE6E4 background.


White color preview on #FBE6E4 background

This text has white color on #FBE6E4 background.