COLOR #F0CFFF

HEX: #F0CFFF RGB: (240,207,255)

Color info

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

RGB color model

#F0CFFF color RGB value is (240,207,255).

RGB: (240,207,255) (94%, 81%, 100%)

RGB channels and saturation

R 240 of 255 = 94%
G 207 of 255 = 81%
B 255 of 255 = 100%

240
207
255

R + G + B ~ 92%. #F0CFFF is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 207 + 255 = 702 (100%)
R 240 of 702 ~ 34.19%
G 207 of 702 ~ 29.49%
B 255 of 702 ~ 36.32'%

%34.19
%29.49
%36.32

CMYK color model

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

  • cyan value is 5.88%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (6,19,0,0)
C6M19Y0K0 (6%, 19%, 0%, 0%)
(0.06 / 0.19 / 0.00 / 0.00)

CMYK percentages

%5.88
%18.82
%0
%0

Codes

Color #F0CFFF in popluar color models

F0 CF FF
RGB 240 207 255
HSL 281° 100.00% 90.59%
HSB/HSV 281° 18.82% 100.00%
CMYK 5.88% 18.82% 0.00%
0.00%

Color #F0CFFF in popluar number systems.

HEX F0 CF FF
Decimal 240 207 255
Binary 11110000 11001111 11111111
Octal 360 317 377

Shades and tints

Shades of #F0CFFF

#F0CFFF
(240,207,255)
#DBBDE8
(219,189,232)
#C6ABD1
(198,171,209)
#B199BA
(177,153,186)
#9C87A3
(156,135,163)
#87758C
(135,117,140)
#726375
(114,99,117)
#5D515E
(93,81,94)
#483F47
(72,63,71)
#332D30
(51,45,48)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #F0CFFF

#F0CFFF
(240,207,255)
#F1D3FF
(241,211,255)
#F2D7FF
(242,215,255)
#F3DBFF
(243,219,255)
#F4DFFF
(244,223,255)
#F5E3FF
(245,227,255)
#F6E7FF
(246,231,255)
#F7EBFF
(247,235,255)
#F8EFFF
(248,239,255)
#F9F3FF
(249,243,255)
#FAF7FF
(250,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CFFF color. Also use rgb(240,207,255) instead hex code.

Text Font Color

.myTextColor { color: #F0CFFF; }

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

This text font color is #F0CFFF.

Background Color

.myBgColor { background-color: #F0CFFF; }

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

This div background color is #F0CFFF.

Border color

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

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

This div border color is #F0CFFF.

Opacity

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

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

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

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

This text has shadow with #F0CFFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CFFF.

Preview

Color preview on black background

This text has color #F0CFFF on black background.


Color preview on white background

This text has color #F0CFFF on white background.


Black color preview on #F0CFFF background

This text has black color on #F0CFFF background.


White color preview on #F0CFFF background

This text has white color on #F0CFFF background.


Related colors

Complementary color

Complementary color for #hex is #0F3000.


I love getcolorcode.com

Triadic colors

1 #FFF0CF and #CFFFF0 with #F0CFFF are triadic colors.

2 #FFCFF0 and #CFF0FF with #F0CFFF are triadic colors.