COLOR #F0C5F2

HEX: #F0C5F2
RGB: (240,197,242)

Color info

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

RGB color model

#F0C5F2 color RGB value is (240,197,242).

  • red value is 240;
  • green value is 197;
  • blue value is 242.
RGB:
(240,197,242)
(94%,77%,95%)

RGB channels and saturation

R 240 of 255 = 94%
G 197 of 255 = 77%
B 242 of 255 = 95%

240
197
242

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

Portions of RGB colors in percentages

R + G + B =
240 + 197 + 242 = 679 (100%)
R 240 of 679 ~ 35.35%
G 197 of 679 ~ 29.01%
B 242 of 679 ~ 35.64%

%35.35
%29.01
%35.64

CMYK color model

#F0C5F2 color CMYK value is (1,19,0,5).

  • cyan value is 0.83%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(1,19,0,5)
C1M19Y0K5 
(1%,19%,0%,5%)
(0.01/0.19/0.00/0.05)	

CMYK percentages

%0.83
%18.6
%0
%5.1

Codes

Color #F0C5F2 in popluar color models

F0C5F2
RGB240197242
HSL297°63.38%86.08%
HSB/HSV297°18.60%94.90%
CMYK0.83%18.60%0.00%
5.10%

Color #F0C5F2 in popluar number systems.

HEXF0C5F2
Decimal240197242
Binary111100001100010111110010
Octal360305362

Shades and tints

Shades of #F0C5F2

#F0C5F2
(240,197,242)
#DBB4DC
(219,180,220)
#C6A3C6
(198,163,198)
#B192B0
(177,146,176)
#9C819A
(156,129,154)
#877084
(135,112,132)
#725F6E
(114,95,110)
#5D4E58
(93,78,88)
#483D42
(72,61,66)
#332C2C
(51,44,44)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #F0C5F2

#F0C5F2
(240,197,242)
#F1CAF3
(241,202,243)
#F2CFF4
(242,207,244)
#F3D4F5
(243,212,245)
#F4D9F6
(244,217,246)
#F5DEF7
(245,222,247)
#F6E3F8
(246,227,248)
#F7E8F9
(247,232,249)
#F8EDFA
(248,237,250)
#F9F2FB
(249,242,251)
#FAF7FC
(250,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C5F2; }

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

This text font color is #F0C5F2.


Background Color

.myBgColor { background-color: #F0C5F2; }

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

This div background color is #F0C5F2.


Border color

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

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

This div border color is #F0C5F2.


Opacity

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

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

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

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

This text has shadow with #F0C5F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C5F2 on black background.


Color preview on white background

This text has color #F0C5F2 on white background.



Black color preview on #F0C5F2 background

This text has black color on #F0C5F2 background.


White color preview on #F0C5F2 background

This text has white color on #F0C5F2 background.