COLOR #F2CEDE

HEX: #F2CEDE RGB: (242,206,222)

Color info

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

RGB color model

#F2CEDE color RGB value is (242,206,222).

RGB: (242,206,222) (95%, 81%, 87%)

RGB channels and saturation

R 242 of 255 = 95%
G 206 of 255 = 81%
B 222 of 255 = 87%

242
206
222

R + G + B ~ 88%. #F2CEDE is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 206 + 222 = 670 (100%)
R 242 of 670 ~ 36.12%
G 206 of 670 ~ 30.75%
B 222 of 670 ~ 33.13'%

%36.12
%30.75
%33.13

CMYK color model

#F2CEDE color CMYK value is (0,15,8,5).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 8.26%
  • key color value is 5.10%
CMYK: (0,15,8,5) C0M15Y8K5 (0%,15%,8%,5%) (0.00/0.15/0.08/0.05) 

CMYK percentages

%0
%14.88
%8.26
%5.1

Codes

Color #F2CEDE in popluar color models

F2 CE DE
RGB 242 206 222
HSL 333° 58.06% 87.84%
HSB/HSV 333° 14.88% 94.90%
CMYK 0.00% 14.88% 8.26%
5.10%

Color #F2CEDE in popluar number systems.

HEX F2 CE DE
Decimal 242 206 222
Binary 11110010 11001110 11011110
Octal 362 316 336

Shades and tints

Shades of #F2CEDE

#F2CEDE
(242,206,222)
#DCBCCA
(220,188,202)
#C6AAB6
(198,170,182)
#B098A2
(176,152,162)
#9A868E
(154,134,142)
#84747A
(132,116,122)
#6E6266
(110,98,102)
#585052
(88,80,82)
#423E3E
(66,62,62)
#2C2C2A
(44,44,42)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #F2CEDE

#F2CEDE
(242,206,222)
#F3D2E1
(243,210,225)
#F4D6E4
(244,214,228)
#F5DAE7
(245,218,231)
#F6DEEA
(246,222,234)
#F7E2ED
(247,226,237)
#F8E6F0
(248,230,240)
#F9EAF3
(249,234,243)
#FAEEF6
(250,238,246)
#FBF2F9
(251,242,249)
#FCF6FC
(252,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2CEDE color. Also use rgb(242,206,222) instead hex code.

Text Font Color

.myTextColor { color: #F2CEDE; }

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

This text font color is #F2CEDE.

Background Color

.myBgColor { background-color: #F2CEDE; }

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

This div background color is #F2CEDE.

Border color

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

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

This div border color is #F2CEDE.

Opacity

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

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

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

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

This text has shadow with #F2CEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2CEDE.

Preview

Color preview on black background

This text has color #F2CEDE on black background.


Color preview on white background

This text has color #F2CEDE on white background.


Black color preview on #F2CEDE background

This text has black color on #F2CEDE background.


White color preview on #F2CEDE background

This text has white color on #F2CEDE background.


Related colors

Complementary color

Complementary color for #hex is #0D3121.


I love getcolorcode.com

Triadic colors

1 #DEF2CE and #CEDEF2 with #F2CEDE are triadic colors.

2 #DECEF2 and #CEF2DE with #F2CEDE are triadic colors.