COLOR #F3C8FA

HEX: #F3C8FA RGB: (243,200,250)

Color info

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

RGB color model

#F3C8FA color RGB value is (243,200,250).

RGB: (243,200,250) (95%, 78%, 98%)

RGB channels and saturation

R 243 of 255 = 95%
G 200 of 255 = 78%
B 250 of 255 = 98%

243
200
250

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

Portions of RGB colors in percentages

R + G + B = 243 + 200 + 250 = 693 (100%)
R 243 of 693 ~ 35.06%
G 200 of 693 ~ 28.86%
B 250 of 693 ~ 36.08'%

%35.06
%28.86
%36.08

CMYK color model

#F3C8FA color CMYK value is (3,20,0,2).

  • cyan value is 2.80%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (3,20,0,2)
C3M20Y0K2 (3%, 20%, 0%, 2%)
(0.03 / 0.20 / 0.00 / 0.02)

CMYK percentages

%2.8
%20
%0
%1.96

Codes

Color #F3C8FA in popluar color models

F3 C8 FA
RGB 243 200 250
HSL 292° 83.33% 88.24%
HSB/HSV 292° 20.00% 98.04%
CMYK 2.80% 20.00% 0.00%
1.96%

Color #F3C8FA in popluar number systems.

HEX F3 C8 FA
Decimal 243 200 250
Binary 11110011 11001000 11111010
Octal 363 310 372

Shades and tints

Shades of #F3C8FA

#F3C8FA
(243,200,250)
#DDB6E4
(221,182,228)
#C7A4CE
(199,164,206)
#B192B8
(177,146,184)
#9B80A2
(155,128,162)
#856E8C
(133,110,140)
#6F5C76
(111,92,118)
#594A60
(89,74,96)
#43384A
(67,56,74)
#2D2634
(45,38,52)
#17141E
(23,20,30)
#000000
(0,0,0)

Tints of #F3C8FA

#F3C8FA
(243,200,250)
#F4CDFA
(244,205,250)
#F5D2FA
(245,210,250)
#F6D7FA
(246,215,250)
#F7DCFA
(247,220,250)
#F8E1FA
(248,225,250)
#F9E6FA
(249,230,250)
#FAEBFA
(250,235,250)
#FBF0FA
(251,240,250)
#FCF5FA
(252,245,250)
#FDFAFA
(253,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C8FA color. Also use rgb(243,200,250) instead hex code.

Text Font Color

.myTextColor { color: #F3C8FA; }

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

This text font color is #F3C8FA.

Background Color

.myBgColor { background-color: #F3C8FA; }

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

This div background color is #F3C8FA.

Border color

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

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

This div border color is #F3C8FA.

Opacity

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

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

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

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

This text has shadow with #F3C8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3C8FA.

Preview

Color preview on black background

This text has color #F3C8FA on black background.


Color preview on white background

This text has color #F3C8FA on white background.


Black color preview on #F3C8FA background

This text has black color on #F3C8FA background.


White color preview on #F3C8FA background

This text has white color on #F3C8FA background.


Related colors

Complementary color

Complementary color for #hex is #0C3705.


I love getcolorcode.com

Triadic colors

1 #FAF3C8 and #C8FAF3 with #F3C8FA are triadic colors.

2 #FAC8F3 and #C8F3FA with #F3C8FA are triadic colors.