COLOR #F1E6AE

HEX: #F1E6AE RGB: (241,230,174)

Color info

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

RGB color model

#F1E6AE color RGB value is (241,230,174).

RGB: (241,230,174) (95%, 90%, 68%)

RGB channels and saturation

R 241 of 255 = 95%
G 230 of 255 = 90%
B 174 of 255 = 68%

241
230
174

R + G + B ~ 84%. #F1E6AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 230 + 174 = 645 (100%)
R 241 of 645 ~ 37.36%
G 230 of 645 ~ 35.66%
B 174 of 645 ~ 26.98'%

%37.36
%35.66
%26.98

CMYK color model

#F1E6AE color CMYK value is (0,5,28,5).

  • cyan value is 0.00%
  • magenta value is 4.56%
  • yellow value is 27.80%
  • key color value is 5.49%

CMYK: (0,5,28,5)
C0M5Y28K5 (0%, 5%, 28%, 5%)
(0.00 / 0.05 / 0.28 / 0.05)

CMYK percentages

%0
%4.56
%27.8
%5.49

Codes

Color #F1E6AE in popluar color models

F1 E6 AE
RGB 241 230 174
HSL 50° 70.53% 81.37%
HSB/HSV 50° 27.80% 94.51%
CMYK 0.00% 4.56% 27.80%
5.49%

Color #F1E6AE in popluar number systems.

HEX F1 E6 AE
Decimal 241 230 174
Binary 11110001 11100110 10101110
Octal 361 346 256

Shades and tints

Shades of #F1E6AE

#F1E6AE
(241,230,174)
#DCD29F
(220,210,159)
#C7BE90
(199,190,144)
#B2AA81
(178,170,129)
#9D9672
(157,150,114)
#888263
(136,130,99)
#736E54
(115,110,84)
#5E5A45
(94,90,69)
#494636
(73,70,54)
#343227
(52,50,39)
#1F1E18
(31,30,24)
#000000
(0,0,0)

Tints of #F1E6AE

#F1E6AE
(241,230,174)
#F2E8B5
(242,232,181)
#F3EABC
(243,234,188)
#F4ECC3
(244,236,195)
#F5EECA
(245,238,202)
#F6F0D1
(246,240,209)
#F7F2D8
(247,242,216)
#F8F4DF
(248,244,223)
#F9F6E6
(249,246,230)
#FAF8ED
(250,248,237)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E6AE color. Also use rgb(241,230,174) instead hex code.

Text Font Color

.myTextColor { color: #F1E6AE; }

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

This text font color is #F1E6AE.

Background Color

.myBgColor { background-color: #F1E6AE; }

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

This div background color is #F1E6AE.

Border color

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

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

This div border color is #F1E6AE.

Opacity

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

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

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

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

This text has shadow with #F1E6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E6AE.

Preview

Color preview on black background

This text has color #F1E6AE on black background.


Color preview on white background

This text has color #F1E6AE on white background.


Black color preview on #F1E6AE background

This text has black color on #F1E6AE background.


White color preview on #F1E6AE background

This text has white color on #F1E6AE background.


Related colors

Complementary color

Complementary color for #hex is #0E1951.


I love getcolorcode.com

Triadic colors

1 #AEF1E6 and #E6AEF1 with #F1E6AE are triadic colors.

2 #AEE6F1 and #E6F1AE with #F1E6AE are triadic colors.