COLOR #F1D48E

HEX: #F1D48E RGB: (241,212,142)

Color info

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

RGB color model

#F1D48E color RGB value is (241,212,142).

RGB: (241,212,142) (95%, 83%, 56%)

RGB channels and saturation

R 241 of 255 = 95%
G 212 of 255 = 83%
B 142 of 255 = 56%

241
212
142

R + G + B ~ 78%. #F1D48E is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 212 + 142 = 595 (100%)
R 241 of 595 ~ 40.5%
G 212 of 595 ~ 35.63%
B 142 of 595 ~ 23.87'%

%40.5
%35.63
%23.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.03%
  • yellow value is 41.08%
  • key color value is 5.49%

CMYK: (0,12,41,5)
C0M12Y41K5 (0%, 12%, 41%, 5%)
(0.00 / 0.12 / 0.41 / 0.05)

CMYK percentages

%0
%12.03
%41.08
%5.49

Codes

Color #F1D48E in popluar color models

F1 D4 8E
RGB 241 212 142
HSL 42° 77.95% 75.10%
HSB/HSV 42° 41.08% 94.51%
CMYK 0.00% 12.03% 41.08%
5.49%

Color #F1D48E in popluar number systems.

HEX F1 D4 8E
Decimal 241 212 142
Binary 11110001 11010100 10001110
Octal 361 324 216

Shades and tints

Shades of #F1D48E

#F1D48E
(241,212,142)
#DCC182
(220,193,130)
#C7AE76
(199,174,118)
#B29B6A
(178,155,106)
#9D885E
(157,136,94)
#887552
(136,117,82)
#736246
(115,98,70)
#5E4F3A
(94,79,58)
#493C2E
(73,60,46)
#342922
(52,41,34)
#1F1616
(31,22,22)
#000000
(0,0,0)

Tints of #F1D48E

#F1D48E
(241,212,142)
#F2D798
(242,215,152)
#F3DAA2
(243,218,162)
#F4DDAC
(244,221,172)
#F5E0B6
(245,224,182)
#F6E3C0
(246,227,192)
#F7E6CA
(247,230,202)
#F8E9D4
(248,233,212)
#F9ECDE
(249,236,222)
#FAEFE8
(250,239,232)
#FBF2F2
(251,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D48E color. Also use rgb(241,212,142) instead hex code.

Text Font Color

.myTextColor { color: #F1D48E; }

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

This text font color is #F1D48E.

Background Color

.myBgColor { background-color: #F1D48E; }

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

This div background color is #F1D48E.

Border color

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

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

This div border color is #F1D48E.

Opacity

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

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

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

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

This text has shadow with #F1D48E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D48E.

Preview

Color preview on black background

This text has color #F1D48E on black background.


Color preview on white background

This text has color #F1D48E on white background.


Black color preview on #F1D48E background

This text has black color on #F1D48E background.


White color preview on #F1D48E background

This text has white color on #F1D48E background.


Related colors

Complementary color

Complementary color for #hex is #0E2B71.


I love getcolorcode.com

Triadic colors

1 #8EF1D4 and #D48EF1 with #F1D48E are triadic colors.

2 #8ED4F1 and #D4F18E with #F1D48E are triadic colors.