COLOR #F5CFFC

HEX: #F5CFFC RGB: (245,207,252)

Color info

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

RGB color model

#F5CFFC color RGB value is (245,207,252).

RGB: (245,207,252) (96%, 81%, 99%)

RGB channels and saturation

R 245 of 255 = 96%
G 207 of 255 = 81%
B 252 of 255 = 99%

245
207
252

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

Portions of RGB colors in percentages

R + G + B = 245 + 207 + 252 = 704 (100%)
R 245 of 704 ~ 34.8%
G 207 of 704 ~ 29.4%
B 252 of 704 ~ 35.8'%

%34.8
%29.4
%35.8

CMYK color model

#F5CFFC color CMYK value is (3,18,0,1).

  • cyan value is 2.78%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (3,18,0,1)
C3M18Y0K1 (3%, 18%, 0%, 1%)
(0.03 / 0.18 / 0.00 / 0.01)

CMYK percentages

%2.78
%17.86
%0
%1.18

Codes

Color #F5CFFC in popluar color models

F5 CF FC
RGB 245 207 252
HSL 291° 88.24% 90.00%
HSB/HSV 291° 17.86% 98.82%
CMYK 2.78% 17.86% 0.00%
1.18%

Color #F5CFFC in popluar number systems.

HEX F5 CF FC
Decimal 245 207 252
Binary 11110101 11001111 11111100
Octal 365 317 374

Shades and tints

Shades of #F5CFFC

#F5CFFC
(245,207,252)
#DFBDE6
(223,189,230)
#C9ABD0
(201,171,208)
#B399BA
(179,153,186)
#9D87A4
(157,135,164)
#87758E
(135,117,142)
#716378
(113,99,120)
#5B5162
(91,81,98)
#453F4C
(69,63,76)
#2F2D36
(47,45,54)
#191B20
(25,27,32)
#000000
(0,0,0)

Tints of #F5CFFC

#F5CFFC
(245,207,252)
#F5D3FC
(245,211,252)
#F5D7FC
(245,215,252)
#F5DBFC
(245,219,252)
#F5DFFC
(245,223,252)
#F5E3FC
(245,227,252)
#F5E7FC
(245,231,252)
#F5EBFC
(245,235,252)
#F5EFFC
(245,239,252)
#F5F3FC
(245,243,252)
#F5F7FC
(245,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CFFC color. Also use rgb(245,207,252) instead hex code.

Text Font Color

.myTextColor { color: #F5CFFC; }

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

This text font color is #F5CFFC.

Background Color

.myBgColor { background-color: #F5CFFC; }

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

This div background color is #F5CFFC.

Border color

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

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

This div border color is #F5CFFC.

Opacity

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

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

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

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

This text has shadow with #F5CFFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5CFFC.

Preview

Color preview on black background

This text has color #F5CFFC on black background.


Color preview on white background

This text has color #F5CFFC on white background.


Black color preview on #F5CFFC background

This text has black color on #F5CFFC background.


White color preview on #F5CFFC background

This text has white color on #F5CFFC background.


Related colors

Complementary color

Complementary color for #hex is #0A3003.


I love getcolorcode.com

Triadic colors

1 #FCF5CF and #CFFCF5 with #F5CFFC are triadic colors.

2 #FCCFF5 and #CFF5FC with #F5CFFC are triadic colors.