COLOR #F4C3D3

HEX: #F4C3D3
RGB: (244,195,211)

Color info

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

RGB color model

#F4C3D3 color RGB value is (244,195,211).

  • red value is 244;
  • green value is 195;
  • blue value is 211.
RGB:
(244,195,211)
(96%,76%,83%)

RGB channels and saturation

R 244 of 255 = 96%
G 195 of 255 = 76%
B 211 of 255 = 83%

244
195
211

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

Portions of RGB colors in percentages

R + G + B =
244 + 195 + 211 = 650 (100%)
R 244 of 650 ~ 37.54%
G 195 of 650 ~ 30%
B 211 of 650 ~ 32.46%

%37.54
%30
%32.46

CMYK color model

#F4C3D3 color CMYK value is (0,20,14,4).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 13.52%
  • key color value is 4.31%
CMYK:
(0,20,14,4)
C0M20Y14K4 
(0%,20%,14%,4%)
(0.00/0.20/0.14/0.04)	

CMYK percentages

%0
%20.08
%13.52
%4.31

Codes

Color #F4C3D3 in popluar color models

F4C3D3
RGB244195211
HSL340°69.01%86.08%
HSB/HSV340°20.08%95.69%
CMYK0.00%20.08%13.52%
4.31%

Color #F4C3D3 in popluar number systems.

HEXF4C3D3
Decimal244195211
Binary111101001100001111010011
Octal364303323

Shades and tints

Shades of #F4C3D3

#F4C3D3
(244,195,211)
#DEB2C0
(222,178,192)
#C8A1AD
(200,161,173)
#B2909A
(178,144,154)
#9C7F87
(156,127,135)
#866E74
(134,110,116)
#705D61
(112,93,97)
#5A4C4E
(90,76,78)
#443B3B
(68,59,59)
#2E2A28
(46,42,40)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #F4C3D3

#F4C3D3
(244,195,211)
#F5C8D7
(245,200,215)
#F6CDDB
(246,205,219)
#F7D2DF
(247,210,223)
#F8D7E3
(248,215,227)
#F9DCE7
(249,220,231)
#FAE1EB
(250,225,235)
#FBE6EF
(251,230,239)
#FCEBF3
(252,235,243)
#FDF0F7
(253,240,247)
#FEF5FB
(254,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C3D3 color. Also use rgb(244,195,211) instead hex code.

Text Font Color

.myTextColor { color: #F4C3D3; }

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

This text font color is #F4C3D3.


Background Color

.myBgColor { background-color: #F4C3D3; }

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

This div background color is #F4C3D3.


Border color

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

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

This div border color is #F4C3D3.


Opacity

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

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

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

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

This text has shadow with #F4C3D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C3D3 on black background.


Color preview on white background

This text has color #F4C3D3 on white background.



Black color preview on #F4C3D3 background

This text has black color on #F4C3D3 background.


White color preview on #F4C3D3 background

This text has white color on #F4C3D3 background.