COLOR #F0C8EA

HEX: #F0C8EA RGB: (240,200,234)

Color info

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

RGB color model

#F0C8EA color RGB value is (240,200,234).

RGB: (240,200,234) (94%, 78%, 92%)

RGB channels and saturation

R 240 of 255 = 94%
G 200 of 255 = 78%
B 234 of 255 = 92%

240
200
234

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

Portions of RGB colors in percentages

R + G + B = 240 + 200 + 234 = 674 (100%)
R 240 of 674 ~ 35.61%
G 200 of 674 ~ 29.67%
B 234 of 674 ~ 34.72'%

%35.61
%29.67
%34.72

CMYK color model

#F0C8EA color CMYK value is (0,17,3,6).

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

CMYK: (0,17,3,6)
C0M17Y3K6 (0%, 17%, 3%, 6%)
(0.00 / 0.17 / 0.03 / 0.06)

CMYK percentages

%0
%16.67
%2.5
%5.88

Codes

Color #F0C8EA in popluar color models

F0 C8 EA
RGB 240 200 234
HSL 309° 57.14% 86.27%
HSB/HSV 309° 16.67% 94.12%
CMYK 0.00% 16.67% 2.50%
5.88%

Color #F0C8EA in popluar number systems.

HEX F0 C8 EA
Decimal 240 200 234
Binary 11110000 11001000 11101010
Octal 360 310 352

Shades and tints

Shades of #F0C8EA

#F0C8EA
(240,200,234)
#DBB6D5
(219,182,213)
#C6A4C0
(198,164,192)
#B192AB
(177,146,171)
#9C8096
(156,128,150)
#876E81
(135,110,129)
#725C6C
(114,92,108)
#5D4A57
(93,74,87)
#483842
(72,56,66)
#33262D
(51,38,45)
#1E1418
(30,20,24)
#000000
(0,0,0)

Tints of #F0C8EA

#F0C8EA
(240,200,234)
#F1CDEB
(241,205,235)
#F2D2EC
(242,210,236)
#F3D7ED
(243,215,237)
#F4DCEE
(244,220,238)
#F5E1EF
(245,225,239)
#F6E6F0
(246,230,240)
#F7EBF1
(247,235,241)
#F8F0F2
(248,240,242)
#F9F5F3
(249,245,243)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C8EA; }

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

This text font color is #F0C8EA.

Background Color

.myBgColor { background-color: #F0C8EA; }

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

This div background color is #F0C8EA.

Border color

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

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

This div border color is #F0C8EA.

Opacity

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

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

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

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

This text has shadow with #F0C8EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0C8EA.

Preview

Color preview on black background

This text has color #F0C8EA on black background.


Color preview on white background

This text has color #F0C8EA on white background.


Black color preview on #F0C8EA background

This text has black color on #F0C8EA background.


White color preview on #F0C8EA background

This text has white color on #F0C8EA background.


Related colors

Complementary color

Complementary color for #hex is #0F3715.


I love getcolorcode.com

Triadic colors

1 #EAF0C8 and #C8EAF0 with #F0C8EA are triadic colors.

2 #EAC8F0 and #C8F0EA with #F0C8EA are triadic colors.