COLOR #FBB6AE

HEX: #FBB6AE
RGB: (251,182,174)

Color info

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

RGB color model

#FBB6AE color RGB value is (251,182,174).

  • red value is 251;
  • green value is 182;
  • blue value is 174.
RGB:
(251,182,174)
(98%,71%,68%)

RGB channels and saturation

R 251 of 255 = 98%
G 182 of 255 = 71%
B 174 of 255 = 68%

251
182
174

R + G + B ~ 79%. #FBB6AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 182 + 174 = 607 (100%)
R 251 of 607 ~ 41.35%
G 182 of 607 ~ 29.98%
B 174 of 607 ~ 28.67%

%41.35
%29.98
%28.67

CMYK color model

#FBB6AE color CMYK value is (0,27,31,2).

  • cyan value is 0.00%
  • magenta value is 27.49%
  • yellow value is 30.68%
  • key color value is 1.57%
CMYK:
(0,27,31,2)
C0M27Y31K2 
(0%,27%,31%,2%)
(0.00/0.27/0.31/0.02)	

CMYK percentages

%0
%27.49
%30.68
%1.57

Codes

Color #FBB6AE in popluar color models

FBB6AE
RGB251182174
HSL90.59%83.33%
HSB/HSV30.68%98.43%
CMYK0.00%27.49%30.68%
1.57%

Color #FBB6AE in popluar number systems.

HEXFBB6AE
Decimal251182174
Binary111110111011011010101110
Octal373266256

Shades and tints

Shades of #FBB6AE

#FBB6AE
(251,182,174)
#E5A69F
(229,166,159)
#CF9690
(207,150,144)
#B98681
(185,134,129)
#A37672
(163,118,114)
#8D6663
(141,102,99)
#775654
(119,86,84)
#614645
(97,70,69)
#4B3636
(75,54,54)
#352627
(53,38,39)
#1F1618
(31,22,24)
#000000
(0,0,0)

Tints of #FBB6AE

#FBB6AE
(251,182,174)
#FBBCB5
(251,188,181)
#FBC2BC
(251,194,188)
#FBC8C3
(251,200,195)
#FBCECA
(251,206,202)
#FBD4D1
(251,212,209)
#FBDAD8
(251,218,216)
#FBE0DF
(251,224,223)
#FBE6E6
(251,230,230)
#FBECED
(251,236,237)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB6AE color. Also use rgb(251,182,174) instead hex code.

Text Font Color

.myTextColor { color: #FBB6AE; }

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

This text font color is #FBB6AE.


Background Color

.myBgColor { background-color: #FBB6AE; }

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

This div background color is #FBB6AE.


Border color

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

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

This div border color is #FBB6AE.


Opacity

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

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

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

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

This text has shadow with #FBB6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB6AE on black background.


Color preview on white background

This text has color #FBB6AE on white background.



Black color preview on #FBB6AE background

This text has black color on #FBB6AE background.


White color preview on #FBB6AE background

This text has white color on #FBB6AE background.