COLOR #F8B2AE

HEX: #F8B2AE
RGB: (248,178,174)

Color info

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

RGB color model

#F8B2AE color RGB value is (248,178,174).

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

RGB channels and saturation

R 248 of 255 = 97%
G 178 of 255 = 70%
B 174 of 255 = 68%

248
178
174

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

Portions of RGB colors in percentages

R + G + B =
248 + 178 + 174 = 600 (100%)
R 248 of 600 ~ 41.33%
G 178 of 600 ~ 29.67%
B 174 of 600 ~ 29%

%41.33
%29.67
%29

CMYK color model

#F8B2AE color CMYK value is (0,28,30,3).

  • cyan value is 0.00%
  • magenta value is 28.23%
  • yellow value is 29.84%
  • key color value is 2.75%
CMYK:
(0,28,30,3)
C0M28Y30K3 
(0%,28%,30%,3%)
(0.00/0.28/0.30/0.03)	

CMYK percentages

%0
%28.23
%29.84
%2.75

Codes

Color #F8B2AE in popluar color models

F8B2AE
RGB248178174
HSL84.09%82.75%
HSB/HSV29.84%97.25%
CMYK0.00%28.23%29.84%
2.75%

Color #F8B2AE in popluar number systems.

HEXF8B2AE
Decimal248178174
Binary111110001011001010101110
Octal370262256

Shades and tints

Shades of #F8B2AE

#F8B2AE
(248,178,174)
#E2A29F
(226,162,159)
#CC9290
(204,146,144)
#B68281
(182,130,129)
#A07272
(160,114,114)
#8A6263
(138,98,99)
#745254
(116,82,84)
#5E4245
(94,66,69)
#483236
(72,50,54)
#322227
(50,34,39)
#1C1218
(28,18,24)
#000000
(0,0,0)

Tints of #F8B2AE

#F8B2AE
(248,178,174)
#F8B9B5
(248,185,181)
#F8C0BC
(248,192,188)
#F8C7C3
(248,199,195)
#F8CECA
(248,206,202)
#F8D5D1
(248,213,209)
#F8DCD8
(248,220,216)
#F8E3DF
(248,227,223)
#F8EAE6
(248,234,230)
#F8F1ED
(248,241,237)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8B2AE; }

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

This text font color is #F8B2AE.


Background Color

.myBgColor { background-color: #F8B2AE; }

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

This div background color is #F8B2AE.


Border color

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

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

This div border color is #F8B2AE.


Opacity

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

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

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

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

This text has shadow with #F8B2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B2AE on black background.


Color preview on white background

This text has color #F8B2AE on white background.



Black color preview on #F8B2AE background

This text has black color on #F8B2AE background.


White color preview on #F8B2AE background

This text has white color on #F8B2AE background.