COLOR #F1FEE0

HEX: #F1FEE0 RGB: (241,254,224)

Color info

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

RGB color model

#F1FEE0 color RGB value is (241,254,224).

RGB: (241,254,224) (95%, 100%, 88%)

RGB channels and saturation

R 241 of 255 = 95%
G 254 of 255 = 100%
B 224 of 255 = 88%

241
254
224

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

Portions of RGB colors in percentages

R + G + B = 241 + 254 + 224 = 719 (100%)
R 241 of 719 ~ 33.52%
G 254 of 719 ~ 35.33%
B 224 of 719 ~ 31.15'%

%33.52
%35.33
%31.15

CMYK color model

#F1FEE0 color CMYK value is (5,0,12,0).

  • cyan value is 5.12%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • key color value is 0.39%

CMYK: (5,0,12,0)
C5M0Y12K0 (5%, 0%, 12%, 0%)
(0.05 / 0.00 / 0.12 / 0.00)

CMYK percentages

%5.12
%0
%11.81
%0.39

Codes

Color #F1FEE0 in popluar color models

F1 FE E0
RGB 241 254 224
HSL 86° 93.75% 93.73%
HSB/HSV 86° 11.81% 99.61%
CMYK 5.12% 0.00% 11.81%
0.39%

Color #F1FEE0 in popluar number systems.

HEX F1 FE E0
Decimal 241 254 224
Binary 11110001 11111110 11100000
Octal 361 376 340

Shades and tints

Shades of #F1FEE0

#F1FEE0
(241,254,224)
#DCE7CC
(220,231,204)
#C7D0B8
(199,208,184)
#B2B9A4
(178,185,164)
#9DA290
(157,162,144)
#888B7C
(136,139,124)
#737468
(115,116,104)
#5E5D54
(94,93,84)
#494640
(73,70,64)
#342F2C
(52,47,44)
#1F1818
(31,24,24)
#000000
(0,0,0)

Tints of #F1FEE0

#F1FEE0
(241,254,224)
#F2FEE2
(242,254,226)
#F3FEE4
(243,254,228)
#F4FEE6
(244,254,230)
#F5FEE8
(245,254,232)
#F6FEEA
(246,254,234)
#F7FEEC
(247,254,236)
#F8FEEE
(248,254,238)
#F9FEF0
(249,254,240)
#FAFEF2
(250,254,242)
#FBFEF4
(251,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1FEE0; }

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

This text font color is #F1FEE0.

Background Color

.myBgColor { background-color: #F1FEE0; }

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

This div background color is #F1FEE0.

Border color

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

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

This div border color is #F1FEE0.

Opacity

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

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

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

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

This text has shadow with #F1FEE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1FEE0.

Preview

Color preview on black background

This text has color #F1FEE0 on black background.


Color preview on white background

This text has color #F1FEE0 on white background.


Black color preview on #F1FEE0 background

This text has black color on #F1FEE0 background.


White color preview on #F1FEE0 background

This text has white color on #F1FEE0 background.


Related colors

Complementary color

Complementary color for #hex is #0E011F.


I love getcolorcode.com

Triadic colors

1 #E0F1FE and #FEE0F1 with #F1FEE0 are triadic colors.

2 #E0FEF1 and #FEF1E0 with #F1FEE0 are triadic colors.