COLOR #F8F2AC

HEX: #F8F2AC RGB: (248,242,172)

Color info

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

RGB color model

#F8F2AC color RGB value is (248,242,172).

RGB: (248,242,172) (97%, 95%, 67%)

RGB channels and saturation

R 248 of 255 = 97%
G 242 of 255 = 95%
B 172 of 255 = 67%

248
242
172

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

Portions of RGB colors in percentages

R + G + B = 248 + 242 + 172 = 662 (100%)
R 248 of 662 ~ 37.46%
G 242 of 662 ~ 36.56%
B 172 of 662 ~ 25.98'%

%37.46
%36.56
%25.98

CMYK color model

#F8F2AC color CMYK value is (0,2,31,3).

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 30.65%
  • key color value is 2.75%

CMYK: (0,2,31,3)
C0M2Y31K3 (0%, 2%, 31%, 3%)
(0.00 / 0.02 / 0.31 / 0.03)

CMYK percentages

%0
%2.42
%30.65
%2.75

Codes

Color #F8F2AC in popluar color models

F8 F2 AC
RGB 248 242 172
HSL 55° 84.44% 82.35%
HSB/HSV 55° 30.65% 97.25%
CMYK 0.00% 2.42% 30.65%
2.75%

Color #F8F2AC in popluar number systems.

HEX F8 F2 AC
Decimal 248 242 172
Binary 11111000 11110010 10101100
Octal 370 362 254

Shades and tints

Shades of #F8F2AC

#F8F2AC
(248,242,172)
#E2DC9D
(226,220,157)
#CCC68E
(204,198,142)
#B6B07F
(182,176,127)
#A09A70
(160,154,112)
#8A8461
(138,132,97)
#746E52
(116,110,82)
#5E5843
(94,88,67)
#484234
(72,66,52)
#322C25
(50,44,37)
#1C1616
(28,22,22)
#000000
(0,0,0)

Tints of #F8F2AC

#F8F2AC
(248,242,172)
#F8F3B3
(248,243,179)
#F8F4BA
(248,244,186)
#F8F5C1
(248,245,193)
#F8F6C8
(248,246,200)
#F8F7CF
(248,247,207)
#F8F8D6
(248,248,214)
#F8F9DD
(248,249,221)
#F8FAE4
(248,250,228)
#F8FBEB
(248,251,235)
#F8FCF2
(248,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8F2AC color. Also use rgb(248,242,172) instead hex code.

Text Font Color

.myTextColor { color: #F8F2AC; }

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

This text font color is #F8F2AC.

Background Color

.myBgColor { background-color: #F8F2AC; }

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

This div background color is #F8F2AC.

Border color

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

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

This div border color is #F8F2AC.

Opacity

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

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

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

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

This text has shadow with #F8F2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8F2AC.

Preview

Color preview on black background

This text has color #F8F2AC on black background.


Color preview on white background

This text has color #F8F2AC on white background.


Black color preview on #F8F2AC background

This text has black color on #F8F2AC background.


White color preview on #F8F2AC background

This text has white color on #F8F2AC background.


Related colors

Complementary color

Complementary color for #hex is #070D53.


I love getcolorcode.com

Triadic colors

1 #ACF8F2 and #F2ACF8 with #F8F2AC are triadic colors.

2 #ACF2F8 and #F2F8AC with #F8F2AC are triadic colors.