COLOR #F5C6FD

HEX: #F5C6FD RGB: (245,198,253)

Color info

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

RGB color model

#F5C6FD color RGB value is (245,198,253).

RGB: (245,198,253) (96%, 78%, 99%)

RGB channels and saturation

R 245 of 255 = 96%
G 198 of 255 = 78%
B 253 of 255 = 99%

245
198
253

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

Portions of RGB colors in percentages

R + G + B = 245 + 198 + 253 = 696 (100%)
R 245 of 696 ~ 35.2%
G 198 of 696 ~ 28.45%
B 253 of 696 ~ 36.35'%

%35.2
%28.45
%36.35

CMYK color model

#F5C6FD color CMYK value is (3,22,0,1).

  • cyan value is 3.16%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (3,22,0,1)
C3M22Y0K1 (3%, 22%, 0%, 1%)
(0.03 / 0.22 / 0.00 / 0.01)

CMYK percentages

%3.16
%21.74
%0
%0.78

Codes

Color #F5C6FD in popluar color models

F5 C6 FD
RGB 245 198 253
HSL 291° 93.22% 88.43%
HSB/HSV 291° 21.74% 99.22%
CMYK 3.16% 21.74% 0.00%
0.78%

Color #F5C6FD in popluar number systems.

HEX F5 C6 FD
Decimal 245 198 253
Binary 11110101 11000110 11111101
Octal 365 306 375

Shades and tints

Shades of #F5C6FD

#F5C6FD
(245,198,253)
#DFB4E6
(223,180,230)
#C9A2CF
(201,162,207)
#B390B8
(179,144,184)
#9D7EA1
(157,126,161)
#876C8A
(135,108,138)
#715A73
(113,90,115)
#5B485C
(91,72,92)
#453645
(69,54,69)
#2F242E
(47,36,46)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #F5C6FD

#F5C6FD
(245,198,253)
#F5CBFD
(245,203,253)
#F5D0FD
(245,208,253)
#F5D5FD
(245,213,253)
#F5DAFD
(245,218,253)
#F5DFFD
(245,223,253)
#F5E4FD
(245,228,253)
#F5E9FD
(245,233,253)
#F5EEFD
(245,238,253)
#F5F3FD
(245,243,253)
#F5F8FD
(245,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C6FD color. Also use rgb(245,198,253) instead hex code.

Text Font Color

.myTextColor { color: #F5C6FD; }

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

This text font color is #F5C6FD.

Background Color

.myBgColor { background-color: #F5C6FD; }

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

This div background color is #F5C6FD.

Border color

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

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

This div border color is #F5C6FD.

Opacity

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

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

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

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

This text has shadow with #F5C6FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5C6FD.

Preview

Color preview on black background

This text has color #F5C6FD on black background.


Color preview on white background

This text has color #F5C6FD on white background.


Black color preview on #F5C6FD background

This text has black color on #F5C6FD background.


White color preview on #F5C6FD background

This text has white color on #F5C6FD background.


Related colors

Complementary color

Complementary color for #hex is #0A3902.


I love getcolorcode.com

Triadic colors

1 #FDF5C6 and #C6FDF5 with #F5C6FD are triadic colors.

2 #FDC6F5 and #C6F5FD with #F5C6FD are triadic colors.