COLOR #FB8AED

HEX: #FB8AED
RGB: (251,138,237)

Color info

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

RGB color model

#FB8AED color RGB value is (251,138,237).

  • red value is 251;
  • green value is 138;
  • blue value is 237.
RGB:
(251,138,237)
(98%,54%,93%)

RGB channels and saturation

R 251 of 255 = 98%
G 138 of 255 = 54%
B 237 of 255 = 93%

251
138
237

R + G + B ~ 82%. #FB8AED is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 138 + 237 = 626 (100%)
R 251 of 626 ~ 40.1%
G 138 of 626 ~ 22.04%
B 237 of 626 ~ 37.86%

%40.1
%22.04
%37.86

CMYK color model

#FB8AED color CMYK value is (0,45,6,2).

  • cyan value is 0.00%
  • magenta value is 45.02%
  • yellow value is 5.58%
  • key color value is 1.57%
CMYK:
(0,45,6,2)
C0M45Y6K2 
(0%,45%,6%,2%)
(0.00/0.45/0.06/0.02)	

CMYK percentages

%0
%45.02
%5.58
%1.57

Codes

Color #FB8AED in popluar color models

FB8AED
RGB251138237
HSL307°93.39%76.27%
HSB/HSV307°45.02%98.43%
CMYK0.00%45.02%5.58%
1.57%

Color #FB8AED in popluar number systems.

HEXFB8AED
Decimal251138237
Binary111110111000101011101101
Octal373212355

Shades and tints

Shades of #FB8AED

#FB8AED
(251,138,237)
#E57ED8
(229,126,216)
#CF72C3
(207,114,195)
#B966AE
(185,102,174)
#A35A99
(163,90,153)
#8D4E84
(141,78,132)
#77426F
(119,66,111)
#61365A
(97,54,90)
#4B2A45
(75,42,69)
#351E30
(53,30,48)
#1F121B
(31,18,27)
#000000
(0,0,0)

Tints of #FB8AED

#FB8AED
(251,138,237)
#FB94EE
(251,148,238)
#FB9EEF
(251,158,239)
#FBA8F0
(251,168,240)
#FBB2F1
(251,178,241)
#FBBCF2
(251,188,242)
#FBC6F3
(251,198,243)
#FBD0F4
(251,208,244)
#FBDAF5
(251,218,245)
#FBE4F6
(251,228,246)
#FBEEF7
(251,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB8AED color. Also use rgb(251,138,237) instead hex code.

Text Font Color

.myTextColor { color: #FB8AED; }

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

This text font color is #FB8AED.


Background Color

.myBgColor { background-color: #FB8AED; }

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

This div background color is #FB8AED.


Border color

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

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

This div border color is #FB8AED.


Opacity

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

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

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

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

This text has shadow with #FB8AED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB8AED on black background.


Color preview on white background

This text has color #FB8AED on white background.



Black color preview on #FB8AED background

This text has black color on #FB8AED background.


White color preview on #FB8AED background

This text has white color on #FB8AED background.