COLOR #F6DEBB

HEX: #F6DEBB
RGB: (246,222,187)

Color info

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

RGB color model

#F6DEBB color RGB value is (246,222,187).

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

RGB channels and saturation

R 246 of 255 = 96%
G 222 of 255 = 87%
B 187 of 255 = 73%

246
222
187

R + G + B ~ 85%. #F6DEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 222 + 187 = 655 (100%)
R 246 of 655 ~ 37.56%
G 222 of 655 ~ 33.89%
B 187 of 655 ~ 28.55%

%37.56
%33.89
%28.55

CMYK color model

#F6DEBB color CMYK value is (0,10,24,4).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 23.98%
  • key color value is 3.53%
CMYK:
(0,10,24,4)
C0M10Y24K4 
(0%,10%,24%,4%)
(0.00/0.10/0.24/0.04)	

CMYK percentages

%0
%9.76
%23.98
%3.53

Codes

Color #F6DEBB in popluar color models

F6DEBB
RGB246222187
HSL36°76.62%84.90%
HSB/HSV36°23.98%96.47%
CMYK0.00%9.76%23.98%
3.53%

Color #F6DEBB in popluar number systems.

HEXF6DEBB
Decimal246222187
Binary111101101101111010111011
Octal366336273

Shades and tints

Shades of #F6DEBB

#F6DEBB
(246,222,187)
#E0CAAA
(224,202,170)
#CAB699
(202,182,153)
#B4A288
(180,162,136)
#9E8E77
(158,142,119)
#887A66
(136,122,102)
#726655
(114,102,85)
#5C5244
(92,82,68)
#463E33
(70,62,51)
#302A22
(48,42,34)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #F6DEBB

#F6DEBB
(246,222,187)
#F6E1C1
(246,225,193)
#F6E4C7
(246,228,199)
#F6E7CD
(246,231,205)
#F6EAD3
(246,234,211)
#F6EDD9
(246,237,217)
#F6F0DF
(246,240,223)
#F6F3E5
(246,243,229)
#F6F6EB
(246,246,235)
#F6F9F1
(246,249,241)
#F6FCF7
(246,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DEBB; }

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

This text font color is #F6DEBB.


Background Color

.myBgColor { background-color: #F6DEBB; }

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

This div background color is #F6DEBB.


Border color

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

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

This div border color is #F6DEBB.


Opacity

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

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

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

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

This text has shadow with #F6DEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DEBB on black background.


Color preview on white background

This text has color #F6DEBB on white background.



Black color preview on #F6DEBB background

This text has black color on #F6DEBB background.


White color preview on #F6DEBB background

This text has white color on #F6DEBB background.