COLOR #F0C3EA

HEX: #F0C3EA RGB: (240,195,234)

Color info

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

RGB color model

#F0C3EA color RGB value is (240,195,234).

RGB: (240,195,234) (94%, 76%, 92%)

RGB channels and saturation

R 240 of 255 = 94%
G 195 of 255 = 76%
B 234 of 255 = 92%

240
195
234

R + G + B ~ 87%. #F0C3EA is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 195 + 234 = 669 (100%)
R 240 of 669 ~ 35.87%
G 195 of 669 ~ 29.15%
B 234 of 669 ~ 34.98'%

%35.87
%29.15
%34.98

CMYK color model

#F0C3EA color CMYK value is (0,19,3,6).

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

CMYK: (0,19,3,6)
C0M19Y3K6 (0%, 19%, 3%, 6%)
(0.00 / 0.19 / 0.03 / 0.06)

CMYK percentages

%0
%18.75
%2.5
%5.88

Codes

Color #F0C3EA in popluar color models

F0 C3 EA
RGB 240 195 234
HSL 308° 60.00% 85.29%
HSB/HSV 308° 18.75% 94.12%
CMYK 0.00% 18.75% 2.50%
5.88%

Color #F0C3EA in popluar number systems.

HEX F0 C3 EA
Decimal 240 195 234
Binary 11110000 11000011 11101010
Octal 360 303 352

Shades and tints

Shades of #F0C3EA

#F0C3EA
(240,195,234)
#DBB2D5
(219,178,213)
#C6A1C0
(198,161,192)
#B190AB
(177,144,171)
#9C7F96
(156,127,150)
#876E81
(135,110,129)
#725D6C
(114,93,108)
#5D4C57
(93,76,87)
#483B42
(72,59,66)
#332A2D
(51,42,45)
#1E1918
(30,25,24)
#000000
(0,0,0)

Tints of #F0C3EA

#F0C3EA
(240,195,234)
#F1C8EB
(241,200,235)
#F2CDEC
(242,205,236)
#F3D2ED
(243,210,237)
#F4D7EE
(244,215,238)
#F5DCEF
(245,220,239)
#F6E1F0
(246,225,240)
#F7E6F1
(247,230,241)
#F8EBF2
(248,235,242)
#F9F0F3
(249,240,243)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C3EA; }

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

This text font color is #F0C3EA.

Background Color

.myBgColor { background-color: #F0C3EA; }

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

This div background color is #F0C3EA.

Border color

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

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

This div border color is #F0C3EA.

Opacity

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

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

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

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

This text has shadow with #F0C3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0C3EA.

Preview

Color preview on black background

This text has color #F0C3EA on black background.


Color preview on white background

This text has color #F0C3EA on white background.


Black color preview on #F0C3EA background

This text has black color on #F0C3EA background.


White color preview on #F0C3EA background

This text has white color on #F0C3EA background.


Related colors

Complementary color

Complementary color for #hex is #0F3C15.


I love getcolorcode.com

Triadic colors

1 #EAF0C3 and #C3EAF0 with #F0C3EA are triadic colors.

2 #EAC3F0 and #C3F0EA with #F0C3EA are triadic colors.