COLOR #F6DEBD

HEX: #F6DEBD
RGB: (246,222,189)

Color info

#F6DEBD contains red, green and blue colors in about the same proportion. Web safe color of #F6DEBD is #FFCCCC (or #FCC).

RGB color model

#F6DEBD color RGB value is (246,222,189).

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

RGB channels and saturation

R 246 of 255 = 96%
G 222 of 255 = 87%
B 189 of 255 = 74%

246
222
189

R + G + B ~ 86%. #F6DEBD is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 222 + 189 = 657 (100%)
R 246 of 657 ~ 37.44%
G 222 of 657 ~ 33.79%
B 189 of 657 ~ 28.77%

%37.44
%33.79
%28.77

CMYK color model

#F6DEBD color CMYK value is (0,10,23,4).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 23.17%
  • key color value is 3.53%
CMYK:
(0,10,23,4)
C0M10Y23K4 
(0%,10%,23%,4%)
(0.00/0.10/0.23/0.04)	

CMYK percentages

%0
%9.76
%23.17
%3.53

Codes

Color #F6DEBD in popluar color models

F6DEBD
RGB246222189
HSL35°76.00%85.29%
HSB/HSV35°23.17%96.47%
CMYK0.00%9.76%23.17%
3.53%

Color #F6DEBD in popluar number systems.

HEXF6DEBD
Decimal246222189
Binary111101101101111010111101
Octal366336275

Shades and tints

Shades of #F6DEBD

#F6DEBD
(246,222,189)
#E0CAAC
(224,202,172)
#CAB69B
(202,182,155)
#B4A28A
(180,162,138)
#9E8E79
(158,142,121)
#887A68
(136,122,104)
#726657
(114,102,87)
#5C5246
(92,82,70)
#463E35
(70,62,53)
#302A24
(48,42,36)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #F6DEBD

#F6DEBD
(246,222,189)
#F6E1C3
(246,225,195)
#F6E4C9
(246,228,201)
#F6E7CF
(246,231,207)
#F6EAD5
(246,234,213)
#F6EDDB
(246,237,219)
#F6F0E1
(246,240,225)
#F6F3E7
(246,243,231)
#F6F6ED
(246,246,237)
#F6F9F3
(246,249,243)
#F6FCF9
(246,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DEBD; }

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

This text font color is #F6DEBD.


Background Color

.myBgColor { background-color: #F6DEBD; }

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

This div background color is #F6DEBD.


Border color

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

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

This div border color is #F6DEBD.


Opacity

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

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

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

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

This text has shadow with #F6DEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DEBD on black background.


Color preview on white background

This text has color #F6DEBD on white background.



Black color preview on #F6DEBD background

This text has black color on #F6DEBD background.


White color preview on #F6DEBD background

This text has white color on #F6DEBD background.