COLOR #FBB4AF

HEX: #FBB4AF
RGB: (251,180,175)

Color info

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

RGB color model

#FBB4AF color RGB value is (251,180,175).

  • red value is 251;
  • green value is 180;
  • blue value is 175.
RGB:
(251,180,175)
(98%,71%,69%)

RGB channels and saturation

R 251 of 255 = 98%
G 180 of 255 = 71%
B 175 of 255 = 69%

251
180
175

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

Portions of RGB colors in percentages

R + G + B =
251 + 180 + 175 = 606 (100%)
R 251 of 606 ~ 41.42%
G 180 of 606 ~ 29.7%
B 175 of 606 ~ 28.88%

%41.42
%29.7
%28.88

CMYK color model

#FBB4AF color CMYK value is (0,28,30,2).

  • cyan value is 0.00%
  • magenta value is 28.29%
  • yellow value is 30.28%
  • key color value is 1.57%
CMYK:
(0,28,30,2)
C0M28Y30K2 
(0%,28%,30%,2%)
(0.00/0.28/0.30/0.02)	

CMYK percentages

%0
%28.29
%30.28
%1.57

Codes

Color #FBB4AF in popluar color models

FBB4AF
RGB251180175
HSL90.48%83.53%
HSB/HSV30.28%98.43%
CMYK0.00%28.29%30.28%
1.57%

Color #FBB4AF in popluar number systems.

HEXFBB4AF
Decimal251180175
Binary111110111011010010101111
Octal373264257

Shades and tints

Shades of #FBB4AF

#FBB4AF
(251,180,175)
#E5A4A0
(229,164,160)
#CF9491
(207,148,145)
#B98482
(185,132,130)
#A37473
(163,116,115)
#8D6464
(141,100,100)
#775455
(119,84,85)
#614446
(97,68,70)
#4B3437
(75,52,55)
#352428
(53,36,40)
#1F1419
(31,20,25)
#000000
(0,0,0)

Tints of #FBB4AF

#FBB4AF
(251,180,175)
#FBBAB6
(251,186,182)
#FBC0BD
(251,192,189)
#FBC6C4
(251,198,196)
#FBCCCB
(251,204,203)
#FBD2D2
(251,210,210)
#FBD8D9
(251,216,217)
#FBDEE0
(251,222,224)
#FBE4E7
(251,228,231)
#FBEAEE
(251,234,238)
#FBF0F5
(251,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB4AF color. Also use rgb(251,180,175) instead hex code.

Text Font Color

.myTextColor { color: #FBB4AF; }

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

This text font color is #FBB4AF.


Background Color

.myBgColor { background-color: #FBB4AF; }

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

This div background color is #FBB4AF.


Border color

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

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

This div border color is #FBB4AF.


Opacity

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

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

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

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

This text has shadow with #FBB4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB4AF on black background.


Color preview on white background

This text has color #FBB4AF on white background.



Black color preview on #FBB4AF background

This text has black color on #FBB4AF background.


White color preview on #FBB4AF background

This text has white color on #FBB4AF background.