COLOR #F4C0CB

HEX: #F4C0CB
RGB: (244,192,203)

Color info

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

RGB color model

#F4C0CB color RGB value is (244,192,203).

  • red value is 244;
  • green value is 192;
  • blue value is 203.
RGB:
(244,192,203)
(96%,75%,80%)

RGB channels and saturation

R 244 of 255 = 96%
G 192 of 255 = 75%
B 203 of 255 = 80%

244
192
203

R + G + B ~ 84%. #F4C0CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 192 + 203 = 639 (100%)
R 244 of 639 ~ 38.18%
G 192 of 639 ~ 30.05%
B 203 of 639 ~ 31.77%

%38.18
%30.05
%31.77

CMYK color model

#F4C0CB color CMYK value is (0,21,17,4).

  • cyan value is 0.00%
  • magenta value is 21.31%
  • yellow value is 16.80%
  • key color value is 4.31%
CMYK:
(0,21,17,4)
C0M21Y17K4 
(0%,21%,17%,4%)
(0.00/0.21/0.17/0.04)	

CMYK percentages

%0
%21.31
%16.8
%4.31

Codes

Color #F4C0CB in popluar color models

F4C0CB
RGB244192203
HSL347°70.27%85.49%
HSB/HSV347°21.31%95.69%
CMYK0.00%21.31%16.80%
4.31%

Color #F4C0CB in popluar number systems.

HEXF4C0CB
Decimal244192203
Binary111101001100000011001011
Octal364300313

Shades and tints

Shades of #F4C0CB

#F4C0CB
(244,192,203)
#DEAFB9
(222,175,185)
#C89EA7
(200,158,167)
#B28D95
(178,141,149)
#9C7C83
(156,124,131)
#866B71
(134,107,113)
#705A5F
(112,90,95)
#5A494D
(90,73,77)
#44383B
(68,56,59)
#2E2729
(46,39,41)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #F4C0CB

#F4C0CB
(244,192,203)
#F5C5CF
(245,197,207)
#F6CAD3
(246,202,211)
#F7CFD7
(247,207,215)
#F8D4DB
(248,212,219)
#F9D9DF
(249,217,223)
#FADEE3
(250,222,227)
#FBE3E7
(251,227,231)
#FCE8EB
(252,232,235)
#FDEDEF
(253,237,239)
#FEF2F3
(254,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C0CB color. Also use rgb(244,192,203) instead hex code.

Text Font Color

.myTextColor { color: #F4C0CB; }

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

This text font color is #F4C0CB.


Background Color

.myBgColor { background-color: #F4C0CB; }

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

This div background color is #F4C0CB.


Border color

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

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

This div border color is #F4C0CB.


Opacity

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

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

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

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

This text has shadow with #F4C0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C0CB on black background.


Color preview on white background

This text has color #F4C0CB on white background.



Black color preview on #F4C0CB background

This text has black color on #F4C0CB background.


White color preview on #F4C0CB background

This text has white color on #F4C0CB background.