COLOR #FBEAF5

HEX: #FBEAF5
RGB: (251,234,245)

Color info

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

RGB color model

#FBEAF5 color RGB value is (251,234,245).

  • red value is 251;
  • green value is 234;
  • blue value is 245.
RGB:
(251,234,245)
(98%,92%,96%)

RGB channels and saturation

R 251 of 255 = 98%
G 234 of 255 = 92%
B 245 of 255 = 96%

251
234
245

R + G + B ~ 95%. #FBEAF5 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 234 + 245 = 730 (100%)
R 251 of 730 ~ 34.38%
G 234 of 730 ~ 32.05%
B 245 of 730 ~ 33.56%

%34.38
%32.05
%33.56

CMYK color model

#FBEAF5 color CMYK value is (0,7,2,2).

  • cyan value is 0.00%
  • magenta value is 6.77%
  • yellow value is 2.39%
  • key color value is 1.57%
CMYK:
(0,7,2,2)
C0M7Y2K2 
(0%,7%,2%,2%)
(0.00/0.07/0.02/0.02)	

CMYK percentages

%0
%6.77
%2.39
%1.57

Codes

Color #FBEAF5 in popluar color models

FBEAF5
RGB251234245
HSL321°68.00%95.10%
HSB/HSV321°6.77%98.43%
CMYK0.00%6.77%2.39%
1.57%

Color #FBEAF5 in popluar number systems.

HEXFBEAF5
Decimal251234245
Binary111110111110101011110101
Octal373352365

Shades and tints

Shades of #FBEAF5

#FBEAF5
(251,234,245)
#E5D5DF
(229,213,223)
#CFC0C9
(207,192,201)
#B9ABB3
(185,171,179)
#A3969D
(163,150,157)
#8D8187
(141,129,135)
#776C71
(119,108,113)
#61575B
(97,87,91)
#4B4245
(75,66,69)
#352D2F
(53,45,47)
#1F1819
(31,24,25)
#000000
(0,0,0)

Tints of #FBEAF5

#FBEAF5
(251,234,245)
#FBEBF5
(251,235,245)
#FBECF5
(251,236,245)
#FBEDF5
(251,237,245)
#FBEEF5
(251,238,245)
#FBEFF5
(251,239,245)
#FBF0F5
(251,240,245)
#FBF1F5
(251,241,245)
#FBF2F5
(251,242,245)
#FBF3F5
(251,243,245)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBEAF5 color. Also use rgb(251,234,245) instead hex code.

Text Font Color

.myTextColor { color: #FBEAF5; }

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

This text font color is #FBEAF5.


Background Color

.myBgColor { background-color: #FBEAF5; }

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

This div background color is #FBEAF5.


Border color

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

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

This div border color is #FBEAF5.


Opacity

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

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

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

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

This text has shadow with #FBEAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEAF5 on black background.


Color preview on white background

This text has color #FBEAF5 on white background.



Black color preview on #FBEAF5 background

This text has black color on #FBEAF5 background.


White color preview on #FBEAF5 background

This text has white color on #FBEAF5 background.