COLOR #F5FECB

HEX: #F5FECB RGB: (245,254,203)

Color info

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

RGB color model

#F5FECB color RGB value is (245,254,203).

RGB: (245,254,203) (96%, 100%, 80%)

RGB channels and saturation

R 245 of 255 = 96%
G 254 of 255 = 100%
B 203 of 255 = 80%

245
254
203

R + G + B ~ 92%. #F5FECB is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 254 + 203 = 702 (100%)
R 245 of 702 ~ 34.9%
G 254 of 702 ~ 36.18%
B 203 of 702 ~ 28.92'%

%34.9
%36.18
%28.92

CMYK color model

#F5FECB color CMYK value is (4,0,20,0).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 20.08%
  • key color value is 0.39%
CMYK: (4,0,20,0) C4M0Y20K0 (4%,0%,20%,0%) (0.04/0.00/0.20/0.00) 

CMYK percentages

%3.54
%0
%20.08
%0.39

Codes

Color #F5FECB in popluar color models

F5 FE CB
RGB 245 254 203
HSL 71° 96.23% 89.61%
HSB/HSV 71° 20.08% 99.61%
CMYK 3.54% 0.00% 20.08%
0.39%

Color #F5FECB in popluar number systems.

HEX F5 FE CB
Decimal 245 254 203
Binary 11110101 11111110 11001011
Octal 365 376 313

Shades and tints

Shades of #F5FECB

#F5FECB
(245,254,203)
#DFE7B9
(223,231,185)
#C9D0A7
(201,208,167)
#B3B995
(179,185,149)
#9DA283
(157,162,131)
#878B71
(135,139,113)
#71745F
(113,116,95)
#5B5D4D
(91,93,77)
#45463B
(69,70,59)
#2F2F29
(47,47,41)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #F5FECB

#F5FECB
(245,254,203)
#F5FECF
(245,254,207)
#F5FED3
(245,254,211)
#F5FED7
(245,254,215)
#F5FEDB
(245,254,219)
#F5FEDF
(245,254,223)
#F5FEE3
(245,254,227)
#F5FEE7
(245,254,231)
#F5FEEB
(245,254,235)
#F5FEEF
(245,254,239)
#F5FEF3
(245,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FECB; }

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

This text font color is #F5FECB.

Background Color

.myBgColor { background-color: #F5FECB; }

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

This div background color is #F5FECB.

Border color

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

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

This div border color is #F5FECB.

Opacity

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

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

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

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

This text has shadow with #F5FECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FECB.

Preview

Color preview on black background

This text has color #F5FECB on black background.


Color preview on white background

This text has color #F5FECB on white background.


Black color preview on #F5FECB background

This text has black color on #F5FECB background.


White color preview on #F5FECB background

This text has white color on #F5FECB background.


Related colors

Complementary color

Complementary color for #hex is #0A0134.


I love getcolorcode.com

Triadic colors

1 #CBF5FE and #FECBF5 with #F5FECB are triadic colors.

2 #CBFEF5 and #FEF5CB with #F5FECB are triadic colors.