COLOR #F1F0C8

HEX: #F1F0C8 RGB: (241,240,200)

Color info

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

RGB color model

#F1F0C8 color RGB value is (241,240,200).

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

RGB channels and saturation

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

241
240
200

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

Portions of RGB colors in percentages

R + G + B = 241 + 240 + 200 = 681 (100%)
R 241 of 681 ~ 35.39%
G 240 of 681 ~ 35.24%
B 200 of 681 ~ 29.37'%

%35.39
%35.24
%29.37

CMYK color model

#F1F0C8 color CMYK value is (0,0,17,5).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 17.01%
  • key color value is 5.49%

CMYK: (0,0,17,5)
C0M0Y17K5 (0%, 0%, 17%, 5%)
(0.00 / 0.00 / 0.17 / 0.05)

CMYK percentages

%0
%0.41
%17.01
%5.49

Codes

Color #F1F0C8 in popluar color models

F1 F0 C8
RGB 241 240 200
HSL 59° 59.42% 86.47%
HSB/HSV 59° 17.01% 94.51%
CMYK 0.00% 0.41% 17.01%
5.49%

Color #F1F0C8 in popluar number systems.

HEX F1 F0 C8
Decimal 241 240 200
Binary 11110001 11110000 11001000
Octal 361 360 310

Shades and tints

Shades of #F1F0C8

#F1F0C8
(241,240,200)
#DCDBB6
(220,219,182)
#C7C6A4
(199,198,164)
#B2B192
(178,177,146)
#9D9C80
(157,156,128)
#88876E
(136,135,110)
#73725C
(115,114,92)
#5E5D4A
(94,93,74)
#494838
(73,72,56)
#343326
(52,51,38)
#1F1E14
(31,30,20)
#000000
(0,0,0)

Tints of #F1F0C8

#F1F0C8
(241,240,200)
#F2F1CD
(242,241,205)
#F3F2D2
(243,242,210)
#F4F3D7
(244,243,215)
#F5F4DC
(245,244,220)
#F6F5E1
(246,245,225)
#F7F6E6
(247,246,230)
#F8F7EB
(248,247,235)
#F9F8F0
(249,248,240)
#FAF9F5
(250,249,245)
#FBFAFA
(251,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F0C8; }

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

This text font color is #F1F0C8.

Background Color

.myBgColor { background-color: #F1F0C8; }

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

This div background color is #F1F0C8.

Border color

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

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

This div border color is #F1F0C8.

Opacity

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

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

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

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

This text has shadow with #F1F0C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1F0C8.

Preview

Color preview on black background

This text has color #F1F0C8 on black background.


Color preview on white background

This text has color #F1F0C8 on white background.


Black color preview on #F1F0C8 background

This text has black color on #F1F0C8 background.


White color preview on #F1F0C8 background

This text has white color on #F1F0C8 background.


Related colors

Complementary color

Complementary color for #hex is #0E0F37.


I love getcolorcode.com

Triadic colors

1 #C8F1F0 and #F0C8F1 with #F1F0C8 are triadic colors.

2 #C8F0F1 and #F0F1C8 with #F1F0C8 are triadic colors.