COLOR #F0CCED

HEX: #F0CCED RGB: (240,204,237)

Color info

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

RGB color model

#F0CCED color RGB value is (240,204,237).

RGB: (240,204,237) (94%, 80%, 93%)

RGB channels and saturation

R 240 of 255 = 94%
G 204 of 255 = 80%
B 237 of 255 = 93%

240
204
237

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

Portions of RGB colors in percentages

R + G + B = 240 + 204 + 237 = 681 (100%)
R 240 of 681 ~ 35.24%
G 204 of 681 ~ 29.96%
B 237 of 681 ~ 34.8'%

%35.24
%29.96
%34.8

CMYK color model

#F0CCED color CMYK value is (0,15,1,6).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 1.25%
  • key color value is 5.88%
CMYK: (0,15,1,6) C0M15Y1K6 (0%,15%,1%,6%) (0.00/0.15/0.01/0.06) 

CMYK percentages

%0
%15
%1.25
%5.88

Codes

Color #F0CCED in popluar color models

F0 CC ED
RGB 240 204 237
HSL 305° 54.55% 87.06%
HSB/HSV 305° 15.00% 94.12%
CMYK 0.00% 15.00% 1.25%
5.88%

Color #F0CCED in popluar number systems.

HEX F0 CC ED
Decimal 240 204 237
Binary 11110000 11001100 11101101
Octal 360 314 355

Shades and tints

Shades of #F0CCED

#F0CCED
(240,204,237)
#DBBAD8
(219,186,216)
#C6A8C3
(198,168,195)
#B196AE
(177,150,174)
#9C8499
(156,132,153)
#877284
(135,114,132)
#72606F
(114,96,111)
#5D4E5A
(93,78,90)
#483C45
(72,60,69)
#332A30
(51,42,48)
#1E181B
(30,24,27)
#000000
(0,0,0)

Tints of #F0CCED

#F0CCED
(240,204,237)
#F1D0EE
(241,208,238)
#F2D4EF
(242,212,239)
#F3D8F0
(243,216,240)
#F4DCF1
(244,220,241)
#F5E0F2
(245,224,242)
#F6E4F3
(246,228,243)
#F7E8F4
(247,232,244)
#F8ECF5
(248,236,245)
#F9F0F6
(249,240,246)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CCED; }

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

This text font color is #F0CCED.

Background Color

.myBgColor { background-color: #F0CCED; }

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

This div background color is #F0CCED.

Border color

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

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

This div border color is #F0CCED.

Opacity

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

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

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

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

This text has shadow with #F0CCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CCED.

Preview

Color preview on black background

This text has color #F0CCED on black background.


Color preview on white background

This text has color #F0CCED on white background.


Black color preview on #F0CCED background

This text has black color on #F0CCED background.


White color preview on #F0CCED background

This text has white color on #F0CCED background.


Related colors

Complementary color

Complementary color for #hex is #0F3312.


I love getcolorcode.com

Triadic colors

1 #EDF0CC and #CCEDF0 with #F0CCED are triadic colors.

2 #EDCCF0 and #CCF0ED with #F0CCED are triadic colors.