COLOR #F7FEB5

HEX: #F7FEB5 RGB: (247,254,181)

Color info

#F7FEB5 contains mainly red and green colors. Web safe color of #F7FEB5 is #FFFFCC (or #FFC).

RGB color model

#F7FEB5 color RGB value is (247,254,181).

RGB: (247,254,181) (97%, 100%, 71%)

RGB channels and saturation

R 247 of 255 = 97%
G 254 of 255 = 100%
B 181 of 255 = 71%

247
254
181

R + G + B ~ 89%. #F7FEB5 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 254 + 181 = 682 (100%)
R 247 of 682 ~ 36.22%
G 254 of 682 ~ 37.24%
B 181 of 682 ~ 26.54'%

%36.22
%37.24
%26.54

CMYK color model

#F7FEB5 color CMYK value is (3,0,29,0).

  • cyan value is 2.76%
  • magenta value is 0.00%
  • yellow value is 28.74%
  • key color value is 0.39%

CMYK: (3,0,29,0)
C3M0Y29K0 (3%, 0%, 29%, 0%)
(0.03 / 0.00 / 0.29 / 0.00)

CMYK percentages

%2.76
%0
%28.74
%0.39

Codes

Color #F7FEB5 in popluar color models

F7 FE B5
RGB 247 254 181
HSL 66° 97.33% 85.29%
HSB/HSV 66° 28.74% 99.61%
CMYK 2.76% 0.00% 28.74%
0.39%

Color #F7FEB5 in popluar number systems.

HEX F7 FE B5
Decimal 247 254 181
Binary 11110111 11111110 10110101
Octal 367 376 265

Shades and tints

Shades of #F7FEB5

#F7FEB5
(247,254,181)
#E1E7A5
(225,231,165)
#CBD095
(203,208,149)
#B5B985
(181,185,133)
#9FA275
(159,162,117)
#898B65
(137,139,101)
#737455
(115,116,85)
#5D5D45
(93,93,69)
#474635
(71,70,53)
#312F25
(49,47,37)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #F7FEB5

#F7FEB5
(247,254,181)
#F7FEBB
(247,254,187)
#F7FEC1
(247,254,193)
#F7FEC7
(247,254,199)
#F7FECD
(247,254,205)
#F7FED3
(247,254,211)
#F7FED9
(247,254,217)
#F7FEDF
(247,254,223)
#F7FEE5
(247,254,229)
#F7FEEB
(247,254,235)
#F7FEF1
(247,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7FEB5 color. Also use rgb(247,254,181) instead hex code.

Text Font Color

.myTextColor { color: #F7FEB5; }

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

This text font color is #F7FEB5.

Background Color

.myBgColor { background-color: #F7FEB5; }

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

This div background color is #F7FEB5.

Border color

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

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

This div border color is #F7FEB5.

Opacity

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

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

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

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

This text has shadow with #F7FEB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7FEB5.

Preview

Color preview on black background

This text has color #F7FEB5 on black background.


Color preview on white background

This text has color #F7FEB5 on white background.


Black color preview on #F7FEB5 background

This text has black color on #F7FEB5 background.


White color preview on #F7FEB5 background

This text has white color on #F7FEB5 background.


Related colors

Complementary color

Complementary color for #hex is #08014A.


I love getcolorcode.com

Triadic colors

1 #B5F7FE and #FEB5F7 with #F7FEB5 are triadic colors.

2 #B5FEF7 and #FEF7B5 with #F7FEB5 are triadic colors.