COLOR #F2CCED

HEX: #F2CCED RGB: (242,204,237)

Color info

#F2CCED contains red, green and blue colors in about the same proportion. Web safe color of #F2CCED is #FFCCFF (or #FCF).

RGB color model

#F2CCED color RGB value is (242,204,237).

RGB: (242,204,237) (95%, 80%, 93%)

RGB channels and saturation

R 242 of 255 = 95%
G 204 of 255 = 80%
B 237 of 255 = 93%

242
204
237

R + G + B ~ 89%. #F2CCED is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 204 + 237 = 683 (100%)
R 242 of 683 ~ 35.43%
G 204 of 683 ~ 29.87%
B 237 of 683 ~ 34.7'%

%35.43
%29.87
%34.7

CMYK color model

#F2CCED color CMYK value is (0,16,2,5).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 2.07%
  • key color value is 5.10%
CMYK: (0,16,2,5) C0M16Y2K5 (0%,16%,2%,5%) (0.00/0.16/0.02/0.05) 

CMYK percentages

%0
%15.7
%2.07
%5.1

Codes

Color #F2CCED in popluar color models

F2 CC ED
RGB 242 204 237
HSL 308° 59.38% 87.45%
HSB/HSV 308° 15.70% 94.90%
CMYK 0.00% 15.70% 2.07%
5.10%

Color #F2CCED in popluar number systems.

HEX F2 CC ED
Decimal 242 204 237
Binary 11110010 11001100 11101101
Octal 362 314 355

Shades and tints

Shades of #F2CCED

#F2CCED
(242,204,237)
#DCBAD8
(220,186,216)
#C6A8C3
(198,168,195)
#B096AE
(176,150,174)
#9A8499
(154,132,153)
#847284
(132,114,132)
#6E606F
(110,96,111)
#584E5A
(88,78,90)
#423C45
(66,60,69)
#2C2A30
(44,42,48)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #F2CCED

#F2CCED
(242,204,237)
#F3D0EE
(243,208,238)
#F4D4EF
(244,212,239)
#F5D8F0
(245,216,240)
#F6DCF1
(246,220,241)
#F7E0F2
(247,224,242)
#F8E4F3
(248,228,243)
#F9E8F4
(249,232,244)
#FAECF5
(250,236,245)
#FBF0F6
(251,240,246)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2CCED color. Also use rgb(242,204,237) instead hex code.

Text Font Color

.myTextColor { color: #F2CCED; }

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

This text font color is #F2CCED.

Background Color

.myBgColor { background-color: #F2CCED; }

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

This div background color is #F2CCED.

Border color

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

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

This div border color is #F2CCED.

Opacity

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

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

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

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

This text has shadow with #F2CCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2CCED.

Preview

Color preview on black background

This text has color #F2CCED on black background.


Color preview on white background

This text has color #F2CCED on white background.


Black color preview on #F2CCED background

This text has black color on #F2CCED background.


White color preview on #F2CCED background

This text has white color on #F2CCED background.


Related colors

Complementary color

Complementary color for #hex is #0D3312.


I love getcolorcode.com

Triadic colors

1 #EDF2CC and #CCEDF2 with #F2CCED are triadic colors.

2 #EDCCF2 and #CCF2ED with #F2CCED are triadic colors.