COLOR #F5FEEB

HEX: #F5FEEB RGB: (245,254,235)

Color info

#F5FEEB contains red, green and blue colors in about the same proportion. Web safe color of #F5FEEB is #FFFFFF (or #FFF).

RGB color model

#F5FEEB color RGB value is (245,254,235).

RGB: (245,254,235) (96%, 100%, 92%)

RGB channels and saturation

R 245 of 255 = 96%
G 254 of 255 = 100%
B 235 of 255 = 92%

245
254
235

R + G + B ~ 96%. #F5FEEB is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 254 + 235 = 734 (100%)
R 245 of 734 ~ 33.38%
G 254 of 734 ~ 34.6%
B 235 of 734 ~ 32.02'%

%33.38
%34.6
%32.02

CMYK color model

#F5FEEB color CMYK value is (4,0,7,0).

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

CMYK: (4,0,7,0)
C4M0Y7K0 (4%, 0%, 7%, 0%)
(0.04 / 0.00 / 0.07 / 0.00)

CMYK percentages

%3.54
%0
%7.48
%0.39

Codes

Color #F5FEEB in popluar color models

F5 FE EB
RGB 245 254 235
HSL 88° 90.48% 95.88%
HSB/HSV 88° 7.48% 99.61%
CMYK 3.54% 0.00% 7.48%
0.39%

Color #F5FEEB in popluar number systems.

HEX F5 FE EB
Decimal 245 254 235
Binary 11110101 11111110 11101011
Octal 365 376 353

Shades and tints

Shades of #F5FEEB

#F5FEEB
(245,254,235)
#DFE7D6
(223,231,214)
#C9D0C1
(201,208,193)
#B3B9AC
(179,185,172)
#9DA297
(157,162,151)
#878B82
(135,139,130)
#71746D
(113,116,109)
#5B5D58
(91,93,88)
#454643
(69,70,67)
#2F2F2E
(47,47,46)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #F5FEEB

#F5FEEB
(245,254,235)
#F5FEEC
(245,254,236)
#F5FEED
(245,254,237)
#F5FEEE
(245,254,238)
#F5FEEF
(245,254,239)
#F5FEF0
(245,254,240)
#F5FEF1
(245,254,241)
#F5FEF2
(245,254,242)
#F5FEF3
(245,254,243)
#F5FEF4
(245,254,244)
#F5FEF5
(245,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FEEB; }

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

This text font color is #F5FEEB.

Background Color

.myBgColor { background-color: #F5FEEB; }

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

This div background color is #F5FEEB.

Border color

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

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

This div border color is #F5FEEB.

Opacity

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

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

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

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

This text has shadow with #F5FEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FEEB.

Preview

Color preview on black background

This text has color #F5FEEB on black background.


Color preview on white background

This text has color #F5FEEB on white background.


Black color preview on #F5FEEB background

This text has black color on #F5FEEB background.


White color preview on #F5FEEB background

This text has white color on #F5FEEB background.


Related colors

Complementary color

Complementary color for #hex is #0A0114.


I love getcolorcode.com

Triadic colors

1 #EBF5FE and #FEEBF5 with #F5FEEB are triadic colors.

2 #EBFEF5 and #FEF5EB with #F5FEEB are triadic colors.