COLOR #FBEAF3

HEX: #FBEAF3
RGB: (251,234,243)

Color info

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

RGB color model

#FBEAF3 color RGB value is (251,234,243).

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

RGB channels and saturation

R 251 of 255 = 98%
G 234 of 255 = 92%
B 243 of 255 = 95%

251
234
243

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

Portions of RGB colors in percentages

R + G + B =
251 + 234 + 243 = 728 (100%)
R 251 of 728 ~ 34.48%
G 234 of 728 ~ 32.14%
B 243 of 728 ~ 33.38%

%34.48
%32.14
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.77%
  • yellow value is 3.19%
  • key color value is 1.57%
CMYK:
(0,7,3,2)
C0M7Y3K2 
(0%,7%,3%,2%)
(0.00/0.07/0.03/0.02)	

CMYK percentages

%0
%6.77
%3.19
%1.57

Codes

Color #FBEAF3 in popluar color models

FBEAF3
RGB251234243
HSL328°68.00%95.10%
HSB/HSV328°6.77%98.43%
CMYK0.00%6.77%3.19%
1.57%

Color #FBEAF3 in popluar number systems.

HEXFBEAF3
Decimal251234243
Binary111110111110101011110011
Octal373352363

Shades and tints

Shades of #FBEAF3

#FBEAF3
(251,234,243)
#E5D5DD
(229,213,221)
#CFC0C7
(207,192,199)
#B9ABB1
(185,171,177)
#A3969B
(163,150,155)
#8D8185
(141,129,133)
#776C6F
(119,108,111)
#615759
(97,87,89)
#4B4243
(75,66,67)
#352D2D
(53,45,45)
#1F1817
(31,24,23)
#000000
(0,0,0)

Tints of #FBEAF3

#FBEAF3
(251,234,243)
#FBEBF4
(251,235,244)
#FBECF5
(251,236,245)
#FBEDF6
(251,237,246)
#FBEEF7
(251,238,247)
#FBEFF8
(251,239,248)
#FBF0F9
(251,240,249)
#FBF1FA
(251,241,250)
#FBF2FB
(251,242,251)
#FBF3FC
(251,243,252)
#FBF4FD
(251,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEAF3; }

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

This text font color is #FBEAF3.


Background Color

.myBgColor { background-color: #FBEAF3; }

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

This div background color is #FBEAF3.


Border color

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

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

This div border color is #FBEAF3.


Opacity

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

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

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

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

This text has shadow with #FBEAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEAF3 on black background.


Color preview on white background

This text has color #FBEAF3 on white background.



Black color preview on #FBEAF3 background

This text has black color on #FBEAF3 background.


White color preview on #FBEAF3 background

This text has white color on #FBEAF3 background.