COLOR #F2CBD7

HEX: #F2CBD7 RGB: (242,203,215)

Color info

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

RGB color model

#F2CBD7 color RGB value is (242,203,215).

RGB: (242,203,215) (95%, 80%, 84%)

RGB channels and saturation

R 242 of 255 = 95%
G 203 of 255 = 80%
B 215 of 255 = 84%

242
203
215

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

Portions of RGB colors in percentages

R + G + B = 242 + 203 + 215 = 660 (100%)
R 242 of 660 ~ 36.67%
G 203 of 660 ~ 30.76%
B 215 of 660 ~ 32.58'%

%36.67
%30.76
%32.58

CMYK color model

#F2CBD7 color CMYK value is (0,16,11,5).

  • cyan value is 0.00%
  • magenta value is 16.12%
  • yellow value is 11.16%
  • key color value is 5.10%

CMYK: (0,16,11,5)
C0M16Y11K5 (0%, 16%, 11%, 5%)
(0.00 / 0.16 / 0.11 / 0.05)

CMYK percentages

%0
%16.12
%11.16
%5.1

Codes

Color #F2CBD7 in popluar color models

F2 CB D7
RGB 242 203 215
HSL 342° 60.00% 87.25%
HSB/HSV 342° 16.12% 94.90%
CMYK 0.00% 16.12% 11.16%
5.10%

Color #F2CBD7 in popluar number systems.

HEX F2 CB D7
Decimal 242 203 215
Binary 11110010 11001011 11010111
Octal 362 313 327

Shades and tints

Shades of #F2CBD7

#F2CBD7
(242,203,215)
#DCB9C4
(220,185,196)
#C6A7B1
(198,167,177)
#B0959E
(176,149,158)
#9A838B
(154,131,139)
#847178
(132,113,120)
#6E5F65
(110,95,101)
#584D52
(88,77,82)
#423B3F
(66,59,63)
#2C292C
(44,41,44)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #F2CBD7

#F2CBD7
(242,203,215)
#F3CFDA
(243,207,218)
#F4D3DD
(244,211,221)
#F5D7E0
(245,215,224)
#F6DBE3
(246,219,227)
#F7DFE6
(247,223,230)
#F8E3E9
(248,227,233)
#F9E7EC
(249,231,236)
#FAEBEF
(250,235,239)
#FBEFF2
(251,239,242)
#FCF3F5
(252,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CBD7; }

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

This text font color is #F2CBD7.

Background Color

.myBgColor { background-color: #F2CBD7; }

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

This div background color is #F2CBD7.

Border color

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

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

This div border color is #F2CBD7.

Opacity

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

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

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

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

This text has shadow with #F2CBD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2CBD7.

Preview

Color preview on black background

This text has color #F2CBD7 on black background.


Color preview on white background

This text has color #F2CBD7 on white background.


Black color preview on #F2CBD7 background

This text has black color on #F2CBD7 background.


White color preview on #F2CBD7 background

This text has white color on #F2CBD7 background.


Related colors

Complementary color

Complementary color for #hex is #0D3428.


I love getcolorcode.com

Triadic colors

1 #D7F2CB and #CBD7F2 with #F2CBD7 are triadic colors.

2 #D7CBF2 and #CBF2D7 with #F2CBD7 are triadic colors.