COLOR #F5FEDB

HEX: #F5FEDB RGB: (245,254,219)

Color info

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

RGB color model

#F5FEDB color RGB value is (245,254,219).

RGB: (245,254,219) (96%, 100%, 86%)

RGB channels and saturation

R 245 of 255 = 96%
G 254 of 255 = 100%
B 219 of 255 = 86%

245
254
219

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

Portions of RGB colors in percentages

R + G + B = 245 + 254 + 219 = 718 (100%)
R 245 of 718 ~ 34.12%
G 254 of 718 ~ 35.38%
B 219 of 718 ~ 30.5'%

%34.12
%35.38
%30.5

CMYK color model

#F5FEDB color CMYK value is (4,0,14,0).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 13.78%
  • key color value is 0.39%

CMYK: (4,0,14,0)
C4M0Y14K0 (4%, 0%, 14%, 0%)
(0.04 / 0.00 / 0.14 / 0.00)

CMYK percentages

%3.54
%0
%13.78
%0.39

Codes

Color #F5FEDB in popluar color models

F5 FE DB
RGB 245 254 219
HSL 75° 94.59% 92.75%
HSB/HSV 75° 13.78% 99.61%
CMYK 3.54% 0.00% 13.78%
0.39%

Color #F5FEDB in popluar number systems.

HEX F5 FE DB
Decimal 245 254 219
Binary 11110101 11111110 11011011
Octal 365 376 333

Shades and tints

Shades of #F5FEDB

#F5FEDB
(245,254,219)
#DFE7C8
(223,231,200)
#C9D0B5
(201,208,181)
#B3B9A2
(179,185,162)
#9DA28F
(157,162,143)
#878B7C
(135,139,124)
#717469
(113,116,105)
#5B5D56
(91,93,86)
#454643
(69,70,67)
#2F2F30
(47,47,48)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #F5FEDB

#F5FEDB
(245,254,219)
#F5FEDE
(245,254,222)
#F5FEE1
(245,254,225)
#F5FEE4
(245,254,228)
#F5FEE7
(245,254,231)
#F5FEEA
(245,254,234)
#F5FEED
(245,254,237)
#F5FEF0
(245,254,240)
#F5FEF3
(245,254,243)
#F5FEF6
(245,254,246)
#F5FEF9
(245,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FEDB; }

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

This text font color is #F5FEDB.

Background Color

.myBgColor { background-color: #F5FEDB; }

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

This div background color is #F5FEDB.

Border color

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

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

This div border color is #F5FEDB.

Opacity

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

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

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

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

This text has shadow with #F5FEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FEDB.

Preview

Color preview on black background

This text has color #F5FEDB on black background.


Color preview on white background

This text has color #F5FEDB on white background.


Black color preview on #F5FEDB background

This text has black color on #F5FEDB background.


White color preview on #F5FEDB background

This text has white color on #F5FEDB background.


Related colors

Complementary color

Complementary color for #hex is #0A0124.


I love getcolorcode.com

Triadic colors

1 #DBF5FE and #FEDBF5 with #F5FEDB are triadic colors.

2 #DBFEF5 and #FEF5DB with #F5FEDB are triadic colors.