COLOR #F2CDCB

HEX: #F2CDCB
RGB: (242,205,203)

Color info

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

RGB color model

#F2CDCB color RGB value is (242,205,203).

  • red value is 242;
  • green value is 205;
  • blue value is 203.
RGB:
(242,205,203)
(95%,80%,80%)

RGB channels and saturation

R 242 of 255 = 95%
G 205 of 255 = 80%
B 203 of 255 = 80%

242
205
203

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

Portions of RGB colors in percentages

R + G + B =
242 + 205 + 203 = 650 (100%)
R 242 of 650 ~ 37.23%
G 205 of 650 ~ 31.54%
B 203 of 650 ~ 31.23%

%37.23
%31.54
%31.23

CMYK color model

#F2CDCB color CMYK value is (0,15,16,5).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 16.12%
  • key color value is 5.10%
CMYK:
(0,15,16,5)
C0M15Y16K5 
(0%,15%,16%,5%)
(0.00/0.15/0.16/0.05)	

CMYK percentages

%0
%15.29
%16.12
%5.1

Codes

Color #F2CDCB in popluar color models

F2CDCB
RGB242205203
HSL60.00%87.25%
HSB/HSV16.12%94.90%
CMYK0.00%15.29%16.12%
5.10%

Color #F2CDCB in popluar number systems.

HEXF2CDCB
Decimal242205203
Binary111100101100110111001011
Octal362315313

Shades and tints

Shades of #F2CDCB

#F2CDCB
(242,205,203)
#DCBBB9
(220,187,185)
#C6A9A7
(198,169,167)
#B09795
(176,151,149)
#9A8583
(154,133,131)
#847371
(132,115,113)
#6E615F
(110,97,95)
#584F4D
(88,79,77)
#423D3B
(66,61,59)
#2C2B29
(44,43,41)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #F2CDCB

#F2CDCB
(242,205,203)
#F3D1CF
(243,209,207)
#F4D5D3
(244,213,211)
#F5D9D7
(245,217,215)
#F6DDDB
(246,221,219)
#F7E1DF
(247,225,223)
#F8E5E3
(248,229,227)
#F9E9E7
(249,233,231)
#FAEDEB
(250,237,235)
#FBF1EF
(251,241,239)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2CDCB color. Also use rgb(242,205,203) instead hex code.

Text Font Color

.myTextColor { color: #F2CDCB; }

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

This text font color is #F2CDCB.


Background Color

.myBgColor { background-color: #F2CDCB; }

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

This div background color is #F2CDCB.


Border color

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

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

This div border color is #F2CDCB.


Opacity

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

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

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

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

This text has shadow with #F2CDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CDCB on black background.


Color preview on white background

This text has color #F2CDCB on white background.



Black color preview on #F2CDCB background

This text has black color on #F2CDCB background.


White color preview on #F2CDCB background

This text has white color on #F2CDCB background.