COLOR #F0CAFC

HEX: #F0CAFC RGB: (240,202,252)

Color info

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

RGB color model

#F0CAFC color RGB value is (240,202,252).

RGB: (240,202,252) (94%, 79%, 99%)

RGB channels and saturation

R 240 of 255 = 94%
G 202 of 255 = 79%
B 252 of 255 = 99%

240
202
252

R + G + B ~ 91%. #F0CAFC is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 202 + 252 = 694 (100%)
R 240 of 694 ~ 34.58%
G 202 of 694 ~ 29.11%
B 252 of 694 ~ 36.31'%

%34.58
%29.11
%36.31

CMYK color model

#F0CAFC color CMYK value is (5,20,0,1).

  • cyan value is 4.76%
  • magenta value is 19.84%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (5,20,0,1)
C5M20Y0K1 (5%, 20%, 0%, 1%)
(0.05 / 0.20 / 0.00 / 0.01)

CMYK percentages

%4.76
%19.84
%0
%1.18

Codes

Color #F0CAFC in popluar color models

F0 CA FC
RGB 240 202 252
HSL 286° 89.29% 89.02%
HSB/HSV 286° 19.84% 98.82%
CMYK 4.76% 19.84% 0.00%
1.18%

Color #F0CAFC in popluar number systems.

HEX F0 CA FC
Decimal 240 202 252
Binary 11110000 11001010 11111100
Octal 360 312 374

Shades and tints

Shades of #F0CAFC

#F0CAFC
(240,202,252)
#DBB8E6
(219,184,230)
#C6A6D0
(198,166,208)
#B194BA
(177,148,186)
#9C82A4
(156,130,164)
#87708E
(135,112,142)
#725E78
(114,94,120)
#5D4C62
(93,76,98)
#483A4C
(72,58,76)
#332836
(51,40,54)
#1E1620
(30,22,32)
#000000
(0,0,0)

Tints of #F0CAFC

#F0CAFC
(240,202,252)
#F1CEFC
(241,206,252)
#F2D2FC
(242,210,252)
#F3D6FC
(243,214,252)
#F4DAFC
(244,218,252)
#F5DEFC
(245,222,252)
#F6E2FC
(246,226,252)
#F7E6FC
(247,230,252)
#F8EAFC
(248,234,252)
#F9EEFC
(249,238,252)
#FAF2FC
(250,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CAFC color. Also use rgb(240,202,252) instead hex code.

Text Font Color

.myTextColor { color: #F0CAFC; }

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

This text font color is #F0CAFC.

Background Color

.myBgColor { background-color: #F0CAFC; }

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

This div background color is #F0CAFC.

Border color

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

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

This div border color is #F0CAFC.

Opacity

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

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

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

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

This text has shadow with #F0CAFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CAFC.

Preview

Color preview on black background

This text has color #F0CAFC on black background.


Color preview on white background

This text has color #F0CAFC on white background.


Black color preview on #F0CAFC background

This text has black color on #F0CAFC background.


White color preview on #F0CAFC background

This text has white color on #F0CAFC background.


Related colors

Complementary color

Complementary color for #hex is #0F3503.


I love getcolorcode.com

Triadic colors

1 #FCF0CA and #CAFCF0 with #F0CAFC are triadic colors.

2 #FCCAF0 and #CAF0FC with #F0CAFC are triadic colors.