COLOR #FBBEA8

HEX: #FBBEA8 RGB: (251,190,168)

Color info

#FBBEA8 contains mainly red color. Web safe color of #FBBEA8 is #FFCC99 (or #FC9).

RGB color model

#FBBEA8 color RGB value is (251,190,168).

RGB: (251,190,168) (98%, 75%, 66%)

RGB channels and saturation

R 251 of 255 = 98%
G 190 of 255 = 75%
B 168 of 255 = 66%

251
190
168

R + G + B ~ 80%. #FBBEA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 190 + 168 = 609 (100%)
R 251 of 609 ~ 41.22%
G 190 of 609 ~ 31.2%
B 168 of 609 ~ 27.59'%

%41.22
%31.2
%27.59

CMYK color model

#FBBEA8 color CMYK value is (0,24,33,2).

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 33.07%
  • key color value is 1.57%

CMYK: (0,24,33,2)
C0M24Y33K2 (0%, 24%, 33%, 2%)
(0.00 / 0.24 / 0.33 / 0.02)

CMYK percentages

%0
%24.3
%33.07
%1.57

Codes

Color #FBBEA8 in popluar color models

FB BE A8
RGB 251 190 168
HSL 16° 91.21% 82.16%
HSB/HSV 16° 33.07% 98.43%
CMYK 0.00% 24.30% 33.07%
1.57%

Color #FBBEA8 in popluar number systems.

HEX FB BE A8
Decimal 251 190 168
Binary 11111011 10111110 10101000
Octal 373 276 250

Shades and tints

Shades of #FBBEA8

#FBBEA8
(251,190,168)
#E5AD99
(229,173,153)
#CF9C8A
(207,156,138)
#B98B7B
(185,139,123)
#A37A6C
(163,122,108)
#8D695D
(141,105,93)
#77584E
(119,88,78)
#61473F
(97,71,63)
#4B3630
(75,54,48)
#352521
(53,37,33)
#1F1412
(31,20,18)
#000000
(0,0,0)

Tints of #FBBEA8

#FBBEA8
(251,190,168)
#FBC3AF
(251,195,175)
#FBC8B6
(251,200,182)
#FBCDBD
(251,205,189)
#FBD2C4
(251,210,196)
#FBD7CB
(251,215,203)
#FBDCD2
(251,220,210)
#FBE1D9
(251,225,217)
#FBE6E0
(251,230,224)
#FBEBE7
(251,235,231)
#FBF0EE
(251,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBBEA8; }

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

This text font color is #FBBEA8.

Background Color

.myBgColor { background-color: #FBBEA8; }

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

This div background color is #FBBEA8.

Border color

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

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

This div border color is #FBBEA8.

Opacity

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

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

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

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

This text has shadow with #FBBEA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBBEA8.

Preview

Color preview on black background

This text has color #FBBEA8 on black background.


Color preview on white background

This text has color #FBBEA8 on white background.


Black color preview on #FBBEA8 background

This text has black color on #FBBEA8 background.


White color preview on #FBBEA8 background

This text has white color on #FBBEA8 background.


Related colors

Complementary color

Complementary color for #hex is #044157.


I love getcolorcode.com

Triadic colors

1 #A8FBBE and #BEA8FB with #FBBEA8 are triadic colors.

2 #A8BEFB and #BEFBA8 with #FBBEA8 are triadic colors.