COLOR #F2CBD9

HEX: #F2CBD9
RGB: (242,203,217)

Color info

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

RGB color model

#F2CBD9 color RGB value is (242,203,217).

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

RGB channels and saturation

R 242 of 255 = 95%
G 203 of 255 = 80%
B 217 of 255 = 85%

242
203
217

R + G + B ~ 87%. #F2CBD9 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 203 + 217 = 662 (100%)
R 242 of 662 ~ 36.56%
G 203 of 662 ~ 30.66%
B 217 of 662 ~ 32.78%

%36.56
%30.66
%32.78

CMYK color model

#F2CBD9 color CMYK value is (0,16,10,5).

  • cyan value is 0.00%
  • magenta value is 16.12%
  • yellow value is 10.33%
  • key color value is 5.10%
CMYK:
(0,16,10,5)
C0M16Y10K5 
(0%,16%,10%,5%)
(0.00/0.16/0.10/0.05)	

CMYK percentages

%0
%16.12
%10.33
%5.1

Codes

Color #F2CBD9 in popluar color models

F2CBD9
RGB242203217
HSL338°60.00%87.25%
HSB/HSV338°16.12%94.90%
CMYK0.00%16.12%10.33%
5.10%

Color #F2CBD9 in popluar number systems.

HEXF2CBD9
Decimal242203217
Binary111100101100101111011001
Octal362313331

Shades and tints

Shades of #F2CBD9

#F2CBD9
(242,203,217)
#DCB9C6
(220,185,198)
#C6A7B3
(198,167,179)
#B095A0
(176,149,160)
#9A838D
(154,131,141)
#84717A
(132,113,122)
#6E5F67
(110,95,103)
#584D54
(88,77,84)
#423B41
(66,59,65)
#2C292E
(44,41,46)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #F2CBD9

#F2CBD9
(242,203,217)
#F3CFDC
(243,207,220)
#F4D3DF
(244,211,223)
#F5D7E2
(245,215,226)
#F6DBE5
(246,219,229)
#F7DFE8
(247,223,232)
#F8E3EB
(248,227,235)
#F9E7EE
(249,231,238)
#FAEBF1
(250,235,241)
#FBEFF4
(251,239,244)
#FCF3F7
(252,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CBD9; }

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

This text font color is #F2CBD9.


Background Color

.myBgColor { background-color: #F2CBD9; }

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

This div background color is #F2CBD9.


Border color

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

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

This div border color is #F2CBD9.


Opacity

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

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

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

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

This text has shadow with #F2CBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CBD9 on black background.


Color preview on white background

This text has color #F2CBD9 on white background.



Black color preview on #F2CBD9 background

This text has black color on #F2CBD9 background.


White color preview on #F2CBD9 background

This text has white color on #F2CBD9 background.