COLOR #FBBEF4

HEX: #FBBEF4 RGB: (251,190,244)

Color info

#FBBEF4 contains mainly red and blue colors. Web safe color of #FBBEF4 is #FFCCFF (or #FCF).

RGB color model

#FBBEF4 color RGB value is (251,190,244).

RGB: (251,190,244) (98%, 75%, 96%)

RGB channels and saturation

R 251 of 255 = 98%
G 190 of 255 = 75%
B 244 of 255 = 96%

251
190
244

R + G + B ~ 90%. #FBBEF4 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 190 + 244 = 685 (100%)
R 251 of 685 ~ 36.64%
G 190 of 685 ~ 27.74%
B 244 of 685 ~ 35.62'%

%36.64
%27.74
%35.62

CMYK color model

#FBBEF4 color CMYK value is (0,24,3,2).

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 2.79%
  • key color value is 1.57%

CMYK: (0,24,3,2)
C0M24Y3K2 (0%, 24%, 3%, 2%)
(0.00 / 0.24 / 0.03 / 0.02)

CMYK percentages

%0
%24.3
%2.79
%1.57

Codes

Color #FBBEF4 in popluar color models

FB BE F4
RGB 251 190 244
HSL 307° 88.41% 86.47%
HSB/HSV 307° 24.30% 98.43%
CMYK 0.00% 24.30% 2.79%
1.57%

Color #FBBEF4 in popluar number systems.

HEX FB BE F4
Decimal 251 190 244
Binary 11111011 10111110 11110100
Octal 373 276 364

Shades and tints

Shades of #FBBEF4

#FBBEF4
(251,190,244)
#E5ADDE
(229,173,222)
#CF9CC8
(207,156,200)
#B98BB2
(185,139,178)
#A37A9C
(163,122,156)
#8D6986
(141,105,134)
#775870
(119,88,112)
#61475A
(97,71,90)
#4B3644
(75,54,68)
#35252E
(53,37,46)
#1F1418
(31,20,24)
#000000
(0,0,0)

Tints of #FBBEF4

#FBBEF4
(251,190,244)
#FBC3F5
(251,195,245)
#FBC8F6
(251,200,246)
#FBCDF7
(251,205,247)
#FBD2F8
(251,210,248)
#FBD7F9
(251,215,249)
#FBDCFA
(251,220,250)
#FBE1FB
(251,225,251)
#FBE6FC
(251,230,252)
#FBEBFD
(251,235,253)
#FBF0FE
(251,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBBEF4 color. Also use rgb(251,190,244) instead hex code.

Text Font Color

.myTextColor { color: #FBBEF4; }

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

This text font color is #FBBEF4.

Background Color

.myBgColor { background-color: #FBBEF4; }

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

This div background color is #FBBEF4.

Border color

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

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

This div border color is #FBBEF4.

Opacity

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

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

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

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

This text has shadow with #FBBEF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBBEF4.

Preview

Color preview on black background

This text has color #FBBEF4 on black background.


Color preview on white background

This text has color #FBBEF4 on white background.


Black color preview on #FBBEF4 background

This text has black color on #FBBEF4 background.


White color preview on #FBBEF4 background

This text has white color on #FBBEF4 background.


Related colors

Complementary color

Complementary color for #hex is #04410B.


I love getcolorcode.com

Triadic colors

1 #F4FBBE and #BEF4FB with #FBBEF4 are triadic colors.

2 #F4BEFB and #BEFBF4 with #FBBEF4 are triadic colors.