COLOR #F1FAE0

HEX: #F1FAE0 RGB: (241,250,224)

Color info

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

RGB color model

#F1FAE0 color RGB value is (241,250,224).

RGB: (241,250,224) (95%, 98%, 88%)

RGB channels and saturation

R 241 of 255 = 95%
G 250 of 255 = 98%
B 224 of 255 = 88%

241
250
224

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

Portions of RGB colors in percentages

R + G + B = 241 + 250 + 224 = 715 (100%)
R 241 of 715 ~ 33.71%
G 250 of 715 ~ 34.97%
B 224 of 715 ~ 31.33'%

%33.71
%34.97
%31.33

CMYK color model

#F1FAE0 color CMYK value is (4,0,10,2).

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

CMYK: (4,0,10,2)
C4M0Y10K2 (4%, 0%, 10%, 2%)
(0.04 / 0.00 / 0.10 / 0.02)

CMYK percentages

%3.6
%0
%10.4
%1.96

Codes

Color #F1FAE0 in popluar color models

F1 FA E0
RGB 241 250 224
HSL 81° 72.22% 92.94%
HSB/HSV 81° 10.40% 98.04%
CMYK 3.60% 0.00% 10.40%
1.96%

Color #F1FAE0 in popluar number systems.

HEX F1 FA E0
Decimal 241 250 224
Binary 11110001 11111010 11100000
Octal 361 372 340

Shades and tints

Shades of #F1FAE0

#F1FAE0
(241,250,224)
#DCE4CC
(220,228,204)
#C7CEB8
(199,206,184)
#B2B8A4
(178,184,164)
#9DA290
(157,162,144)
#888C7C
(136,140,124)
#737668
(115,118,104)
#5E6054
(94,96,84)
#494A40
(73,74,64)
#34342C
(52,52,44)
#1F1E18
(31,30,24)
#000000
(0,0,0)

Tints of #F1FAE0

#F1FAE0
(241,250,224)
#F2FAE2
(242,250,226)
#F3FAE4
(243,250,228)
#F4FAE6
(244,250,230)
#F5FAE8
(245,250,232)
#F6FAEA
(246,250,234)
#F7FAEC
(247,250,236)
#F8FAEE
(248,250,238)
#F9FAF0
(249,250,240)
#FAFAF2
(250,250,242)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1FAE0; }

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

This text font color is #F1FAE0.

Background Color

.myBgColor { background-color: #F1FAE0; }

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

This div background color is #F1FAE0.

Border color

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

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

This div border color is #F1FAE0.

Opacity

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

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

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

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

This text has shadow with #F1FAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1FAE0.

Preview

Color preview on black background

This text has color #F1FAE0 on black background.


Color preview on white background

This text has color #F1FAE0 on white background.


Black color preview on #F1FAE0 background

This text has black color on #F1FAE0 background.


White color preview on #F1FAE0 background

This text has white color on #F1FAE0 background.


Related colors

Complementary color

Complementary color for #hex is #0E051F.


I love getcolorcode.com

Triadic colors

1 #E0F1FA and #FAE0F1 with #F1FAE0 are triadic colors.

2 #E0FAF1 and #FAF1E0 with #F1FAE0 are triadic colors.