COLOR #F7BEAD

HEX: #F7BEAD RGB: (247,190,173)

Color info

#F7BEAD contains mainly red and green colors. Web safe color of #F7BEAD is #FFCC99 (or #FC9).

RGB color model

#F7BEAD color RGB value is (247,190,173).

RGB: (247,190,173) (97%, 75%, 68%)

RGB channels and saturation

R 247 of 255 = 97%
G 190 of 255 = 75%
B 173 of 255 = 68%

247
190
173

R + G + B ~ 80%. #F7BEAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 190 + 173 = 610 (100%)
R 247 of 610 ~ 40.49%
G 190 of 610 ~ 31.15%
B 173 of 610 ~ 28.36'%

%40.49
%31.15
%28.36

CMYK color model

#F7BEAD color CMYK value is (0,23,30,3).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 29.96%
  • key color value is 3.14%

CMYK: (0,23,30,3)
C0M23Y30K3 (0%, 23%, 30%, 3%)
(0.00 / 0.23 / 0.30 / 0.03)

CMYK percentages

%0
%23.08
%29.96
%3.14

Codes

Color #F7BEAD in popluar color models

F7 BE AD
RGB 247 190 173
HSL 14° 82.22% 82.35%
HSB/HSV 14° 29.96% 96.86%
CMYK 0.00% 23.08% 29.96%
3.14%

Color #F7BEAD in popluar number systems.

HEX F7 BE AD
Decimal 247 190 173
Binary 11110111 10111110 10101101
Octal 367 276 255

Shades and tints

Shades of #F7BEAD

#F7BEAD
(247,190,173)
#E1AD9E
(225,173,158)
#CB9C8F
(203,156,143)
#B58B80
(181,139,128)
#9F7A71
(159,122,113)
#896962
(137,105,98)
#735853
(115,88,83)
#5D4744
(93,71,68)
#473635
(71,54,53)
#312526
(49,37,38)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #F7BEAD

#F7BEAD
(247,190,173)
#F7C3B4
(247,195,180)
#F7C8BB
(247,200,187)
#F7CDC2
(247,205,194)
#F7D2C9
(247,210,201)
#F7D7D0
(247,215,208)
#F7DCD7
(247,220,215)
#F7E1DE
(247,225,222)
#F7E6E5
(247,230,229)
#F7EBEC
(247,235,236)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7BEAD color. Also use rgb(247,190,173) instead hex code.

Text Font Color

.myTextColor { color: #F7BEAD; }

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

This text font color is #F7BEAD.

Background Color

.myBgColor { background-color: #F7BEAD; }

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

This div background color is #F7BEAD.

Border color

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

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

This div border color is #F7BEAD.

Opacity

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

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

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

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

This text has shadow with #F7BEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7BEAD.

Preview

Color preview on black background

This text has color #F7BEAD on black background.


Color preview on white background

This text has color #F7BEAD on white background.


Black color preview on #F7BEAD background

This text has black color on #F7BEAD background.


White color preview on #F7BEAD background

This text has white color on #F7BEAD background.


Related colors

Complementary color

Complementary color for #hex is #084152.


I love getcolorcode.com

Triadic colors

1 #ADF7BE and #BEADF7 with #F7BEAD are triadic colors.

2 #ADBEF7 and #BEF7AD with #F7BEAD are triadic colors.