COLOR #F5FFE2

HEX: #F5FFE2
RGB: (245,255,226)

Color info

#F5FFE2 contains red, green and blue colors in about the same proportion. Web safe color of #F5FFE2 is #FFFFCC (or #FFC).

RGB color model

#F5FFE2 color RGB value is (245,255,226).

  • red value is 245;
  • green value is 255;
  • blue value is 226.
RGB:
(245,255,226)
(96%,100%,89%)

RGB channels and saturation

R 245 of 255 = 96%
G 255 of 255 = 100%
B 226 of 255 = 89%

245
255
226

R + G + B ~ 95%. #F5FFE2 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 255 + 226 = 726 (100%)
R 245 of 726 ~ 33.75%
G 255 of 726 ~ 35.12%
B 226 of 726 ~ 31.13%

%33.75
%35.12
%31.13

CMYK color model

#F5FFE2 color CMYK value is (4,0,11,0).

  • cyan value is 3.92%
  • magenta value is 0.00%
  • yellow value is 11.37%
  • key color value is 0.00%
CMYK:
(4,0,11,0)
C4M0Y11K0 
(4%,0%,11%,0%)
(0.04/0.00/0.11/0.00)	

CMYK percentages

%3.92
%0
%11.37
%0

Codes

Color #F5FFE2 in popluar color models

F5FFE2
RGB245255226
HSL81°100.00%94.31%
HSB/HSV81°11.37%100.00%
CMYK3.92%0.00%11.37%
0.00%

Color #F5FFE2 in popluar number systems.

HEXF5FFE2
Decimal245255226
Binary111101011111111111100010
Octal365377342

Shades and tints

Shades of #F5FFE2

#F5FFE2
(245,255,226)
#DFE8CE
(223,232,206)
#C9D1BA
(201,209,186)
#B3BAA6
(179,186,166)
#9DA392
(157,163,146)
#878C7E
(135,140,126)
#71756A
(113,117,106)
#5B5E56
(91,94,86)
#454742
(69,71,66)
#2F302E
(47,48,46)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #F5FFE2

#F5FFE2
(245,255,226)
#F5FFE4
(245,255,228)
#F5FFE6
(245,255,230)
#F5FFE8
(245,255,232)
#F5FFEA
(245,255,234)
#F5FFEC
(245,255,236)
#F5FFEE
(245,255,238)
#F5FFF0
(245,255,240)
#F5FFF2
(245,255,242)
#F5FFF4
(245,255,244)
#F5FFF6
(245,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5FFE2 color. Also use rgb(245,255,226) instead hex code.

Text Font Color

.myTextColor { color: #F5FFE2; }

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

This text font color is #F5FFE2.


Background Color

.myBgColor { background-color: #F5FFE2; }

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

This div background color is #F5FFE2.


Border color

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

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

This div border color is #F5FFE2.


Opacity

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

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

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

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

This text has shadow with #F5FFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FFE2 on black background.


Color preview on white background

This text has color #F5FFE2 on white background.



Black color preview on #F5FFE2 background

This text has black color on #F5FFE2 background.


White color preview on #F5FFE2 background

This text has white color on #F5FFE2 background.