COLOR #FBE1EF

HEX: #FBE1EF RGB: (251,225,239)

Color info

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

RGB color model

#FBE1EF color RGB value is (251,225,239).

RGB: (251,225,239) (98%, 88%, 94%)

RGB channels and saturation

R 251 of 255 = 98%
G 225 of 255 = 88%
B 239 of 255 = 94%

251
225
239

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

Portions of RGB colors in percentages

R + G + B = 251 + 225 + 239 = 715 (100%)
R 251 of 715 ~ 35.1%
G 225 of 715 ~ 31.47%
B 239 of 715 ~ 33.43'%

%35.1
%31.47
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.36%
  • yellow value is 4.78%
  • key color value is 1.57%
CMYK: (0,10,5,2) C0M10Y5K2 (0%,10%,5%,2%) (0.00/0.10/0.05/0.02) 

CMYK percentages

%0
%10.36
%4.78
%1.57

Codes

Color #FBE1EF in popluar color models

FB E1 EF
RGB 251 225 239
HSL 328° 76.47% 93.33%
HSB/HSV 328° 10.36% 98.43%
CMYK 0.00% 10.36% 4.78%
1.57%

Color #FBE1EF in popluar number systems.

HEX FB E1 EF
Decimal 251 225 239
Binary 11111011 11100001 11101111
Octal 373 341 357

Shades and tints

Shades of #FBE1EF

#FBE1EF
(251,225,239)
#E5CDDA
(229,205,218)
#CFB9C5
(207,185,197)
#B9A5B0
(185,165,176)
#A3919B
(163,145,155)
#8D7D86
(141,125,134)
#776971
(119,105,113)
#61555C
(97,85,92)
#4B4147
(75,65,71)
#352D32
(53,45,50)
#1F191D
(31,25,29)
#000000
(0,0,0)

Tints of #FBE1EF

#FBE1EF
(251,225,239)
#FBE3F0
(251,227,240)
#FBE5F1
(251,229,241)
#FBE7F2
(251,231,242)
#FBE9F3
(251,233,243)
#FBEBF4
(251,235,244)
#FBEDF5
(251,237,245)
#FBEFF6
(251,239,246)
#FBF1F7
(251,241,247)
#FBF3F8
(251,243,248)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE1EF color. Also use rgb(251,225,239) instead hex code.

Text Font Color

.myTextColor { color: #FBE1EF; }

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

This text font color is #FBE1EF.

Background Color

.myBgColor { background-color: #FBE1EF; }

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

This div background color is #FBE1EF.

Border color

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

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

This div border color is #FBE1EF.

Opacity

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

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

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

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

This text has shadow with #FBE1EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE1EF.

Preview

Color preview on black background

This text has color #FBE1EF on black background.


Color preview on white background

This text has color #FBE1EF on white background.


Black color preview on #FBE1EF background

This text has black color on #FBE1EF background.


White color preview on #FBE1EF background

This text has white color on #FBE1EF background.


Related colors

Complementary color

Complementary color for #hex is #041E10.


I love getcolorcode.com

Triadic colors

1 #EFFBE1 and #E1EFFB with #FBE1EF are triadic colors.

2 #EFE1FB and #E1FBEF with #FBE1EF are triadic colors.