COLOR #F4C6FF

HEX: #F4C6FF RGB: (244,198,255)

Color info

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

RGB color model

#F4C6FF color RGB value is (244,198,255).

RGB: (244,198,255) (96%, 78%, 100%)

RGB channels and saturation

R 244 of 255 = 96%
G 198 of 255 = 78%
B 255 of 255 = 100%

244
198
255

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

Portions of RGB colors in percentages

R + G + B = 244 + 198 + 255 = 697 (100%)
R 244 of 697 ~ 35.01%
G 198 of 697 ~ 28.41%
B 255 of 697 ~ 36.59'%

%35.01
%28.41
%36.59

CMYK color model

#F4C6FF color CMYK value is (4,22,0,0).

  • cyan value is 4.31%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (4,22,0,0) C4M22Y0K0 (4%,22%,0%,0%) (0.04/0.22/0.00/0.00) 

CMYK percentages

%4.31
%22.35
%0
%0

Codes

Color #F4C6FF in popluar color models

F4 C6 FF
RGB 244 198 255
HSL 288° 100.00% 88.82%
HSB/HSV 288° 22.35% 100.00%
CMYK 4.31% 22.35% 0.00%
0.00%

Color #F4C6FF in popluar number systems.

HEX F4 C6 FF
Decimal 244 198 255
Binary 11110100 11000110 11111111
Octal 364 306 377

Shades and tints

Shades of #F4C6FF

#F4C6FF
(244,198,255)
#DEB4E8
(222,180,232)
#C8A2D1
(200,162,209)
#B290BA
(178,144,186)
#9C7EA3
(156,126,163)
#866C8C
(134,108,140)
#705A75
(112,90,117)
#5A485E
(90,72,94)
#443647
(68,54,71)
#2E2430
(46,36,48)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #F4C6FF

#F4C6FF
(244,198,255)
#F5CBFF
(245,203,255)
#F6D0FF
(246,208,255)
#F7D5FF
(247,213,255)
#F8DAFF
(248,218,255)
#F9DFFF
(249,223,255)
#FAE4FF
(250,228,255)
#FBE9FF
(251,233,255)
#FCEEFF
(252,238,255)
#FDF3FF
(253,243,255)
#FEF8FF
(254,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C6FF color. Also use rgb(244,198,255) instead hex code.

Text Font Color

.myTextColor { color: #F4C6FF; }

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

This text font color is #F4C6FF.

Background Color

.myBgColor { background-color: #F4C6FF; }

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

This div background color is #F4C6FF.

Border color

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

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

This div border color is #F4C6FF.

Opacity

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

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

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

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

This text has shadow with #F4C6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4C6FF.

Preview

Color preview on black background

This text has color #F4C6FF on black background.


Color preview on white background

This text has color #F4C6FF on white background.


Black color preview on #F4C6FF background

This text has black color on #F4C6FF background.


White color preview on #F4C6FF background

This text has white color on #F4C6FF background.


Related colors

Complementary color

Complementary color for #hex is #0B3900.


I love getcolorcode.com

Triadic colors

1 #FFF4C6 and #C6FFF4 with #F4C6FF are triadic colors.

2 #FFC6F4 and #C6F4FF with #F4C6FF are triadic colors.