COLOR #FB8C84

HEX: #FB8C84 RGB: (251,140,132)

Color info

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

RGB color model

#FB8C84 color RGB value is (251,140,132).

RGB: (251,140,132) (98%, 55%, 52%)

RGB channels and saturation

R 251 of 255 = 98%
G 140 of 255 = 55%
B 132 of 255 = 52%

251
140
132

R + G + B ~ 68%. #FB8C84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 140 + 132 = 523 (100%)
R 251 of 523 ~ 47.99%
G 140 of 523 ~ 26.77%
B 132 of 523 ~ 25.24'%

%47.99
%26.77
%25.24

CMYK color model

#FB8C84 color CMYK value is (0,44,47,2).

  • cyan value is 0.00%
  • magenta value is 44.22%
  • yellow value is 47.41%
  • key color value is 1.57%

CMYK: (0,44,47,2)
C0M44Y47K2 (0%, 44%, 47%, 2%)
(0.00 / 0.44 / 0.47 / 0.02)

CMYK percentages

%0
%44.22
%47.41
%1.57

Codes

Color #FB8C84 in popluar color models

FB 8C 84
RGB 251 140 132
HSL 93.70% 75.10%
HSB/HSV 47.41% 98.43%
CMYK 0.00% 44.22% 47.41%
1.57%

Color #FB8C84 in popluar number systems.

HEX FB 8C 84
Decimal 251 140 132
Binary 11111011 10001100 10000100
Octal 373 214 204

Shades and tints

Shades of #FB8C84

#FB8C84
(251,140,132)
#E58078
(229,128,120)
#CF746C
(207,116,108)
#B96860
(185,104,96)
#A35C54
(163,92,84)
#8D5048
(141,80,72)
#77443C
(119,68,60)
#613830
(97,56,48)
#4B2C24
(75,44,36)
#352018
(53,32,24)
#1F140C
(31,20,12)
#000000
(0,0,0)

Tints of #FB8C84

#FB8C84
(251,140,132)
#FB968F
(251,150,143)
#FBA09A
(251,160,154)
#FBAAA5
(251,170,165)
#FBB4B0
(251,180,176)
#FBBEBB
(251,190,187)
#FBC8C6
(251,200,198)
#FBD2D1
(251,210,209)
#FBDCDC
(251,220,220)
#FBE6E7
(251,230,231)
#FBF0F2
(251,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB8C84 color. Also use rgb(251,140,132) instead hex code.

Text Font Color

.myTextColor { color: #FB8C84; }

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

This text font color is #FB8C84.

Background Color

.myBgColor { background-color: #FB8C84; }

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

This div background color is #FB8C84.

Border color

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

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

This div border color is #FB8C84.

Opacity

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

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

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

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

This text has shadow with #FB8C84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB8C84.

Preview

Color preview on black background

This text has color #FB8C84 on black background.


Color preview on white background

This text has color #FB8C84 on white background.


Black color preview on #FB8C84 background

This text has black color on #FB8C84 background.


White color preview on #FB8C84 background

This text has white color on #FB8C84 background.


Related colors

Complementary color

Complementary color for #hex is #04737B.


I love getcolorcode.com

Triadic colors

1 #84FB8C and #8C84FB with #FB8C84 are triadic colors.

2 #848CFB and #8CFB84 with #FB8C84 are triadic colors.