COLOR #F5FADA

HEX: #F5FADA RGB: (245,250,218)

Color info

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

RGB color model

#F5FADA color RGB value is (245,250,218).

RGB: (245,250,218) (96%, 98%, 85%)

RGB channels and saturation

R 245 of 255 = 96%
G 250 of 255 = 98%
B 218 of 255 = 85%

245
250
218

R + G + B ~ 93%. #F5FADA is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 250 + 218 = 713 (100%)
R 245 of 713 ~ 34.36%
G 250 of 713 ~ 35.06%
B 218 of 713 ~ 30.58'%

%34.36
%35.06
%30.58

CMYK color model

#F5FADA color CMYK value is (2,0,13,2).

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 12.80%
  • key color value is 1.96%
CMYK: (2,0,13,2) C2M0Y13K2 (2%,0%,13%,2%) (0.02/0.00/0.13/0.02) 

CMYK percentages

%2
%0
%12.8
%1.96

Codes

Color #F5FADA in popluar color models

F5 FA DA
RGB 245 250 218
HSL 69° 76.19% 91.76%
HSB/HSV 69° 12.80% 98.04%
CMYK 2.00% 0.00% 12.80%
1.96%

Color #F5FADA in popluar number systems.

HEX F5 FA DA
Decimal 245 250 218
Binary 11110101 11111010 11011010
Octal 365 372 332

Shades and tints

Shades of #F5FADA

#F5FADA
(245,250,218)
#DFE4C7
(223,228,199)
#C9CEB4
(201,206,180)
#B3B8A1
(179,184,161)
#9DA28E
(157,162,142)
#878C7B
(135,140,123)
#717668
(113,118,104)
#5B6055
(91,96,85)
#454A42
(69,74,66)
#2F342F
(47,52,47)
#191E1C
(25,30,28)
#000000
(0,0,0)

Tints of #F5FADA

#F5FADA
(245,250,218)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FADA; }

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

This text font color is #F5FADA.

Background Color

.myBgColor { background-color: #F5FADA; }

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

This div background color is #F5FADA.

Border color

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

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

This div border color is #F5FADA.

Opacity

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

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

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

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

This text has shadow with #F5FADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FADA.

Preview

Color preview on black background

This text has color #F5FADA on black background.


Color preview on white background

This text has color #F5FADA on white background.


Black color preview on #F5FADA background

This text has black color on #F5FADA background.


White color preview on #F5FADA background

This text has white color on #F5FADA background.


Related colors

Complementary color

Complementary color for #hex is #0A0525.


I love getcolorcode.com

Triadic colors

1 #DAF5FA and #FADAF5 with #F5FADA are triadic colors.

2 #DAFAF5 and #FAF5DA with #F5FADA are triadic colors.