COLOR #FB8D98

HEX: #FB8D98
RGB: (251,141,152)

Color info

#FB8D98 contains mainly red color. Web safe color of #FB8D98 is #FF9999 (or #F99).

RGB color model

#FB8D98 color RGB value is (251,141,152).

  • red value is 251;
  • green value is 141;
  • blue value is 152.
RGB:
(251,141,152)
(98%,55%,60%)

RGB channels and saturation

R 251 of 255 = 98%
G 141 of 255 = 55%
B 152 of 255 = 60%

251
141
152

R + G + B ~ 71%. #FB8D98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 141 + 152 = 544 (100%)
R 251 of 544 ~ 46.14%
G 141 of 544 ~ 25.92%
B 152 of 544 ~ 27.94%

%46.14
%25.92
%27.94

CMYK color model

#FB8D98 color CMYK value is (0,44,39,2).

  • cyan value is 0.00%
  • magenta value is 43.82%
  • yellow value is 39.44%
  • key color value is 1.57%
CMYK:
(0,44,39,2)
C0M44Y39K2 
(0%,44%,39%,2%)
(0.00/0.44/0.39/0.02)	

CMYK percentages

%0
%43.82
%39.44
%1.57

Codes

Color #FB8D98 in popluar color models

FB8D98
RGB251141152
HSL354°93.22%76.86%
HSB/HSV354°43.82%98.43%
CMYK0.00%43.82%39.44%
1.57%

Color #FB8D98 in popluar number systems.

HEXFB8D98
Decimal251141152
Binary111110111000110110011000
Octal373215230

Shades and tints

Shades of #FB8D98

#FB8D98
(251,141,152)
#E5818B
(229,129,139)
#CF757E
(207,117,126)
#B96971
(185,105,113)
#A35D64
(163,93,100)
#8D5157
(141,81,87)
#77454A
(119,69,74)
#61393D
(97,57,61)
#4B2D30
(75,45,48)
#352123
(53,33,35)
#1F1516
(31,21,22)
#000000
(0,0,0)

Tints of #FB8D98

#FB8D98
(251,141,152)
#FB97A1
(251,151,161)
#FBA1AA
(251,161,170)
#FBABB3
(251,171,179)
#FBB5BC
(251,181,188)
#FBBFC5
(251,191,197)
#FBC9CE
(251,201,206)
#FBD3D7
(251,211,215)
#FBDDE0
(251,221,224)
#FBE7E9
(251,231,233)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB8D98 color. Also use rgb(251,141,152) instead hex code.

Text Font Color

.myTextColor { color: #FB8D98; }

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

This text font color is #FB8D98.


Background Color

.myBgColor { background-color: #FB8D98; }

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

This div background color is #FB8D98.


Border color

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

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

This div border color is #FB8D98.


Opacity

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

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

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

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

This text has shadow with #FB8D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB8D98 on black background.


Color preview on white background

This text has color #FB8D98 on white background.



Black color preview on #FB8D98 background

This text has black color on #FB8D98 background.


White color preview on #FB8D98 background

This text has white color on #FB8D98 background.