COLOR #F5F6DB

HEX: #F5F6DB
RGB: (245,246,219)

Color info

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

RGB color model

#F5F6DB color RGB value is (245,246,219).

  • red value is 245;
  • green value is 246;
  • blue value is 219.
RGB:
(245,246,219)
(96%,96%,86%)

RGB channels and saturation

R 245 of 255 = 96%
G 246 of 255 = 96%
B 219 of 255 = 86%

245
246
219

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

Portions of RGB colors in percentages

R + G + B =
245 + 246 + 219 = 710 (100%)
R 245 of 710 ~ 34.51%
G 246 of 710 ~ 34.65%
B 219 of 710 ~ 30.85%

%34.51
%34.65
%30.85

CMYK color model

#F5F6DB color CMYK value is (0,0,11,4).

  • cyan value is 0.41%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 3.53%
CMYK:
(0,0,11,4)
C0M0Y11K4 
(0%,0%,11%,4%)
(0.00/0.00/0.11/0.04)	

CMYK percentages

%0.41
%0
%10.98
%3.53

Codes

Color #F5F6DB in popluar color models

F5F6DB
RGB245246219
HSL62°60.00%91.18%
HSB/HSV62°10.98%96.47%
CMYK0.41%0.00%10.98%
3.53%

Color #F5F6DB in popluar number systems.

HEXF5F6DB
Decimal245246219
Binary111101011111011011011011
Octal365366333

Shades and tints

Shades of #F5F6DB

#F5F6DB
(245,246,219)
#DFE0C8
(223,224,200)
#C9CAB5
(201,202,181)
#B3B4A2
(179,180,162)
#9D9E8F
(157,158,143)
#87887C
(135,136,124)
#717269
(113,114,105)
#5B5C56
(91,92,86)
#454643
(69,70,67)
#2F3030
(47,48,48)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #F5F6DB

#F5F6DB
(245,246,219)
#F5F6DE
(245,246,222)
#F5F6E1
(245,246,225)
#F5F6E4
(245,246,228)
#F5F6E7
(245,246,231)
#F5F6EA
(245,246,234)
#F5F6ED
(245,246,237)
#F5F6F0
(245,246,240)
#F5F6F3
(245,246,243)
#F5F6F6
(245,246,246)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F6DB; }

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

This text font color is #F5F6DB.


Background Color

.myBgColor { background-color: #F5F6DB; }

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

This div background color is #F5F6DB.


Border color

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

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

This div border color is #F5F6DB.


Opacity

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

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

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

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

This text has shadow with #F5F6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F6DB on black background.


Color preview on white background

This text has color #F5F6DB on white background.



Black color preview on #F5F6DB background

This text has black color on #F5F6DB background.


White color preview on #F5F6DB background

This text has white color on #F5F6DB background.