COLOR #F5FAEF

HEX: #F5FAEF RGB: (245,250,239)

Color info

#F5FAEF contains red, green and blue colors in about the same proportion. Web safe color of #F5FAEF is #FFFFFF (or #FFF).

RGB color model

#F5FAEF color RGB value is (245,250,239).

RGB: (245,250,239) (96%, 98%, 94%)

RGB channels and saturation

R 245 of 255 = 96%
G 250 of 255 = 98%
B 239 of 255 = 94%

245
250
239

R + G + B ~ 96%. #F5FAEF is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 250 + 239 = 734 (100%)
R 245 of 734 ~ 33.38%
G 250 of 734 ~ 34.06%
B 239 of 734 ~ 32.56'%

%33.38
%34.06
%32.56

CMYK color model

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

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 4.40%
  • key color value is 1.96%

CMYK: (2,0,4,2)
C2M0Y4K2 (2%, 0%, 4%, 2%)
(0.02 / 0.00 / 0.04 / 0.02)

CMYK percentages

%2
%0
%4.4
%1.96

Codes

Color #F5FAEF in popluar color models

F5 FA EF
RGB 245 250 239
HSL 87° 52.38% 95.88%
HSB/HSV 87° 4.40% 98.04%
CMYK 2.00% 0.00% 4.40%
1.96%

Color #F5FAEF in popluar number systems.

HEX F5 FA EF
Decimal 245 250 239
Binary 11110101 11111010 11101111
Octal 365 372 357

Shades and tints

Shades of #F5FAEF

#F5FAEF
(245,250,239)
#DFE4DA
(223,228,218)
#C9CEC5
(201,206,197)
#B3B8B0
(179,184,176)
#9DA29B
(157,162,155)
#878C86
(135,140,134)
#717671
(113,118,113)
#5B605C
(91,96,92)
#454A47
(69,74,71)
#2F3432
(47,52,50)
#191E1D
(25,30,29)
#000000
(0,0,0)

Tints of #F5FAEF

#F5FAEF
(245,250,239)
#F5FAF0
(245,250,240)
#F5FAF1
(245,250,241)
#F5FAF2
(245,250,242)
#F5FAF3
(245,250,243)
#F5FAF4
(245,250,244)
#F5FAF5
(245,250,245)
#F5FAF6
(245,250,246)
#F5FAF7
(245,250,247)
#F5FAF8
(245,250,248)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FAEF; }

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

This text font color is #F5FAEF.

Background Color

.myBgColor { background-color: #F5FAEF; }

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

This div background color is #F5FAEF.

Border color

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

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

This div border color is #F5FAEF.

Opacity

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

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

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

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

This text has shadow with #F5FAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FAEF.

Preview

Color preview on black background

This text has color #F5FAEF on black background.


Color preview on white background

This text has color #F5FAEF on white background.


Black color preview on #F5FAEF background

This text has black color on #F5FAEF background.


White color preview on #F5FAEF background

This text has white color on #F5FAEF background.


Related colors

Complementary color

Complementary color for #hex is #0A0510.


I love getcolorcode.com

Triadic colors

1 #EFF5FA and #FAEFF5 with #F5FAEF are triadic colors.

2 #EFFAF5 and #FAF5EF with #F5FAEF are triadic colors.