COLOR #F5FAAE

HEX: #F5FAAE
RGB: (245,250,174)

Color info

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

RGB color model

#F5FAAE color RGB value is (245,250,174).

  • red value is 245;
  • green value is 250;
  • blue value is 174.
RGB:
(245,250,174)
(96%,98%,68%)

RGB channels and saturation

R 245 of 255 = 96%
G 250 of 255 = 98%
B 174 of 255 = 68%

245
250
174

R + G + B ~ 87%. #F5FAAE is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 250 + 174 = 669 (100%)
R 245 of 669 ~ 36.62%
G 250 of 669 ~ 37.37%
B 174 of 669 ~ 26.01%

%36.62
%37.37
%26.01

CMYK color model

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

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 30.40%
  • key color value is 1.96%
CMYK:
(2,0,30,2)
C2M0Y30K2 
(2%,0%,30%,2%)
(0.02/0.00/0.30/0.02)	

CMYK percentages

%2
%0
%30.4
%1.96

Codes

Color #F5FAAE in popluar color models

F5FAAE
RGB245250174
HSL64°88.37%83.14%
HSB/HSV64°30.40%98.04%
CMYK2.00%0.00%30.40%
1.96%

Color #F5FAAE in popluar number systems.

HEXF5FAAE
Decimal245250174
Binary111101011111101010101110
Octal365372256

Shades and tints

Shades of #F5FAAE

#F5FAAE
(245,250,174)
#DFE49F
(223,228,159)
#C9CE90
(201,206,144)
#B3B881
(179,184,129)
#9DA272
(157,162,114)
#878C63
(135,140,99)
#717654
(113,118,84)
#5B6045
(91,96,69)
#454A36
(69,74,54)
#2F3427
(47,52,39)
#191E18
(25,30,24)
#000000
(0,0,0)

Tints of #F5FAAE

#F5FAAE
(245,250,174)
#F5FAB5
(245,250,181)
#F5FABC
(245,250,188)
#F5FAC3
(245,250,195)
#F5FACA
(245,250,202)
#F5FAD1
(245,250,209)
#F5FAD8
(245,250,216)
#F5FADF
(245,250,223)
#F5FAE6
(245,250,230)
#F5FAED
(245,250,237)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5FAAE color. Also use rgb(245,250,174) instead hex code.

Text Font Color

.myTextColor { color: #F5FAAE; }

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

This text font color is #F5FAAE.


Background Color

.myBgColor { background-color: #F5FAAE; }

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

This div background color is #F5FAAE.


Border color

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

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

This div border color is #F5FAAE.


Opacity

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

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

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

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

This text has shadow with #F5FAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FAAE on black background.


Color preview on white background

This text has color #F5FAAE on white background.



Black color preview on #F5FAAE background

This text has black color on #F5FAAE background.


White color preview on #F5FAAE background

This text has white color on #F5FAAE background.