COLOR #F5FEAD

HEX: #F5FEAD RGB: (245,254,173)

Color info

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

RGB color model

#F5FEAD color RGB value is (245,254,173).

RGB: (245,254,173) (96%, 100%, 68%)

RGB channels and saturation

R 245 of 255 = 96%
G 254 of 255 = 100%
B 173 of 255 = 68%

245
254
173

R + G + B ~ 88%. #F5FEAD is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 254 + 173 = 672 (100%)
R 245 of 672 ~ 36.46%
G 254 of 672 ~ 37.8%
B 173 of 672 ~ 25.74'%

%36.46
%37.8
%25.74

CMYK color model

#F5FEAD color CMYK value is (4,0,32,0).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 31.89%
  • key color value is 0.39%

CMYK: (4,0,32,0)
C4M0Y32K0 (4%, 0%, 32%, 0%)
(0.04 / 0.00 / 0.32 / 0.00)

CMYK percentages

%3.54
%0
%31.89
%0.39

Codes

Color #F5FEAD in popluar color models

F5 FE AD
RGB 245 254 173
HSL 67° 97.59% 83.73%
HSB/HSV 67° 31.89% 99.61%
CMYK 3.54% 0.00% 31.89%
0.39%

Color #F5FEAD in popluar number systems.

HEX F5 FE AD
Decimal 245 254 173
Binary 11110101 11111110 10101101
Octal 365 376 255

Shades and tints

Shades of #F5FEAD

#F5FEAD
(245,254,173)
#DFE79E
(223,231,158)
#C9D08F
(201,208,143)
#B3B980
(179,185,128)
#9DA271
(157,162,113)
#878B62
(135,139,98)
#717453
(113,116,83)
#5B5D44
(91,93,68)
#454635
(69,70,53)
#2F2F26
(47,47,38)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #F5FEAD

#F5FEAD
(245,254,173)
#F5FEB4
(245,254,180)
#F5FEBB
(245,254,187)
#F5FEC2
(245,254,194)
#F5FEC9
(245,254,201)
#F5FED0
(245,254,208)
#F5FED7
(245,254,215)
#F5FEDE
(245,254,222)
#F5FEE5
(245,254,229)
#F5FEEC
(245,254,236)
#F5FEF3
(245,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5FEAD color. Also use rgb(245,254,173) instead hex code.

Text Font Color

.myTextColor { color: #F5FEAD; }

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

This text font color is #F5FEAD.

Background Color

.myBgColor { background-color: #F5FEAD; }

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

This div background color is #F5FEAD.

Border color

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

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

This div border color is #F5FEAD.

Opacity

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

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

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

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

This text has shadow with #F5FEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FEAD.

Preview

Color preview on black background

This text has color #F5FEAD on black background.


Color preview on white background

This text has color #F5FEAD on white background.


Black color preview on #F5FEAD background

This text has black color on #F5FEAD background.


White color preview on #F5FEAD background

This text has white color on #F5FEAD background.


Related colors

Complementary color

Complementary color for #hex is #0A0152.


I love getcolorcode.com

Triadic colors

1 #ADF5FE and #FEADF5 with #F5FEAD are triadic colors.

2 #ADFEF5 and #FEF5AD with #F5FEAD are triadic colors.