COLOR #F8C4FA

HEX: #F8C4FA
RGB: (248,196,250)

Color info

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

RGB color model

#F8C4FA color RGB value is (248,196,250).

  • red value is 248;
  • green value is 196;
  • blue value is 250.
RGB:
(248,196,250)
(97%,77%,98%)

RGB channels and saturation

R 248 of 255 = 97%
G 196 of 255 = 77%
B 250 of 255 = 98%

248
196
250

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

Portions of RGB colors in percentages

R + G + B =
248 + 196 + 250 = 694 (100%)
R 248 of 694 ~ 35.73%
G 196 of 694 ~ 28.24%
B 250 of 694 ~ 36.02%

%35.73
%28.24
%36.02

CMYK color model

#F8C4FA color CMYK value is (1,22,0,2).

  • cyan value is 0.80%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(1,22,0,2)
C1M22Y0K2 
(1%,22%,0%,2%)
(0.01/0.22/0.00/0.02)	

CMYK percentages

%0.8
%21.6
%0
%1.96

Codes

Color #F8C4FA in popluar color models

F8C4FA
RGB248196250
HSL298°84.38%87.45%
HSB/HSV298°21.60%98.04%
CMYK0.80%21.60%0.00%
1.96%

Color #F8C4FA in popluar number systems.

HEXF8C4FA
Decimal248196250
Binary111110001100010011111010
Octal370304372

Shades and tints

Shades of #F8C4FA

#F8C4FA
(248,196,250)
#E2B3E4
(226,179,228)
#CCA2CE
(204,162,206)
#B691B8
(182,145,184)
#A080A2
(160,128,162)
#8A6F8C
(138,111,140)
#745E76
(116,94,118)
#5E4D60
(94,77,96)
#483C4A
(72,60,74)
#322B34
(50,43,52)
#1C1A1E
(28,26,30)
#000000
(0,0,0)

Tints of #F8C4FA

#F8C4FA
(248,196,250)
#F8C9FA
(248,201,250)
#F8CEFA
(248,206,250)
#F8D3FA
(248,211,250)
#F8D8FA
(248,216,250)
#F8DDFA
(248,221,250)
#F8E2FA
(248,226,250)
#F8E7FA
(248,231,250)
#F8ECFA
(248,236,250)
#F8F1FA
(248,241,250)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C4FA color. Also use rgb(248,196,250) instead hex code.

Text Font Color

.myTextColor { color: #F8C4FA; }

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

This text font color is #F8C4FA.


Background Color

.myBgColor { background-color: #F8C4FA; }

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

This div background color is #F8C4FA.


Border color

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

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

This div border color is #F8C4FA.


Opacity

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

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

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

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

This text has shadow with #F8C4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C4FA on black background.


Color preview on white background

This text has color #F8C4FA on white background.



Black color preview on #F8C4FA background

This text has black color on #F8C4FA background.


White color preview on #F8C4FA background

This text has white color on #F8C4FA background.