COLOR #F8FEC4

HEX: #F8FEC4 RGB: (248,254,196)

Color info

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

RGB color model

#F8FEC4 color RGB value is (248,254,196).

RGB: (248,254,196) (97%, 100%, 77%)

RGB channels and saturation

R 248 of 255 = 97%
G 254 of 255 = 100%
B 196 of 255 = 77%

248
254
196

R + G + B ~ 91%. #F8FEC4 is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 254 + 196 = 698 (100%)
R 248 of 698 ~ 35.53%
G 254 of 698 ~ 36.39%
B 196 of 698 ~ 28.08'%

%35.53
%36.39
%28.08

CMYK color model

#F8FEC4 color CMYK value is (2,0,23,0).

  • cyan value is 2.36%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 0.39%

CMYK: (2,0,23,0)
C2M0Y23K0 (2%, 0%, 23%, 0%)
(0.02 / 0.00 / 0.23 / 0.00)

CMYK percentages

%2.36
%0
%22.83
%0.39

Codes

Color #F8FEC4 in popluar color models

F8 FE C4
RGB 248 254 196
HSL 66° 96.67% 88.24%
HSB/HSV 66° 22.83% 99.61%
CMYK 2.36% 0.00% 22.83%
0.39%

Color #F8FEC4 in popluar number systems.

HEX F8 FE C4
Decimal 248 254 196
Binary 11111000 11111110 11000100
Octal 370 376 304

Shades and tints

Shades of #F8FEC4

#F8FEC4
(248,254,196)
#E2E7B3
(226,231,179)
#CCD0A2
(204,208,162)
#B6B991
(182,185,145)
#A0A280
(160,162,128)
#8A8B6F
(138,139,111)
#74745E
(116,116,94)
#5E5D4D
(94,93,77)
#48463C
(72,70,60)
#322F2B
(50,47,43)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #F8FEC4

#F8FEC4
(248,254,196)
#F8FEC9
(248,254,201)
#F8FECE
(248,254,206)
#F8FED3
(248,254,211)
#F8FED8
(248,254,216)
#F8FEDD
(248,254,221)
#F8FEE2
(248,254,226)
#F8FEE7
(248,254,231)
#F8FEEC
(248,254,236)
#F8FEF1
(248,254,241)
#F8FEF6
(248,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8FEC4 color. Also use rgb(248,254,196) instead hex code.

Text Font Color

.myTextColor { color: #F8FEC4; }

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

This text font color is #F8FEC4.

Background Color

.myBgColor { background-color: #F8FEC4; }

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

This div background color is #F8FEC4.

Border color

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

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

This div border color is #F8FEC4.

Opacity

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

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

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

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

This text has shadow with #F8FEC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8FEC4.

Preview

Color preview on black background

This text has color #F8FEC4 on black background.


Color preview on white background

This text has color #F8FEC4 on white background.


Black color preview on #F8FEC4 background

This text has black color on #F8FEC4 background.


White color preview on #F8FEC4 background

This text has white color on #F8FEC4 background.


Related colors

Complementary color

Complementary color for #hex is #07013B.


I love getcolorcode.com

Triadic colors

1 #C4F8FE and #FEC4F8 with #F8FEC4 are triadic colors.

2 #C4FEF8 and #FEF8C4 with #F8FEC4 are triadic colors.