COLOR #F7B2AE

HEX: #F7B2AE
RGB: (247,178,174)

Color info

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

RGB color model

#F7B2AE color RGB value is (247,178,174).

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

RGB channels and saturation

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

247
178
174

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

Portions of RGB colors in percentages

R + G + B =
247 + 178 + 174 = 599 (100%)
R 247 of 599 ~ 41.24%
G 178 of 599 ~ 29.72%
B 174 of 599 ~ 29.05%

%41.24
%29.72
%29.05

CMYK color model

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

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

CMYK percentages

%0
%27.94
%29.55
%3.14

Codes

Color #F7B2AE in popluar color models

F7B2AE
RGB247178174
HSL82.02%82.55%
HSB/HSV29.55%96.86%
CMYK0.00%27.94%29.55%
3.14%

Color #F7B2AE in popluar number systems.

HEXF7B2AE
Decimal247178174
Binary111101111011001010101110
Octal367262256

Shades and tints

Shades of #F7B2AE

#F7B2AE
(247,178,174)
#E1A29F
(225,162,159)
#CB9290
(203,146,144)
#B58281
(181,130,129)
#9F7272
(159,114,114)
#896263
(137,98,99)
#735254
(115,82,84)
#5D4245
(93,66,69)
#473236
(71,50,54)
#312227
(49,34,39)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #F7B2AE

#F7B2AE
(247,178,174)
#F7B9B5
(247,185,181)
#F7C0BC
(247,192,188)
#F7C7C3
(247,199,195)
#F7CECA
(247,206,202)
#F7D5D1
(247,213,209)
#F7DCD8
(247,220,216)
#F7E3DF
(247,227,223)
#F7EAE6
(247,234,230)
#F7F1ED
(247,241,237)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B2AE; }

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

This text font color is #F7B2AE.


Background Color

.myBgColor { background-color: #F7B2AE; }

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

This div background color is #F7B2AE.


Border color

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

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

This div border color is #F7B2AE.


Opacity

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

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

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

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

This text has shadow with #F7B2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B2AE on black background.


Color preview on white background

This text has color #F7B2AE on white background.



Black color preview on #F7B2AE background

This text has black color on #F7B2AE background.


White color preview on #F7B2AE background

This text has white color on #F7B2AE background.