COLOR #F5FFDE

HEX: #F5FFDE
RGB: (245,255,222)

Color info

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

RGB color model

#F5FFDE color RGB value is (245,255,222).

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

RGB channels and saturation

R 245 of 255 = 96%
G 255 of 255 = 100%
B 222 of 255 = 87%

245
255
222

R + G + B ~ 94%. #F5FFDE is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 255 + 222 = 722 (100%)
R 245 of 722 ~ 33.93%
G 255 of 722 ~ 35.32%
B 222 of 722 ~ 30.75%

%33.93
%35.32
%30.75

CMYK color model

#F5FFDE color CMYK value is (4,0,13,0).

  • cyan value is 3.92%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 0.00%
CMYK:
(4,0,13,0)
C4M0Y13K0 
(4%,0%,13%,0%)
(0.04/0.00/0.13/0.00)	

CMYK percentages

%3.92
%0
%12.94
%0

Codes

Color #F5FFDE in popluar color models

F5FFDE
RGB245255222
HSL78°100.00%93.53%
HSB/HSV78°12.94%100.00%
CMYK3.92%0.00%12.94%
0.00%

Color #F5FFDE in popluar number systems.

HEXF5FFDE
Decimal245255222
Binary111101011111111111011110
Octal365377336

Shades and tints

Shades of #F5FFDE

#F5FFDE
(245,255,222)
#DFE8CA
(223,232,202)
#C9D1B6
(201,209,182)
#B3BAA2
(179,186,162)
#9DA38E
(157,163,142)
#878C7A
(135,140,122)
#717566
(113,117,102)
#5B5E52
(91,94,82)
#45473E
(69,71,62)
#2F302A
(47,48,42)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #F5FFDE

#F5FFDE
(245,255,222)
#F5FFE1
(245,255,225)
#F5FFE4
(245,255,228)
#F5FFE7
(245,255,231)
#F5FFEA
(245,255,234)
#F5FFED
(245,255,237)
#F5FFF0
(245,255,240)
#F5FFF3
(245,255,243)
#F5FFF6
(245,255,246)
#F5FFF9
(245,255,249)
#F5FFFC
(245,255,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FFDE; }

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

This text font color is #F5FFDE.


Background Color

.myBgColor { background-color: #F5FFDE; }

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

This div background color is #F5FFDE.


Border color

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

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

This div border color is #F5FFDE.


Opacity

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

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

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

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

This text has shadow with #F5FFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FFDE on black background.


Color preview on white background

This text has color #F5FFDE on white background.



Black color preview on #F5FFDE background

This text has black color on #F5FFDE background.


White color preview on #F5FFDE background

This text has white color on #F5FFDE background.