COLOR #FBE4ED

HEX: #FBE4ED RGB: (251,228,237)

Color info

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

RGB color model

#FBE4ED color RGB value is (251,228,237).

RGB: (251,228,237) (98%, 89%, 93%)

RGB channels and saturation

R 251 of 255 = 98%
G 228 of 255 = 89%
B 237 of 255 = 93%

251
228
237

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

Portions of RGB colors in percentages

R + G + B = 251 + 228 + 237 = 716 (100%)
R 251 of 716 ~ 35.06%
G 228 of 716 ~ 31.84%
B 237 of 716 ~ 33.1'%

%35.06
%31.84
%33.1

CMYK color model

#FBE4ED color CMYK value is (0,9,6,2).

  • cyan value is 0.00%
  • magenta value is 9.16%
  • yellow value is 5.58%
  • key color value is 1.57%
CMYK: (0,9,6,2) C0M9Y6K2 (0%,9%,6%,2%) (0.00/0.09/0.06/0.02) 

CMYK percentages

%0
%9.16
%5.58
%1.57

Codes

Color #FBE4ED in popluar color models

FB E4 ED
RGB 251 228 237
HSL 337° 74.19% 93.92%
HSB/HSV 337° 9.16% 98.43%
CMYK 0.00% 9.16% 5.58%
1.57%

Color #FBE4ED in popluar number systems.

HEX FB E4 ED
Decimal 251 228 237
Binary 11111011 11100100 11101101
Octal 373 344 355

Shades and tints

Shades of #FBE4ED

#FBE4ED
(251,228,237)
#E5D0D8
(229,208,216)
#CFBCC3
(207,188,195)
#B9A8AE
(185,168,174)
#A39499
(163,148,153)
#8D8084
(141,128,132)
#776C6F
(119,108,111)
#61585A
(97,88,90)
#4B4445
(75,68,69)
#353030
(53,48,48)
#1F1C1B
(31,28,27)
#000000
(0,0,0)

Tints of #FBE4ED

#FBE4ED
(251,228,237)
#FBE6EE
(251,230,238)
#FBE8EF
(251,232,239)
#FBEAF0
(251,234,240)
#FBECF1
(251,236,241)
#FBEEF2
(251,238,242)
#FBF0F3
(251,240,243)
#FBF2F4
(251,242,244)
#FBF4F5
(251,244,245)
#FBF6F6
(251,246,246)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE4ED; }

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

This text font color is #FBE4ED.

Background Color

.myBgColor { background-color: #FBE4ED; }

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

This div background color is #FBE4ED.

Border color

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

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

This div border color is #FBE4ED.

Opacity

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

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

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

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

This text has shadow with #FBE4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE4ED.

Preview

Color preview on black background

This text has color #FBE4ED on black background.


Color preview on white background

This text has color #FBE4ED on white background.


Black color preview on #FBE4ED background

This text has black color on #FBE4ED background.


White color preview on #FBE4ED background

This text has white color on #FBE4ED background.


Related colors

Complementary color

Complementary color for #hex is #041B12.


I love getcolorcode.com

Triadic colors

1 #EDFBE4 and #E4EDFB with #FBE4ED are triadic colors.

2 #EDE4FB and #E4FBED with #FBE4ED are triadic colors.