COLOR #F0C8EC

HEX: #F0C8EC RGB: (240,200,236)

Color info

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

RGB color model

#F0C8EC color RGB value is (240,200,236).

RGB: (240,200,236) (94%, 78%, 93%)

RGB channels and saturation

R 240 of 255 = 94%
G 200 of 255 = 78%
B 236 of 255 = 93%

240
200
236

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

Portions of RGB colors in percentages

R + G + B = 240 + 200 + 236 = 676 (100%)
R 240 of 676 ~ 35.5%
G 200 of 676 ~ 29.59%
B 236 of 676 ~ 34.91'%

%35.5
%29.59
%34.91

CMYK color model

#F0C8EC color CMYK value is (0,17,2,6).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 1.67%
  • key color value is 5.88%

CMYK: (0,17,2,6)
C0M17Y2K6 (0%, 17%, 2%, 6%)
(0.00 / 0.17 / 0.02 / 0.06)

CMYK percentages

%0
%16.67
%1.67
%5.88

Codes

Color #F0C8EC in popluar color models

F0 C8 EC
RGB 240 200 236
HSL 306° 57.14% 86.27%
HSB/HSV 306° 16.67% 94.12%
CMYK 0.00% 16.67% 1.67%
5.88%

Color #F0C8EC in popluar number systems.

HEX F0 C8 EC
Decimal 240 200 236
Binary 11110000 11001000 11101100
Octal 360 310 354

Shades and tints

Shades of #F0C8EC

#F0C8EC
(240,200,236)
#DBB6D7
(219,182,215)
#C6A4C2
(198,164,194)
#B192AD
(177,146,173)
#9C8098
(156,128,152)
#876E83
(135,110,131)
#725C6E
(114,92,110)
#5D4A59
(93,74,89)
#483844
(72,56,68)
#33262F
(51,38,47)
#1E141A
(30,20,26)
#000000
(0,0,0)

Tints of #F0C8EC

#F0C8EC
(240,200,236)
#F1CDED
(241,205,237)
#F2D2EE
(242,210,238)
#F3D7EF
(243,215,239)
#F4DCF0
(244,220,240)
#F5E1F1
(245,225,241)
#F6E6F2
(246,230,242)
#F7EBF3
(247,235,243)
#F8F0F4
(248,240,244)
#F9F5F5
(249,245,245)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C8EC color. Also use rgb(240,200,236) instead hex code.

Text Font Color

.myTextColor { color: #F0C8EC; }

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

This text font color is #F0C8EC.

Background Color

.myBgColor { background-color: #F0C8EC; }

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

This div background color is #F0C8EC.

Border color

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

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

This div border color is #F0C8EC.

Opacity

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

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

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

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

This text has shadow with #F0C8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0C8EC.

Preview

Color preview on black background

This text has color #F0C8EC on black background.


Color preview on white background

This text has color #F0C8EC on white background.


Black color preview on #F0C8EC background

This text has black color on #F0C8EC background.


White color preview on #F0C8EC background

This text has white color on #F0C8EC background.


Related colors

Complementary color

Complementary color for #hex is #0F3713.


I love getcolorcode.com

Triadic colors

1 #ECF0C8 and #C8ECF0 with #F0C8EC are triadic colors.

2 #ECC8F0 and #C8F0EC with #F0C8EC are triadic colors.