COLOR #F6F4BD

HEX: #F6F4BD
RGB: (246,244,189)

Color info

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

RGB color model

#F6F4BD color RGB value is (246,244,189).

  • red value is 246;
  • green value is 244;
  • blue value is 189.
RGB:
(246,244,189)
(96%,96%,74%)

RGB channels and saturation

R 246 of 255 = 96%
G 244 of 255 = 96%
B 189 of 255 = 74%

246
244
189

R + G + B ~ 89%. #F6F4BD is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 244 + 189 = 679 (100%)
R 246 of 679 ~ 36.23%
G 244 of 679 ~ 35.94%
B 189 of 679 ~ 27.84%

%36.23
%35.94
%27.84

CMYK color model

#F6F4BD color CMYK value is (0,1,23,4).

  • cyan value is 0.00%
  • magenta value is 0.81%
  • yellow value is 23.17%
  • key color value is 3.53%
CMYK:
(0,1,23,4)
C0M1Y23K4 
(0%,1%,23%,4%)
(0.00/0.01/0.23/0.04)	

CMYK percentages

%0
%0.81
%23.17
%3.53

Codes

Color #F6F4BD in popluar color models

F6F4BD
RGB246244189
HSL58°76.00%85.29%
HSB/HSV58°23.17%96.47%
CMYK0.00%0.81%23.17%
3.53%

Color #F6F4BD in popluar number systems.

HEXF6F4BD
Decimal246244189
Binary111101101111010010111101
Octal366364275

Shades and tints

Shades of #F6F4BD

#F6F4BD
(246,244,189)
#E0DEAC
(224,222,172)
#CAC89B
(202,200,155)
#B4B28A
(180,178,138)
#9E9C79
(158,156,121)
#888668
(136,134,104)
#727057
(114,112,87)
#5C5A46
(92,90,70)
#464435
(70,68,53)
#302E24
(48,46,36)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #F6F4BD

#F6F4BD
(246,244,189)
#F6F5C3
(246,245,195)
#F6F6C9
(246,246,201)
#F6F7CF
(246,247,207)
#F6F8D5
(246,248,213)
#F6F9DB
(246,249,219)
#F6FAE1
(246,250,225)
#F6FBE7
(246,251,231)
#F6FCED
(246,252,237)
#F6FDF3
(246,253,243)
#F6FEF9
(246,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F4BD color. Also use rgb(246,244,189) instead hex code.

Text Font Color

.myTextColor { color: #F6F4BD; }

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

This text font color is #F6F4BD.


Background Color

.myBgColor { background-color: #F6F4BD; }

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

This div background color is #F6F4BD.


Border color

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

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

This div border color is #F6F4BD.


Opacity

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

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

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

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

This text has shadow with #F6F4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F4BD on black background.


Color preview on white background

This text has color #F6F4BD on white background.



Black color preview on #F6F4BD background

This text has black color on #F6F4BD background.


White color preview on #F6F4BD background

This text has white color on #F6F4BD background.