COLOR #F4CAF0

HEX: #F4CAF0
RGB: (244,202,240)

Color info

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

RGB color model

#F4CAF0 color RGB value is (244,202,240).

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

RGB channels and saturation

R 244 of 255 = 96%
G 202 of 255 = 79%
B 240 of 255 = 94%

244
202
240

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

Portions of RGB colors in percentages

R + G + B =
244 + 202 + 240 = 686 (100%)
R 244 of 686 ~ 35.57%
G 202 of 686 ~ 29.45%
B 240 of 686 ~ 34.99%

%35.57
%29.45
%34.99

CMYK color model

#F4CAF0 color CMYK value is (0,17,2,4).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 1.64%
  • key color value is 4.31%
CMYK:
(0,17,2,4)
C0M17Y2K4 
(0%,17%,2%,4%)
(0.00/0.17/0.02/0.04)	

CMYK percentages

%0
%17.21
%1.64
%4.31

Codes

Color #F4CAF0 in popluar color models

F4CAF0
RGB244202240
HSL306°65.63%87.45%
HSB/HSV306°17.21%95.69%
CMYK0.00%17.21%1.64%
4.31%

Color #F4CAF0 in popluar number systems.

HEXF4CAF0
Decimal244202240
Binary111101001100101011110000
Octal364312360

Shades and tints

Shades of #F4CAF0

#F4CAF0
(244,202,240)
#DEB8DB
(222,184,219)
#C8A6C6
(200,166,198)
#B294B1
(178,148,177)
#9C829C
(156,130,156)
#867087
(134,112,135)
#705E72
(112,94,114)
#5A4C5D
(90,76,93)
#443A48
(68,58,72)
#2E2833
(46,40,51)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #F4CAF0

#F4CAF0
(244,202,240)
#F5CEF1
(245,206,241)
#F6D2F2
(246,210,242)
#F7D6F3
(247,214,243)
#F8DAF4
(248,218,244)
#F9DEF5
(249,222,245)
#FAE2F6
(250,226,246)
#FBE6F7
(251,230,247)
#FCEAF8
(252,234,248)
#FDEEF9
(253,238,249)
#FEF2FA
(254,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4CAF0; }

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

This text font color is #F4CAF0.


Background Color

.myBgColor { background-color: #F4CAF0; }

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

This div background color is #F4CAF0.


Border color

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

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

This div border color is #F4CAF0.


Opacity

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

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

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

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

This text has shadow with #F4CAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CAF0 on black background.


Color preview on white background

This text has color #F4CAF0 on white background.



Black color preview on #F4CAF0 background

This text has black color on #F4CAF0 background.


White color preview on #F4CAF0 background

This text has white color on #F4CAF0 background.