COLOR #F1C8AE

HEX: #F1C8AE RGB: (241,200,174)

Color info

#F1C8AE contains mainly red and green colors. Web safe color of #F1C8AE is #FFCC99 (or #FC9).

RGB color model

#F1C8AE color RGB value is (241,200,174).

RGB: (241,200,174) (95%, 78%, 68%)

RGB channels and saturation

R 241 of 255 = 95%
G 200 of 255 = 78%
B 174 of 255 = 68%

241
200
174

R + G + B ~ 80%. #F1C8AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 200 + 174 = 615 (100%)
R 241 of 615 ~ 39.19%
G 200 of 615 ~ 32.52%
B 174 of 615 ~ 28.29'%

%39.19
%32.52
%28.29

CMYK color model

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

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

CMYK: (0,17,28,5)
C0M17Y28K5 (0%, 17%, 28%, 5%)
(0.00 / 0.17 / 0.28 / 0.05)

CMYK percentages

%0
%17.01
%27.8
%5.49

Codes

Color #F1C8AE in popluar color models

F1 C8 AE
RGB 241 200 174
HSL 23° 70.53% 81.37%
HSB/HSV 23° 27.80% 94.51%
CMYK 0.00% 17.01% 27.80%
5.49%

Color #F1C8AE in popluar number systems.

HEX F1 C8 AE
Decimal 241 200 174
Binary 11110001 11001000 10101110
Octal 361 310 256

Shades and tints

Shades of #F1C8AE

#F1C8AE
(241,200,174)
#DCB69F
(220,182,159)
#C7A490
(199,164,144)
#B29281
(178,146,129)
#9D8072
(157,128,114)
#886E63
(136,110,99)
#735C54
(115,92,84)
#5E4A45
(94,74,69)
#493836
(73,56,54)
#342627
(52,38,39)
#1F1418
(31,20,24)
#000000
(0,0,0)

Tints of #F1C8AE

#F1C8AE
(241,200,174)
#F2CDB5
(242,205,181)
#F3D2BC
(243,210,188)
#F4D7C3
(244,215,195)
#F5DCCA
(245,220,202)
#F6E1D1
(246,225,209)
#F7E6D8
(247,230,216)
#F8EBDF
(248,235,223)
#F9F0E6
(249,240,230)
#FAF5ED
(250,245,237)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C8AE; }

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

This text font color is #F1C8AE.

Background Color

.myBgColor { background-color: #F1C8AE; }

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

This div background color is #F1C8AE.

Border color

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

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

This div border color is #F1C8AE.

Opacity

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

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

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

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

This text has shadow with #F1C8AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1C8AE.

Preview

Color preview on black background

This text has color #F1C8AE on black background.


Color preview on white background

This text has color #F1C8AE on white background.


Black color preview on #F1C8AE background

This text has black color on #F1C8AE background.


White color preview on #F1C8AE background

This text has white color on #F1C8AE background.


Related colors

Complementary color

Complementary color for #hex is #0E3751.


I love getcolorcode.com

Triadic colors

1 #AEF1C8 and #C8AEF1 with #F1C8AE are triadic colors.

2 #AEC8F1 and #C8F1AE with #F1C8AE are triadic colors.