COLOR #F9B4AE

HEX: #F9B4AE
RGB: (249,180,174)

Color info

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

RGB color model

#F9B4AE color RGB value is (249,180,174).

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

RGB channels and saturation

R 249 of 255 = 98%
G 180 of 255 = 71%
B 174 of 255 = 68%

249
180
174

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

Portions of RGB colors in percentages

R + G + B =
249 + 180 + 174 = 603 (100%)
R 249 of 603 ~ 41.29%
G 180 of 603 ~ 29.85%
B 174 of 603 ~ 28.86%

%41.29
%29.85
%28.86

CMYK color model

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

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

CMYK percentages

%0
%27.71
%30.12
%2.35

Codes

Color #F9B4AE in popluar color models

F9B4AE
RGB249180174
HSL86.21%82.94%
HSB/HSV30.12%97.65%
CMYK0.00%27.71%30.12%
2.35%

Color #F9B4AE in popluar number systems.

HEXF9B4AE
Decimal249180174
Binary111110011011010010101110
Octal371264256

Shades and tints

Shades of #F9B4AE

#F9B4AE
(249,180,174)
#E3A49F
(227,164,159)
#CD9490
(205,148,144)
#B78481
(183,132,129)
#A17472
(161,116,114)
#8B6463
(139,100,99)
#755454
(117,84,84)
#5F4445
(95,68,69)
#493436
(73,52,54)
#332427
(51,36,39)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #F9B4AE

#F9B4AE
(249,180,174)
#F9BAB5
(249,186,181)
#F9C0BC
(249,192,188)
#F9C6C3
(249,198,195)
#F9CCCA
(249,204,202)
#F9D2D1
(249,210,209)
#F9D8D8
(249,216,216)
#F9DEDF
(249,222,223)
#F9E4E6
(249,228,230)
#F9EAED
(249,234,237)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B4AE color. Also use rgb(249,180,174) instead hex code.

Text Font Color

.myTextColor { color: #F9B4AE; }

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

This text font color is #F9B4AE.


Background Color

.myBgColor { background-color: #F9B4AE; }

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

This div background color is #F9B4AE.


Border color

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

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

This div border color is #F9B4AE.


Opacity

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

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

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

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

This text has shadow with #F9B4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B4AE on black background.


Color preview on white background

This text has color #F9B4AE on white background.



Black color preview on #F9B4AE background

This text has black color on #F9B4AE background.


White color preview on #F9B4AE background

This text has white color on #F9B4AE background.