COLOR #F1F0C6

HEX: #F1F0C6 RGB: (241,240,198)

Color info

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

RGB color model

#F1F0C6 color RGB value is (241,240,198).

RGB: (241,240,198) (95%, 94%, 78%)

RGB channels and saturation

R 241 of 255 = 95%
G 240 of 255 = 94%
B 198 of 255 = 78%

241
240
198

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

Portions of RGB colors in percentages

R + G + B = 241 + 240 + 198 = 679 (100%)
R 241 of 679 ~ 35.49%
G 240 of 679 ~ 35.35%
B 198 of 679 ~ 29.16'%

%35.49
%35.35
%29.16

CMYK color model

#F1F0C6 color CMYK value is (0,0,18,5).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 17.84%
  • key color value is 5.49%
CMYK: (0,0,18,5) C0M0Y18K5 (0%,0%,18%,5%) (0.00/0.00/0.18/0.05) 

CMYK percentages

%0
%0.41
%17.84
%5.49

Codes

Color #F1F0C6 in popluar color models

F1 F0 C6
RGB 241 240 198
HSL 59° 60.56% 86.08%
HSB/HSV 59° 17.84% 94.51%
CMYK 0.00% 0.41% 17.84%
5.49%

Color #F1F0C6 in popluar number systems.

HEX F1 F0 C6
Decimal 241 240 198
Binary 11110001 11110000 11000110
Octal 361 360 306

Shades and tints

Shades of #F1F0C6

#F1F0C6
(241,240,198)
#DCDBB4
(220,219,180)
#C7C6A2
(199,198,162)
#B2B190
(178,177,144)
#9D9C7E
(157,156,126)
#88876C
(136,135,108)
#73725A
(115,114,90)
#5E5D48
(94,93,72)
#494836
(73,72,54)
#343324
(52,51,36)
#1F1E12
(31,30,18)
#000000
(0,0,0)

Tints of #F1F0C6

#F1F0C6
(241,240,198)
#F2F1CB
(242,241,203)
#F3F2D0
(243,242,208)
#F4F3D5
(244,243,213)
#F5F4DA
(245,244,218)
#F6F5DF
(246,245,223)
#F7F6E4
(247,246,228)
#F8F7E9
(248,247,233)
#F9F8EE
(249,248,238)
#FAF9F3
(250,249,243)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1F0C6 color. Also use rgb(241,240,198) instead hex code.

Text Font Color

.myTextColor { color: #F1F0C6; }

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

This text font color is #F1F0C6.

Background Color

.myBgColor { background-color: #F1F0C6; }

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

This div background color is #F1F0C6.

Border color

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

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

This div border color is #F1F0C6.

Opacity

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

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

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

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

This text has shadow with #F1F0C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1F0C6.

Preview

Color preview on black background

This text has color #F1F0C6 on black background.


Color preview on white background

This text has color #F1F0C6 on white background.


Black color preview on #F1F0C6 background

This text has black color on #F1F0C6 background.


White color preview on #F1F0C6 background

This text has white color on #F1F0C6 background.


Related colors

Complementary color

Complementary color for #hex is #0E0F39.


I love getcolorcode.com

Triadic colors

1 #C6F1F0 and #F0C6F1 with #F1F0C6 are triadic colors.

2 #C6F0F1 and #F0F1C6 with #F1F0C6 are triadic colors.