COLOR #F2D3CC

HEX: #F2D3CC RGB: (242,211,204)

Color info

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

RGB color model

#F2D3CC color RGB value is (242,211,204).

RGB: (242,211,204) (95%, 83%, 80%)

RGB channels and saturation

R 242 of 255 = 95%
G 211 of 255 = 83%
B 204 of 255 = 80%

242
211
204

R + G + B ~ 86%. #F2D3CC is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 211 + 204 = 657 (100%)
R 242 of 657 ~ 36.83%
G 211 of 657 ~ 32.12%
B 204 of 657 ~ 31.05'%

%36.83
%32.12
%31.05

CMYK color model

#F2D3CC color CMYK value is (0,13,16,5).

  • cyan value is 0.00%
  • magenta value is 12.81%
  • yellow value is 15.70%
  • key color value is 5.10%

CMYK: (0,13,16,5)
C0M13Y16K5 (0%, 13%, 16%, 5%)
(0.00 / 0.13 / 0.16 / 0.05)

CMYK percentages

%0
%12.81
%15.7
%5.1

Codes

Color #F2D3CC in popluar color models

F2 D3 CC
RGB 242 211 204
HSL 11° 59.38% 87.45%
HSB/HSV 11° 15.70% 94.90%
CMYK 0.00% 12.81% 15.70%
5.10%

Color #F2D3CC in popluar number systems.

HEX F2 D3 CC
Decimal 242 211 204
Binary 11110010 11010011 11001100
Octal 362 323 314

Shades and tints

Shades of #F2D3CC

#F2D3CC
(242,211,204)
#DCC0BA
(220,192,186)
#C6ADA8
(198,173,168)
#B09A96
(176,154,150)
#9A8784
(154,135,132)
#847472
(132,116,114)
#6E6160
(110,97,96)
#584E4E
(88,78,78)
#423B3C
(66,59,60)
#2C282A
(44,40,42)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #F2D3CC

#F2D3CC
(242,211,204)
#F3D7D0
(243,215,208)
#F4DBD4
(244,219,212)
#F5DFD8
(245,223,216)
#F6E3DC
(246,227,220)
#F7E7E0
(247,231,224)
#F8EBE4
(248,235,228)
#F9EFE8
(249,239,232)
#FAF3EC
(250,243,236)
#FBF7F0
(251,247,240)
#FCFBF4
(252,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D3CC color. Also use rgb(242,211,204) instead hex code.

Text Font Color

.myTextColor { color: #F2D3CC; }

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

This text font color is #F2D3CC.

Background Color

.myBgColor { background-color: #F2D3CC; }

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

This div background color is #F2D3CC.

Border color

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

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

This div border color is #F2D3CC.

Opacity

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

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

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

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

This text has shadow with #F2D3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2D3CC.

Preview

Color preview on black background

This text has color #F2D3CC on black background.


Color preview on white background

This text has color #F2D3CC on white background.


Black color preview on #F2D3CC background

This text has black color on #F2D3CC background.


White color preview on #F2D3CC background

This text has white color on #F2D3CC background.


Related colors

Complementary color

Complementary color for #hex is #0D2C33.


I love getcolorcode.com

Triadic colors

1 #CCF2D3 and #D3CCF2 with #F2D3CC are triadic colors.

2 #CCD3F2 and #D3F2CC with #F2D3CC are triadic colors.