COLOR #FBADE8

HEX: #FBADE8
RGB: (251,173,232)

Color info

#FBADE8 contains mainly red and blue colors. Web safe color of #FBADE8 is #FF99FF (or #F9F).

RGB color model

#FBADE8 color RGB value is (251,173,232).

  • red value is 251;
  • green value is 173;
  • blue value is 232.
RGB:
(251,173,232)
(98%,68%,91%)

RGB channels and saturation

R 251 of 255 = 98%
G 173 of 255 = 68%
B 232 of 255 = 91%

251
173
232

R + G + B ~ 86%. #FBADE8 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 173 + 232 = 656 (100%)
R 251 of 656 ~ 38.26%
G 173 of 656 ~ 26.37%
B 232 of 656 ~ 35.37%

%38.26
%26.37
%35.37

CMYK color model

#FBADE8 color CMYK value is (0,31,8,2).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 7.57%
  • key color value is 1.57%
CMYK:
(0,31,8,2)
C0M31Y8K2 
(0%,31%,8%,2%)
(0.00/0.31/0.08/0.02)	

CMYK percentages

%0
%31.08
%7.57
%1.57

Codes

Color #FBADE8 in popluar color models

FBADE8
RGB251173232
HSL315°90.70%83.14%
HSB/HSV315°31.08%98.43%
CMYK0.00%31.08%7.57%
1.57%

Color #FBADE8 in popluar number systems.

HEXFBADE8
Decimal251173232
Binary111110111010110111101000
Octal373255350

Shades and tints

Shades of #FBADE8

#FBADE8
(251,173,232)
#E59ED3
(229,158,211)
#CF8FBE
(207,143,190)
#B980A9
(185,128,169)
#A37194
(163,113,148)
#8D627F
(141,98,127)
#77536A
(119,83,106)
#614455
(97,68,85)
#4B3540
(75,53,64)
#35262B
(53,38,43)
#1F1716
(31,23,22)
#000000
(0,0,0)

Tints of #FBADE8

#FBADE8
(251,173,232)
#FBB4EA
(251,180,234)
#FBBBEC
(251,187,236)
#FBC2EE
(251,194,238)
#FBC9F0
(251,201,240)
#FBD0F2
(251,208,242)
#FBD7F4
(251,215,244)
#FBDEF6
(251,222,246)
#FBE5F8
(251,229,248)
#FBECFA
(251,236,250)
#FBF3FC
(251,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBADE8 color. Also use rgb(251,173,232) instead hex code.

Text Font Color

.myTextColor { color: #FBADE8; }

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

This text font color is #FBADE8.


Background Color

.myBgColor { background-color: #FBADE8; }

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

This div background color is #FBADE8.


Border color

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

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

This div border color is #FBADE8.


Opacity

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

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

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

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

This text has shadow with #FBADE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBADE8 on black background.


Color preview on white background

This text has color #FBADE8 on white background.



Black color preview on #FBADE8 background

This text has black color on #FBADE8 background.


White color preview on #FBADE8 background

This text has white color on #FBADE8 background.