COLOR #FBAEC9

HEX: #FBAEC9
RGB: (251,174,201)

Color info

#FBAEC9 contains mainly red and blue colors. Web safe color of #FBAEC9 is #FF99CC (or #F9C).

RGB color model

#FBAEC9 color RGB value is (251,174,201).

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

RGB channels and saturation

R 251 of 255 = 98%
G 174 of 255 = 68%
B 201 of 255 = 79%

251
174
201

R + G + B ~ 82%. #FBAEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 174 + 201 = 626 (100%)
R 251 of 626 ~ 40.1%
G 174 of 626 ~ 27.8%
B 201 of 626 ~ 32.11%

%40.1
%27.8
%32.11

CMYK color model

#FBAEC9 color CMYK value is (0,31,20,2).

  • cyan value is 0.00%
  • magenta value is 30.68%
  • yellow value is 19.92%
  • key color value is 1.57%
CMYK:
(0,31,20,2)
C0M31Y20K2 
(0%,31%,20%,2%)
(0.00/0.31/0.20/0.02)	

CMYK percentages

%0
%30.68
%19.92
%1.57

Codes

Color #FBAEC9 in popluar color models

FBAEC9
RGB251174201
HSL339°90.59%83.33%
HSB/HSV339°30.68%98.43%
CMYK0.00%30.68%19.92%
1.57%

Color #FBAEC9 in popluar number systems.

HEXFBAEC9
Decimal251174201
Binary111110111010111011001001
Octal373256311

Shades and tints

Shades of #FBAEC9

#FBAEC9
(251,174,201)
#E59FB7
(229,159,183)
#CF90A5
(207,144,165)
#B98193
(185,129,147)
#A37281
(163,114,129)
#8D636F
(141,99,111)
#77545D
(119,84,93)
#61454B
(97,69,75)
#4B3639
(75,54,57)
#352727
(53,39,39)
#1F1815
(31,24,21)
#000000
(0,0,0)

Tints of #FBAEC9

#FBAEC9
(251,174,201)
#FBB5CD
(251,181,205)
#FBBCD1
(251,188,209)
#FBC3D5
(251,195,213)
#FBCAD9
(251,202,217)
#FBD1DD
(251,209,221)
#FBD8E1
(251,216,225)
#FBDFE5
(251,223,229)
#FBE6E9
(251,230,233)
#FBEDED
(251,237,237)
#FBF4F1
(251,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBAEC9; }

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

This text font color is #FBAEC9.


Background Color

.myBgColor { background-color: #FBAEC9; }

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

This div background color is #FBAEC9.


Border color

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

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

This div border color is #FBAEC9.


Opacity

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

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

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

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

This text has shadow with #FBAEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBAEC9 on black background.


Color preview on white background

This text has color #FBAEC9 on white background.



Black color preview on #FBAEC9 background

This text has black color on #FBAEC9 background.


White color preview on #FBAEC9 background

This text has white color on #FBAEC9 background.