COLOR #F2DEBB

HEX: #F2DEBB RGB: (242,222,187)

Color info

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

RGB color model

#F2DEBB color RGB value is (242,222,187).

RGB: (242,222,187) (95%, 87%, 73%)

RGB channels and saturation

R 242 of 255 = 95%
G 222 of 255 = 87%
B 187 of 255 = 73%

242
222
187

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

Portions of RGB colors in percentages

R + G + B = 242 + 222 + 187 = 651 (100%)
R 242 of 651 ~ 37.17%
G 222 of 651 ~ 34.1%
B 187 of 651 ~ 28.73'%

%37.17
%34.1
%28.73

CMYK color model

#F2DEBB color CMYK value is (0,8,23,5).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 22.73%
  • key color value is 5.10%

CMYK: (0,8,23,5)
C0M8Y23K5 (0%, 8%, 23%, 5%)
(0.00 / 0.08 / 0.23 / 0.05)

CMYK percentages

%0
%8.26
%22.73
%5.1

Codes

Color #F2DEBB in popluar color models

F2 DE BB
RGB 242 222 187
HSL 38° 67.90% 84.12%
HSB/HSV 38° 22.73% 94.90%
CMYK 0.00% 8.26% 22.73%
5.10%

Color #F2DEBB in popluar number systems.

HEX F2 DE BB
Decimal 242 222 187
Binary 11110010 11011110 10111011
Octal 362 336 273

Shades and tints

Shades of #F2DEBB

#F2DEBB
(242,222,187)
#DCCAAA
(220,202,170)
#C6B699
(198,182,153)
#B0A288
(176,162,136)
#9A8E77
(154,142,119)
#847A66
(132,122,102)
#6E6655
(110,102,85)
#585244
(88,82,68)
#423E33
(66,62,51)
#2C2A22
(44,42,34)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #F2DEBB

#F2DEBB
(242,222,187)
#F3E1C1
(243,225,193)
#F4E4C7
(244,228,199)
#F5E7CD
(245,231,205)
#F6EAD3
(246,234,211)
#F7EDD9
(247,237,217)
#F8F0DF
(248,240,223)
#F9F3E5
(249,243,229)
#FAF6EB
(250,246,235)
#FBF9F1
(251,249,241)
#FCFCF7
(252,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DEBB; }

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

This text font color is #F2DEBB.

Background Color

.myBgColor { background-color: #F2DEBB; }

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

This div background color is #F2DEBB.

Border color

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

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

This div border color is #F2DEBB.

Opacity

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

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

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

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

This text has shadow with #F2DEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2DEBB.

Preview

Color preview on black background

This text has color #F2DEBB on black background.


Color preview on white background

This text has color #F2DEBB on white background.


Black color preview on #F2DEBB background

This text has black color on #F2DEBB background.


White color preview on #F2DEBB background

This text has white color on #F2DEBB background.


Related colors

Complementary color

Complementary color for #hex is #0D2144.


I love getcolorcode.com

Triadic colors

1 #BBF2DE and #DEBBF2 with #F2DEBB are triadic colors.

2 #BBDEF2 and #DEF2BB with #F2DEBB are triadic colors.