COLOR #F4CABB

HEX: #F4CABB
RGB: (244,202,187)

Color info

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

RGB color model

#F4CABB color RGB value is (244,202,187).

  • red value is 244;
  • green value is 202;
  • blue value is 187.
RGB:
(244,202,187)
(96%,79%,73%)

RGB channels and saturation

R 244 of 255 = 96%
G 202 of 255 = 79%
B 187 of 255 = 73%

244
202
187

R + G + B ~ 83%. #F4CABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 202 + 187 = 633 (100%)
R 244 of 633 ~ 38.55%
G 202 of 633 ~ 31.91%
B 187 of 633 ~ 29.54%

%38.55
%31.91
%29.54

CMYK color model

#F4CABB color CMYK value is (0,17,23,4).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 23.36%
  • key color value is 4.31%
CMYK:
(0,17,23,4)
C0M17Y23K4 
(0%,17%,23%,4%)
(0.00/0.17/0.23/0.04)	

CMYK percentages

%0
%17.21
%23.36
%4.31

Codes

Color #F4CABB in popluar color models

F4CABB
RGB244202187
HSL16°72.15%84.51%
HSB/HSV16°23.36%95.69%
CMYK0.00%17.21%23.36%
4.31%

Color #F4CABB in popluar number systems.

HEXF4CABB
Decimal244202187
Binary111101001100101010111011
Octal364312273

Shades and tints

Shades of #F4CABB

#F4CABB
(244,202,187)
#DEB8AA
(222,184,170)
#C8A699
(200,166,153)
#B29488
(178,148,136)
#9C8277
(156,130,119)
#867066
(134,112,102)
#705E55
(112,94,85)
#5A4C44
(90,76,68)
#443A33
(68,58,51)
#2E2822
(46,40,34)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #F4CABB

#F4CABB
(244,202,187)
#F5CEC1
(245,206,193)
#F6D2C7
(246,210,199)
#F7D6CD
(247,214,205)
#F8DAD3
(248,218,211)
#F9DED9
(249,222,217)
#FAE2DF
(250,226,223)
#FBE6E5
(251,230,229)
#FCEAEB
(252,234,235)
#FDEEF1
(253,238,241)
#FEF2F7
(254,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4CABB color. Also use rgb(244,202,187) instead hex code.

Text Font Color

.myTextColor { color: #F4CABB; }

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

This text font color is #F4CABB.


Background Color

.myBgColor { background-color: #F4CABB; }

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

This div background color is #F4CABB.


Border color

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

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

This div border color is #F4CABB.


Opacity

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

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

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

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

This text has shadow with #F4CABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CABB on black background.


Color preview on white background

This text has color #F4CABB on white background.



Black color preview on #F4CABB background

This text has black color on #F4CABB background.


White color preview on #F4CABB background

This text has white color on #F4CABB background.