COLOR #F4C2BE

HEX: #F4C2BE
RGB: (244,194,190)

Color info

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

RGB color model

#F4C2BE color RGB value is (244,194,190).

  • red value is 244;
  • green value is 194;
  • blue value is 190.
RGB:
(244,194,190)
(96%,76%,75%)

RGB channels and saturation

R 244 of 255 = 96%
G 194 of 255 = 76%
B 190 of 255 = 75%

244
194
190

R + G + B ~ 82%. #F4C2BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 194 + 190 = 628 (100%)
R 244 of 628 ~ 38.85%
G 194 of 628 ~ 30.89%
B 190 of 628 ~ 30.25%

%38.85
%30.89
%30.25

CMYK color model

#F4C2BE color CMYK value is (0,20,22,4).

  • cyan value is 0.00%
  • magenta value is 20.49%
  • yellow value is 22.13%
  • key color value is 4.31%
CMYK:
(0,20,22,4)
C0M20Y22K4 
(0%,20%,22%,4%)
(0.00/0.20/0.22/0.04)	

CMYK percentages

%0
%20.49
%22.13
%4.31

Codes

Color #F4C2BE in popluar color models

F4C2BE
RGB244194190
HSL71.05%85.10%
HSB/HSV22.13%95.69%
CMYK0.00%20.49%22.13%
4.31%

Color #F4C2BE in popluar number systems.

HEXF4C2BE
Decimal244194190
Binary111101001100001010111110
Octal364302276

Shades and tints

Shades of #F4C2BE

#F4C2BE
(244,194,190)
#DEB1AD
(222,177,173)
#C8A09C
(200,160,156)
#B28F8B
(178,143,139)
#9C7E7A
(156,126,122)
#866D69
(134,109,105)
#705C58
(112,92,88)
#5A4B47
(90,75,71)
#443A36
(68,58,54)
#2E2925
(46,41,37)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #F4C2BE

#F4C2BE
(244,194,190)
#F5C7C3
(245,199,195)
#F6CCC8
(246,204,200)
#F7D1CD
(247,209,205)
#F8D6D2
(248,214,210)
#F9DBD7
(249,219,215)
#FAE0DC
(250,224,220)
#FBE5E1
(251,229,225)
#FCEAE6
(252,234,230)
#FDEFEB
(253,239,235)
#FEF4F0
(254,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C2BE color. Also use rgb(244,194,190) instead hex code.

Text Font Color

.myTextColor { color: #F4C2BE; }

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

This text font color is #F4C2BE.


Background Color

.myBgColor { background-color: #F4C2BE; }

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

This div background color is #F4C2BE.


Border color

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

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

This div border color is #F4C2BE.


Opacity

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

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

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

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

This text has shadow with #F4C2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C2BE on black background.


Color preview on white background

This text has color #F4C2BE on white background.



Black color preview on #F4C2BE background

This text has black color on #F4C2BE background.


White color preview on #F4C2BE background

This text has white color on #F4C2BE background.