COLOR #F1FAE5

HEX: #F1FAE5 RGB: (241,250,229)

Color info

#F1FAE5 contains red, green and blue colors in about the same proportion. Web safe color of #F1FAE5 is #FFFFCC (or #FFC).

RGB color model

#F1FAE5 color RGB value is (241,250,229).

RGB: (241,250,229) (95%, 98%, 90%)

RGB channels and saturation

R 241 of 255 = 95%
G 250 of 255 = 98%
B 229 of 255 = 90%

241
250
229

R + G + B ~ 94%. #F1FAE5 is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 250 + 229 = 720 (100%)
R 241 of 720 ~ 33.47%
G 250 of 720 ~ 34.72%
B 229 of 720 ~ 31.81'%

%33.47
%34.72
%31.81

CMYK color model

#F1FAE5 color CMYK value is (4,0,8,2).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 1.96%

CMYK: (4,0,8,2)
C4M0Y8K2 (4%, 0%, 8%, 2%)
(0.04 / 0.00 / 0.08 / 0.02)

CMYK percentages

%3.6
%0
%8.4
%1.96

Codes

Color #F1FAE5 in popluar color models

F1 FA E5
RGB 241 250 229
HSL 86° 67.74% 93.92%
HSB/HSV 86° 8.40% 98.04%
CMYK 3.60% 0.00% 8.40%
1.96%

Color #F1FAE5 in popluar number systems.

HEX F1 FA E5
Decimal 241 250 229
Binary 11110001 11111010 11100101
Octal 361 372 345

Shades and tints

Shades of #F1FAE5

#F1FAE5
(241,250,229)
#DCE4D1
(220,228,209)
#C7CEBD
(199,206,189)
#B2B8A9
(178,184,169)
#9DA295
(157,162,149)
#888C81
(136,140,129)
#73766D
(115,118,109)
#5E6059
(94,96,89)
#494A45
(73,74,69)
#343431
(52,52,49)
#1F1E1D
(31,30,29)
#000000
(0,0,0)

Tints of #F1FAE5

#F1FAE5
(241,250,229)
#F2FAE7
(242,250,231)
#F3FAE9
(243,250,233)
#F4FAEB
(244,250,235)
#F5FAED
(245,250,237)
#F6FAEF
(246,250,239)
#F7FAF1
(247,250,241)
#F8FAF3
(248,250,243)
#F9FAF5
(249,250,245)
#FAFAF7
(250,250,247)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1FAE5 color. Also use rgb(241,250,229) instead hex code.

Text Font Color

.myTextColor { color: #F1FAE5; }

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

This text font color is #F1FAE5.

Background Color

.myBgColor { background-color: #F1FAE5; }

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

This div background color is #F1FAE5.

Border color

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

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

This div border color is #F1FAE5.

Opacity

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

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

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

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

This text has shadow with #F1FAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1FAE5.

Preview

Color preview on black background

This text has color #F1FAE5 on black background.


Color preview on white background

This text has color #F1FAE5 on white background.


Black color preview on #F1FAE5 background

This text has black color on #F1FAE5 background.


White color preview on #F1FAE5 background

This text has white color on #F1FAE5 background.


Related colors

Complementary color

Complementary color for #hex is #0E051A.


I love getcolorcode.com

Triadic colors

1 #E5F1FA and #FAE5F1 with #F1FAE5 are triadic colors.

2 #E5FAF1 and #FAF1E5 with #F1FAE5 are triadic colors.