COLOR #F5FADD

HEX: #F5FADD
RGB: (245,250,221)

Color info

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

RGB color model

#F5FADD color RGB value is (245,250,221).

  • red value is 245;
  • green value is 250;
  • blue value is 221.
RGB:
(245,250,221)
(96%,98%,87%)

RGB channels and saturation

R 245 of 255 = 96%
G 250 of 255 = 98%
B 221 of 255 = 87%

245
250
221

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

Portions of RGB colors in percentages

R + G + B =
245 + 250 + 221 = 716 (100%)
R 245 of 716 ~ 34.22%
G 250 of 716 ~ 34.92%
B 221 of 716 ~ 30.87%

%34.22
%34.92
%30.87

CMYK color model

#F5FADD color CMYK value is (2,0,12,2).

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 11.60%
  • key color value is 1.96%
CMYK:
(2,0,12,2)
C2M0Y12K2 
(2%,0%,12%,2%)
(0.02/0.00/0.12/0.02)	

CMYK percentages

%2
%0
%11.6
%1.96

Codes

Color #F5FADD in popluar color models

F5FADD
RGB245250221
HSL70°74.36%92.35%
HSB/HSV70°11.60%98.04%
CMYK2.00%0.00%11.60%
1.96%

Color #F5FADD in popluar number systems.

HEXF5FADD
Decimal245250221
Binary111101011111101011011101
Octal365372335

Shades and tints

Shades of #F5FADD

#F5FADD
(245,250,221)
#DFE4C9
(223,228,201)
#C9CEB5
(201,206,181)
#B3B8A1
(179,184,161)
#9DA28D
(157,162,141)
#878C79
(135,140,121)
#717665
(113,118,101)
#5B6051
(91,96,81)
#454A3D
(69,74,61)
#2F3429
(47,52,41)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #F5FADD

#F5FADD
(245,250,221)
#F5FAE0
(245,250,224)
#F5FAE3
(245,250,227)
#F5FAE6
(245,250,230)
#F5FAE9
(245,250,233)
#F5FAEC
(245,250,236)
#F5FAEF
(245,250,239)
#F5FAF2
(245,250,242)
#F5FAF5
(245,250,245)
#F5FAF8
(245,250,248)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FADD; }

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

This text font color is #F5FADD.


Background Color

.myBgColor { background-color: #F5FADD; }

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

This div background color is #F5FADD.


Border color

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

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

This div border color is #F5FADD.


Opacity

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

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

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

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

This text has shadow with #F5FADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FADD on black background.


Color preview on white background

This text has color #F5FADD on white background.



Black color preview on #F5FADD background

This text has black color on #F5FADD background.


White color preview on #F5FADD background

This text has white color on #F5FADD background.