COLOR #F2CDC6

HEX: #F2CDC6 RGB: (242,205,198)

Color info

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

RGB color model

#F2CDC6 color RGB value is (242,205,198).

RGB: (242,205,198) (95%, 80%, 78%)

RGB channels and saturation

R 242 of 255 = 95%
G 205 of 255 = 80%
B 198 of 255 = 78%

242
205
198

R + G + B ~ 84%. #F2CDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 205 + 198 = 645 (100%)
R 242 of 645 ~ 37.52%
G 205 of 645 ~ 31.78%
B 198 of 645 ~ 30.7'%

%37.52
%31.78
%30.7

CMYK color model

#F2CDC6 color CMYK value is (0,15,18,5).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 18.18%
  • key color value is 5.10%

CMYK: (0,15,18,5)
C0M15Y18K5 (0%, 15%, 18%, 5%)
(0.00 / 0.15 / 0.18 / 0.05)

CMYK percentages

%0
%15.29
%18.18
%5.1

Codes

Color #F2CDC6 in popluar color models

F2 CD C6
RGB 242 205 198
HSL 10° 62.86% 86.27%
HSB/HSV 10° 18.18% 94.90%
CMYK 0.00% 15.29% 18.18%
5.10%

Color #F2CDC6 in popluar number systems.

HEX F2 CD C6
Decimal 242 205 198
Binary 11110010 11001101 11000110
Octal 362 315 306

Shades and tints

Shades of #F2CDC6

#F2CDC6
(242,205,198)
#DCBBB4
(220,187,180)
#C6A9A2
(198,169,162)
#B09790
(176,151,144)
#9A857E
(154,133,126)
#84736C
(132,115,108)
#6E615A
(110,97,90)
#584F48
(88,79,72)
#423D36
(66,61,54)
#2C2B24
(44,43,36)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #F2CDC6

#F2CDC6
(242,205,198)
#F3D1CB
(243,209,203)
#F4D5D0
(244,213,208)
#F5D9D5
(245,217,213)
#F6DDDA
(246,221,218)
#F7E1DF
(247,225,223)
#F8E5E4
(248,229,228)
#F9E9E9
(249,233,233)
#FAEDEE
(250,237,238)
#FBF1F3
(251,241,243)
#FCF5F8
(252,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CDC6; }

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

This text font color is #F2CDC6.

Background Color

.myBgColor { background-color: #F2CDC6; }

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

This div background color is #F2CDC6.

Border color

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

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

This div border color is #F2CDC6.

Opacity

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

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

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

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

This text has shadow with #F2CDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2CDC6.

Preview

Color preview on black background

This text has color #F2CDC6 on black background.


Color preview on white background

This text has color #F2CDC6 on white background.


Black color preview on #F2CDC6 background

This text has black color on #F2CDC6 background.


White color preview on #F2CDC6 background

This text has white color on #F2CDC6 background.


Related colors

Complementary color

Complementary color for #hex is #0D3239.


I love getcolorcode.com

Triadic colors

1 #C6F2CD and #CDC6F2 with #F2CDC6 are triadic colors.

2 #C6CDF2 and #CDF2C6 with #F2CDC6 are triadic colors.