COLOR #F5FEEA

HEX: #F5FEEA
RGB: (245,254,234)

Color info

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

RGB color model

#F5FEEA color RGB value is (245,254,234).

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

RGB channels and saturation

R 245 of 255 = 96%
G 254 of 255 = 100%
B 234 of 255 = 92%

245
254
234

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

Portions of RGB colors in percentages

R + G + B =
245 + 254 + 234 = 733 (100%)
R 245 of 733 ~ 33.42%
G 254 of 733 ~ 34.65%
B 234 of 733 ~ 31.92%

%33.42
%34.65
%31.92

CMYK color model

#F5FEEA color CMYK value is (4,0,8,0).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 7.87%
  • key color value is 0.39%
CMYK:
(4,0,8,0)
C4M0Y8K0 
(4%,0%,8%,0%)
(0.04/0.00/0.08/0.00)	

CMYK percentages

%3.54
%0
%7.87
%0.39

Codes

Color #F5FEEA in popluar color models

F5FEEA
RGB245254234
HSL87°90.91%95.69%
HSB/HSV87°7.87%99.61%
CMYK3.54%0.00%7.87%
0.39%

Color #F5FEEA in popluar number systems.

HEXF5FEEA
Decimal245254234
Binary111101011111111011101010
Octal365376352

Shades and tints

Shades of #F5FEEA

#F5FEEA
(245,254,234)
#DFE7D5
(223,231,213)
#C9D0C0
(201,208,192)
#B3B9AB
(179,185,171)
#9DA296
(157,162,150)
#878B81
(135,139,129)
#71746C
(113,116,108)
#5B5D57
(91,93,87)
#454642
(69,70,66)
#2F2F2D
(47,47,45)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #F5FEEA

#F5FEEA
(245,254,234)
#F5FEEB
(245,254,235)
#F5FEEC
(245,254,236)
#F5FEED
(245,254,237)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FEEA; }

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

This text font color is #F5FEEA.


Background Color

.myBgColor { background-color: #F5FEEA; }

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

This div background color is #F5FEEA.


Border color

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

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

This div border color is #F5FEEA.


Opacity

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

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

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

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

This text has shadow with #F5FEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FEEA on black background.


Color preview on white background

This text has color #F5FEEA on white background.



Black color preview on #F5FEEA background

This text has black color on #F5FEEA background.


White color preview on #F5FEEA background

This text has white color on #F5FEEA background.