COLOR #F4CAF6

HEX: #F4CAF6
RGB: (244,202,246)

Color info

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

RGB color model

#F4CAF6 color RGB value is (244,202,246).

  • red value is 244;
  • green value is 202;
  • blue value is 246.
RGB:
(244,202,246)
(96%,79%,96%)

RGB channels and saturation

R 244 of 255 = 96%
G 202 of 255 = 79%
B 246 of 255 = 96%

244
202
246

R + G + B ~ 90%. #F4CAF6 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 202 + 246 = 692 (100%)
R 244 of 692 ~ 35.26%
G 202 of 692 ~ 29.19%
B 246 of 692 ~ 35.55%

%35.26
%29.19
%35.55

CMYK color model

#F4CAF6 color CMYK value is (1,18,0,4).

  • cyan value is 0.81%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(1,18,0,4)
C1M18Y0K4 
(1%,18%,0%,4%)
(0.01/0.18/0.00/0.04)	

CMYK percentages

%0.81
%17.89
%0
%3.53

Codes

Color #F4CAF6 in popluar color models

F4CAF6
RGB244202246
HSL297°70.97%87.84%
HSB/HSV297°17.89%96.47%
CMYK0.81%17.89%0.00%
3.53%

Color #F4CAF6 in popluar number systems.

HEXF4CAF6
Decimal244202246
Binary111101001100101011110110
Octal364312366

Shades and tints

Shades of #F4CAF6

#F4CAF6
(244,202,246)
#DEB8E0
(222,184,224)
#C8A6CA
(200,166,202)
#B294B4
(178,148,180)
#9C829E
(156,130,158)
#867088
(134,112,136)
#705E72
(112,94,114)
#5A4C5C
(90,76,92)
#443A46
(68,58,70)
#2E2830
(46,40,48)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #F4CAF6

#F4CAF6
(244,202,246)
#F5CEF6
(245,206,246)
#F6D2F6
(246,210,246)
#F7D6F6
(247,214,246)
#F8DAF6
(248,218,246)
#F9DEF6
(249,222,246)
#FAE2F6
(250,226,246)
#FBE6F6
(251,230,246)
#FCEAF6
(252,234,246)
#FDEEF6
(253,238,246)
#FEF2F6
(254,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4CAF6 color. Also use rgb(244,202,246) instead hex code.

Text Font Color

.myTextColor { color: #F4CAF6; }

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

This text font color is #F4CAF6.


Background Color

.myBgColor { background-color: #F4CAF6; }

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

This div background color is #F4CAF6.


Border color

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

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

This div border color is #F4CAF6.


Opacity

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

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

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

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

This text has shadow with #F4CAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CAF6 on black background.


Color preview on white background

This text has color #F4CAF6 on white background.



Black color preview on #F4CAF6 background

This text has black color on #F4CAF6 background.


White color preview on #F4CAF6 background

This text has white color on #F4CAF6 background.