COLOR #F1F5AC

HEX: #F1F5AC RGB: (241,245,172)

Color info

#F1F5AC contains mainly red and green colors. Web safe color of #F1F5AC is #FFFF99 (or #FF9).

RGB color model

#F1F5AC color RGB value is (241,245,172).

RGB: (241,245,172) (95%, 96%, 67%)

RGB channels and saturation

R 241 of 255 = 95%
G 245 of 255 = 96%
B 172 of 255 = 67%

241
245
172

R + G + B ~ 86%. #F1F5AC is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 245 + 172 = 658 (100%)
R 241 of 658 ~ 36.63%
G 245 of 658 ~ 37.23%
B 172 of 658 ~ 26.14'%

%36.63
%37.23
%26.14

CMYK color model

#F1F5AC color CMYK value is (2,0,30,4).

  • cyan value is 1.63%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 3.92%

CMYK: (2,0,30,4)
C2M0Y30K4 (2%, 0%, 30%, 4%)
(0.02 / 0.00 / 0.30 / 0.04)

CMYK percentages

%1.63
%0
%29.8
%3.92

Codes

Color #F1F5AC in popluar color models

F1 F5 AC
RGB 241 245 172
HSL 63° 78.49% 81.76%
HSB/HSV 63° 29.80% 96.08%
CMYK 1.63% 0.00% 29.80%
3.92%

Color #F1F5AC in popluar number systems.

HEX F1 F5 AC
Decimal 241 245 172
Binary 11110001 11110101 10101100
Octal 361 365 254

Shades and tints

Shades of #F1F5AC

#F1F5AC
(241,245,172)
#DCDF9D
(220,223,157)
#C7C98E
(199,201,142)
#B2B37F
(178,179,127)
#9D9D70
(157,157,112)
#888761
(136,135,97)
#737152
(115,113,82)
#5E5B43
(94,91,67)
#494534
(73,69,52)
#342F25
(52,47,37)
#1F1916
(31,25,22)
#000000
(0,0,0)

Tints of #F1F5AC

#F1F5AC
(241,245,172)
#F2F5B3
(242,245,179)
#F3F5BA
(243,245,186)
#F4F5C1
(244,245,193)
#F5F5C8
(245,245,200)
#F6F5CF
(246,245,207)
#F7F5D6
(247,245,214)
#F8F5DD
(248,245,221)
#F9F5E4
(249,245,228)
#FAF5EB
(250,245,235)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1F5AC color. Also use rgb(241,245,172) instead hex code.

Text Font Color

.myTextColor { color: #F1F5AC; }

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

This text font color is #F1F5AC.

Background Color

.myBgColor { background-color: #F1F5AC; }

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

This div background color is #F1F5AC.

Border color

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

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

This div border color is #F1F5AC.

Opacity

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

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

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

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

This text has shadow with #F1F5AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1F5AC.

Preview

Color preview on black background

This text has color #F1F5AC on black background.


Color preview on white background

This text has color #F1F5AC on white background.


Black color preview on #F1F5AC background

This text has black color on #F1F5AC background.


White color preview on #F1F5AC background

This text has white color on #F1F5AC background.


Related colors

Complementary color

Complementary color for #hex is #0E0A53.


I love getcolorcode.com

Triadic colors

1 #ACF1F5 and #F5ACF1 with #F1F5AC are triadic colors.

2 #ACF5F1 and #F5F1AC with #F1F5AC are triadic colors.