COLOR #F0C5FA

HEX: #F0C5FA RGB: (240,197,250)

Color info

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

RGB color model

#F0C5FA color RGB value is (240,197,250).

RGB: (240,197,250) (94%, 77%, 98%)

RGB channels and saturation

R 240 of 255 = 94%
G 197 of 255 = 77%
B 250 of 255 = 98%

240
197
250

R + G + B ~ 90%. #F0C5FA is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 197 + 250 = 687 (100%)
R 240 of 687 ~ 34.93%
G 197 of 687 ~ 28.68%
B 250 of 687 ~ 36.39'%

%34.93
%28.68
%36.39

CMYK color model

#F0C5FA color CMYK value is (4,21,0,2).

  • cyan value is 4.00%
  • magenta value is 21.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (4,21,0,2)
C4M21Y0K2 (4%, 21%, 0%, 2%)
(0.04 / 0.21 / 0.00 / 0.02)

CMYK percentages

%4
%21.2
%0
%1.96

Codes

Color #F0C5FA in popluar color models

F0 C5 FA
RGB 240 197 250
HSL 289° 84.13% 87.65%
HSB/HSV 289° 21.20% 98.04%
CMYK 4.00% 21.20% 0.00%
1.96%

Color #F0C5FA in popluar number systems.

HEX F0 C5 FA
Decimal 240 197 250
Binary 11110000 11000101 11111010
Octal 360 305 372

Shades and tints

Shades of #F0C5FA

#F0C5FA
(240,197,250)
#DBB4E4
(219,180,228)
#C6A3CE
(198,163,206)
#B192B8
(177,146,184)
#9C81A2
(156,129,162)
#87708C
(135,112,140)
#725F76
(114,95,118)
#5D4E60
(93,78,96)
#483D4A
(72,61,74)
#332C34
(51,44,52)
#1E1B1E
(30,27,30)
#000000
(0,0,0)

Tints of #F0C5FA

#F0C5FA
(240,197,250)
#F1CAFA
(241,202,250)
#F2CFFA
(242,207,250)
#F3D4FA
(243,212,250)
#F4D9FA
(244,217,250)
#F5DEFA
(245,222,250)
#F6E3FA
(246,227,250)
#F7E8FA
(247,232,250)
#F8EDFA
(248,237,250)
#F9F2FA
(249,242,250)
#FAF7FA
(250,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C5FA color. Also use rgb(240,197,250) instead hex code.

Text Font Color

.myTextColor { color: #F0C5FA; }

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

This text font color is #F0C5FA.

Background Color

.myBgColor { background-color: #F0C5FA; }

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

This div background color is #F0C5FA.

Border color

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

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

This div border color is #F0C5FA.

Opacity

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

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

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

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

This text has shadow with #F0C5FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0C5FA.

Preview

Color preview on black background

This text has color #F0C5FA on black background.


Color preview on white background

This text has color #F0C5FA on white background.


Black color preview on #F0C5FA background

This text has black color on #F0C5FA background.


White color preview on #F0C5FA background

This text has white color on #F0C5FA background.


Related colors

Complementary color

Complementary color for #hex is #0F3A05.


I love getcolorcode.com

Triadic colors

1 #FAF0C5 and #C5FAF0 with #F0C5FA are triadic colors.

2 #FAC5F0 and #C5F0FA with #F0C5FA are triadic colors.