COLOR #F4B2AE

HEX: #F4B2AE
RGB: (244,178,174)

Color info

#F4B2AE contains mainly red color. Web safe color of #F4B2AE is #FF9999 (or #F99).

RGB color model

#F4B2AE color RGB value is (244,178,174).

  • red value is 244;
  • green value is 178;
  • blue value is 174.
RGB:
(244,178,174)
(96%,70%,68%)

RGB channels and saturation

R 244 of 255 = 96%
G 178 of 255 = 70%
B 174 of 255 = 68%

244
178
174

R + G + B ~ 78%. #F4B2AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 178 + 174 = 596 (100%)
R 244 of 596 ~ 40.94%
G 178 of 596 ~ 29.87%
B 174 of 596 ~ 29.19%

%40.94
%29.87
%29.19

CMYK color model

#F4B2AE color CMYK value is (0,27,29,4).

  • cyan value is 0.00%
  • magenta value is 27.05%
  • yellow value is 28.69%
  • key color value is 4.31%
CMYK:
(0,27,29,4)
C0M27Y29K4 
(0%,27%,29%,4%)
(0.00/0.27/0.29/0.04)	

CMYK percentages

%0
%27.05
%28.69
%4.31

Codes

Color #F4B2AE in popluar color models

F4B2AE
RGB244178174
HSL76.09%81.96%
HSB/HSV28.69%95.69%
CMYK0.00%27.05%28.69%
4.31%

Color #F4B2AE in popluar number systems.

HEXF4B2AE
Decimal244178174
Binary111101001011001010101110
Octal364262256

Shades and tints

Shades of #F4B2AE

#F4B2AE
(244,178,174)
#DEA29F
(222,162,159)
#C89290
(200,146,144)
#B28281
(178,130,129)
#9C7272
(156,114,114)
#866263
(134,98,99)
#705254
(112,82,84)
#5A4245
(90,66,69)
#443236
(68,50,54)
#2E2227
(46,34,39)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #F4B2AE

#F4B2AE
(244,178,174)
#F5B9B5
(245,185,181)
#F6C0BC
(246,192,188)
#F7C7C3
(247,199,195)
#F8CECA
(248,206,202)
#F9D5D1
(249,213,209)
#FADCD8
(250,220,216)
#FBE3DF
(251,227,223)
#FCEAE6
(252,234,230)
#FDF1ED
(253,241,237)
#FEF8F4
(254,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B2AE color. Also use rgb(244,178,174) instead hex code.

Text Font Color

.myTextColor { color: #F4B2AE; }

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

This text font color is #F4B2AE.


Background Color

.myBgColor { background-color: #F4B2AE; }

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

This div background color is #F4B2AE.


Border color

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

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

This div border color is #F4B2AE.


Opacity

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

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

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

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

This text has shadow with #F4B2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B2AE on black background.


Color preview on white background

This text has color #F4B2AE on white background.



Black color preview on #F4B2AE background

This text has black color on #F4B2AE background.


White color preview on #F4B2AE background

This text has white color on #F4B2AE background.