COLOR #F2C69B

HEX: #F2C69B
RGB: (242,198,155)

Color info

#F2C69B contains mainly red and green colors. Web safe color of #F2C69B is #FFCC99 (or #FC9).

RGB color model

#F2C69B color RGB value is (242,198,155).

  • red value is 242;
  • green value is 198;
  • blue value is 155.
RGB:
(242,198,155)
(95%,78%,61%)

RGB channels and saturation

R 242 of 255 = 95%
G 198 of 255 = 78%
B 155 of 255 = 61%

242
198
155

R + G + B ~ 78%. #F2C69B is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 198 + 155 = 595 (100%)
R 242 of 595 ~ 40.67%
G 198 of 595 ~ 33.28%
B 155 of 595 ~ 26.05%

%40.67
%33.28
%26.05

CMYK color model

#F2C69B color CMYK value is (0,18,36,5).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 35.95%
  • key color value is 5.10%
CMYK:
(0,18,36,5)
C0M18Y36K5 
(0%,18%,36%,5%)
(0.00/0.18/0.36/0.05)	

CMYK percentages

%0
%18.18
%35.95
%5.1

Codes

Color #F2C69B in popluar color models

F2C69B
RGB242198155
HSL30°76.99%77.84%
HSB/HSV30°35.95%94.90%
CMYK0.00%18.18%35.95%
5.10%

Color #F2C69B in popluar number systems.

HEXF2C69B
Decimal242198155
Binary111100101100011010011011
Octal362306233

Shades and tints

Shades of #F2C69B

#F2C69B
(242,198,155)
#DCB48D
(220,180,141)
#C6A27F
(198,162,127)
#B09071
(176,144,113)
#9A7E63
(154,126,99)
#846C55
(132,108,85)
#6E5A47
(110,90,71)
#584839
(88,72,57)
#42362B
(66,54,43)
#2C241D
(44,36,29)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #F2C69B

#F2C69B
(242,198,155)
#F3CBA4
(243,203,164)
#F4D0AD
(244,208,173)
#F5D5B6
(245,213,182)
#F6DABF
(246,218,191)
#F7DFC8
(247,223,200)
#F8E4D1
(248,228,209)
#F9E9DA
(249,233,218)
#FAEEE3
(250,238,227)
#FBF3EC
(251,243,236)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C69B color. Also use rgb(242,198,155) instead hex code.

Text Font Color

.myTextColor { color: #F2C69B; }

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

This text font color is #F2C69B.


Background Color

.myBgColor { background-color: #F2C69B; }

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

This div background color is #F2C69B.


Border color

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

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

This div border color is #F2C69B.


Opacity

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

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

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

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

This text has shadow with #F2C69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C69B on black background.


Color preview on white background

This text has color #F2C69B on white background.



Black color preview on #F2C69B background

This text has black color on #F2C69B background.


White color preview on #F2C69B background

This text has white color on #F2C69B background.