COLOR #FB9990

HEX: #FB9990 RGB: (251,153,144)

Color info

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

RGB color model

#FB9990 color RGB value is (251,153,144).

RGB: (251,153,144) (98%, 60%, 56%)

RGB channels and saturation

R 251 of 255 = 98%
G 153 of 255 = 60%
B 144 of 255 = 56%

251
153
144

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

Portions of RGB colors in percentages

R + G + B = 251 + 153 + 144 = 548 (100%)
R 251 of 548 ~ 45.8%
G 153 of 548 ~ 27.92%
B 144 of 548 ~ 26.28'%

%45.8
%27.92
%26.28

CMYK color model

#FB9990 color CMYK value is (0,39,43,2).

  • cyan value is 0.00%
  • magenta value is 39.04%
  • yellow value is 42.63%
  • key color value is 1.57%

CMYK: (0,39,43,2)
C0M39Y43K2 (0%, 39%, 43%, 2%)
(0.00 / 0.39 / 0.43 / 0.02)

CMYK percentages

%0
%39.04
%42.63
%1.57

Codes

Color #FB9990 in popluar color models

FB 99 90
RGB 251 153 144
HSL 93.04% 77.45%
HSB/HSV 42.63% 98.43%
CMYK 0.00% 39.04% 42.63%
1.57%

Color #FB9990 in popluar number systems.

HEX FB 99 90
Decimal 251 153 144
Binary 11111011 10011001 10010000
Octal 373 231 220

Shades and tints

Shades of #FB9990

#FB9990
(251,153,144)
#E58C83
(229,140,131)
#CF7F76
(207,127,118)
#B97269
(185,114,105)
#A3655C
(163,101,92)
#8D584F
(141,88,79)
#774B42
(119,75,66)
#613E35
(97,62,53)
#4B3128
(75,49,40)
#35241B
(53,36,27)
#1F170E
(31,23,14)
#000000
(0,0,0)

Tints of #FB9990

#FB9990
(251,153,144)
#FBA29A
(251,162,154)
#FBABA4
(251,171,164)
#FBB4AE
(251,180,174)
#FBBDB8
(251,189,184)
#FBC6C2
(251,198,194)
#FBCFCC
(251,207,204)
#FBD8D6
(251,216,214)
#FBE1E0
(251,225,224)
#FBEAEA
(251,234,234)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB9990 color. Also use rgb(251,153,144) instead hex code.

Text Font Color

.myTextColor { color: #FB9990; }

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

This text font color is #FB9990.

Background Color

.myBgColor { background-color: #FB9990; }

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

This div background color is #FB9990.

Border color

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

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

This div border color is #FB9990.

Opacity

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

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

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

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

This text has shadow with #FB9990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB9990.

Preview

Color preview on black background

This text has color #FB9990 on black background.


Color preview on white background

This text has color #FB9990 on white background.


Black color preview on #FB9990 background

This text has black color on #FB9990 background.


White color preview on #FB9990 background

This text has white color on #FB9990 background.


Related colors

Complementary color

Complementary color for #hex is #04666F.


I love getcolorcode.com

Triadic colors

1 #90FB99 and #9990FB with #FB9990 are triadic colors.

2 #9099FB and #99FB90 with #FB9990 are triadic colors.