COLOR #FBADA8

HEX: #FBADA8
RGB: (251,173,168)

Color info

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

RGB color model

#FBADA8 color RGB value is (251,173,168).

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

RGB channels and saturation

R 251 of 255 = 98%
G 173 of 255 = 68%
B 168 of 255 = 66%

251
173
168

R + G + B ~ 77%. #FBADA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 173 + 168 = 592 (100%)
R 251 of 592 ~ 42.4%
G 173 of 592 ~ 29.22%
B 168 of 592 ~ 28.38%

%42.4
%29.22
%28.38

CMYK color model

#FBADA8 color CMYK value is (0,31,33,2).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 33.07%
  • key color value is 1.57%
CMYK:
(0,31,33,2)
C0M31Y33K2 
(0%,31%,33%,2%)
(0.00/0.31/0.33/0.02)	

CMYK percentages

%0
%31.08
%33.07
%1.57

Codes

Color #FBADA8 in popluar color models

FBADA8
RGB251173168
HSL91.21%82.16%
HSB/HSV33.07%98.43%
CMYK0.00%31.08%33.07%
1.57%

Color #FBADA8 in popluar number systems.

HEXFBADA8
Decimal251173168
Binary111110111010110110101000
Octal373255250

Shades and tints

Shades of #FBADA8

#FBADA8
(251,173,168)
#E59E99
(229,158,153)
#CF8F8A
(207,143,138)
#B9807B
(185,128,123)
#A3716C
(163,113,108)
#8D625D
(141,98,93)
#77534E
(119,83,78)
#61443F
(97,68,63)
#4B3530
(75,53,48)
#352621
(53,38,33)
#1F1712
(31,23,18)
#000000
(0,0,0)

Tints of #FBADA8

#FBADA8
(251,173,168)
#FBB4AF
(251,180,175)
#FBBBB6
(251,187,182)
#FBC2BD
(251,194,189)
#FBC9C4
(251,201,196)
#FBD0CB
(251,208,203)
#FBD7D2
(251,215,210)
#FBDED9
(251,222,217)
#FBE5E0
(251,229,224)
#FBECE7
(251,236,231)
#FBF3EE
(251,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBADA8; }

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

This text font color is #FBADA8.


Background Color

.myBgColor { background-color: #FBADA8; }

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

This div background color is #FBADA8.


Border color

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

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

This div border color is #FBADA8.


Opacity

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

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

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

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

This text has shadow with #FBADA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBADA8 on black background.


Color preview on white background

This text has color #FBADA8 on white background.



Black color preview on #FBADA8 background

This text has black color on #FBADA8 background.


White color preview on #FBADA8 background

This text has white color on #FBADA8 background.