COLOR #F2CDCA

HEX: #F2CDCA
RGB: (242,205,202)

Color info

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

RGB color model

#F2CDCA color RGB value is (242,205,202).

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

RGB channels and saturation

R 242 of 255 = 95%
G 205 of 255 = 80%
B 202 of 255 = 79%

242
205
202

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

Portions of RGB colors in percentages

R + G + B =
242 + 205 + 202 = 649 (100%)
R 242 of 649 ~ 37.29%
G 205 of 649 ~ 31.59%
B 202 of 649 ~ 31.12%

%37.29
%31.59
%31.12

CMYK color model

#F2CDCA color CMYK value is (0,15,17,5).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 16.53%
  • key color value is 5.10%
CMYK:
(0,15,17,5)
C0M15Y17K5 
(0%,15%,17%,5%)
(0.00/0.15/0.17/0.05)	

CMYK percentages

%0
%15.29
%16.53
%5.1

Codes

Color #F2CDCA in popluar color models

F2CDCA
RGB242205202
HSL60.61%87.06%
HSB/HSV16.53%94.90%
CMYK0.00%15.29%16.53%
5.10%

Color #F2CDCA in popluar number systems.

HEXF2CDCA
Decimal242205202
Binary111100101100110111001010
Octal362315312

Shades and tints

Shades of #F2CDCA

#F2CDCA
(242,205,202)
#DCBBB8
(220,187,184)
#C6A9A6
(198,169,166)
#B09794
(176,151,148)
#9A8582
(154,133,130)
#847370
(132,115,112)
#6E615E
(110,97,94)
#584F4C
(88,79,76)
#423D3A
(66,61,58)
#2C2B28
(44,43,40)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #F2CDCA

#F2CDCA
(242,205,202)
#F3D1CE
(243,209,206)
#F4D5D2
(244,213,210)
#F5D9D6
(245,217,214)
#F6DDDA
(246,221,218)
#F7E1DE
(247,225,222)
#F8E5E2
(248,229,226)
#F9E9E6
(249,233,230)
#FAEDEA
(250,237,234)
#FBF1EE
(251,241,238)
#FCF5F2
(252,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CDCA; }

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

This text font color is #F2CDCA.


Background Color

.myBgColor { background-color: #F2CDCA; }

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

This div background color is #F2CDCA.


Border color

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

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

This div border color is #F2CDCA.


Opacity

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

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

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

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

This text has shadow with #F2CDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CDCA on black background.


Color preview on white background

This text has color #F2CDCA on white background.



Black color preview on #F2CDCA background

This text has black color on #F2CDCA background.


White color preview on #F2CDCA background

This text has white color on #F2CDCA background.