COLOR #F5FEEE

HEX: #F5FEEE
RGB: (245,254,238)

Color info

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

RGB color model

#F5FEEE color RGB value is (245,254,238).

  • red value is 245;
  • green value is 254;
  • blue value is 238.
RGB:
(245,254,238)
(96%,100%,93%)

RGB channels and saturation

R 245 of 255 = 96%
G 254 of 255 = 100%
B 238 of 255 = 93%

245
254
238

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

Portions of RGB colors in percentages

R + G + B =
245 + 254 + 238 = 737 (100%)
R 245 of 737 ~ 33.24%
G 254 of 737 ~ 34.46%
B 238 of 737 ~ 32.29%

%33.24
%34.46
%32.29

CMYK color model

#F5FEEE color CMYK value is (4,0,6,0).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 6.30%
  • key color value is 0.39%
CMYK:
(4,0,6,0)
C4M0Y6K0 
(4%,0%,6%,0%)
(0.04/0.00/0.06/0.00)	

CMYK percentages

%3.54
%0
%6.3
%0.39

Codes

Color #F5FEEE in popluar color models

F5FEEE
RGB245254238
HSL94°88.89%96.47%
HSB/HSV94°6.30%99.61%
CMYK3.54%0.00%6.30%
0.39%

Color #F5FEEE in popluar number systems.

HEXF5FEEE
Decimal245254238
Binary111101011111111011101110
Octal365376356

Shades and tints

Shades of #F5FEEE

#F5FEEE
(245,254,238)
#DFE7D9
(223,231,217)
#C9D0C4
(201,208,196)
#B3B9AF
(179,185,175)
#9DA29A
(157,162,154)
#878B85
(135,139,133)
#717470
(113,116,112)
#5B5D5B
(91,93,91)
#454646
(69,70,70)
#2F2F31
(47,47,49)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #F5FEEE

#F5FEEE
(245,254,238)
#F5FEEF
(245,254,239)
#F5FEF0
(245,254,240)
#F5FEF1
(245,254,241)
#F5FEF2
(245,254,242)
#F5FEF3
(245,254,243)
#F5FEF4
(245,254,244)
#F5FEF5
(245,254,245)
#F5FEF6
(245,254,246)
#F5FEF7
(245,254,247)
#F5FEF8
(245,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FEEE; }

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

This text font color is #F5FEEE.


Background Color

.myBgColor { background-color: #F5FEEE; }

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

This div background color is #F5FEEE.


Border color

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

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

This div border color is #F5FEEE.


Opacity

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

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

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

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

This text has shadow with #F5FEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FEEE on black background.


Color preview on white background

This text has color #F5FEEE on white background.



Black color preview on #F5FEEE background

This text has black color on #F5FEEE background.


White color preview on #F5FEEE background

This text has white color on #F5FEEE background.