COLOR #F3C3EE

HEX: #F3C3EE RGB: (243,195,238)

Color info

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

RGB color model

#F3C3EE color RGB value is (243,195,238).

RGB: (243,195,238) (95%, 76%, 93%)

RGB channels and saturation

R 243 of 255 = 95%
G 195 of 255 = 76%
B 238 of 255 = 93%

243
195
238

R + G + B ~ 88%. #F3C3EE is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 195 + 238 = 676 (100%)
R 243 of 676 ~ 35.95%
G 195 of 676 ~ 28.85%
B 238 of 676 ~ 35.21'%

%35.95
%28.85
%35.21

CMYK color model

#F3C3EE color CMYK value is (0,20,2,5).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 2.06%
  • key color value is 4.71%

CMYK: (0,20,2,5)
C0M20Y2K5 (0%, 20%, 2%, 5%)
(0.00 / 0.20 / 0.02 / 0.05)

CMYK percentages

%0
%19.75
%2.06
%4.71

Codes

Color #F3C3EE in popluar color models

F3 C3 EE
RGB 243 195 238
HSL 306° 66.67% 85.88%
HSB/HSV 306° 19.75% 95.29%
CMYK 0.00% 19.75% 2.06%
4.71%

Color #F3C3EE in popluar number systems.

HEX F3 C3 EE
Decimal 243 195 238
Binary 11110011 11000011 11101110
Octal 363 303 356

Shades and tints

Shades of #F3C3EE

#F3C3EE
(243,195,238)
#DDB2D9
(221,178,217)
#C7A1C4
(199,161,196)
#B190AF
(177,144,175)
#9B7F9A
(155,127,154)
#856E85
(133,110,133)
#6F5D70
(111,93,112)
#594C5B
(89,76,91)
#433B46
(67,59,70)
#2D2A31
(45,42,49)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #F3C3EE

#F3C3EE
(243,195,238)
#F4C8EF
(244,200,239)
#F5CDF0
(245,205,240)
#F6D2F1
(246,210,241)
#F7D7F2
(247,215,242)
#F8DCF3
(248,220,243)
#F9E1F4
(249,225,244)
#FAE6F5
(250,230,245)
#FBEBF6
(251,235,246)
#FCF0F7
(252,240,247)
#FDF5F8
(253,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C3EE color. Also use rgb(243,195,238) instead hex code.

Text Font Color

.myTextColor { color: #F3C3EE; }

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

This text font color is #F3C3EE.

Background Color

.myBgColor { background-color: #F3C3EE; }

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

This div background color is #F3C3EE.

Border color

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

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

This div border color is #F3C3EE.

Opacity

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

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

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

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

This text has shadow with #F3C3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3C3EE.

Preview

Color preview on black background

This text has color #F3C3EE on black background.


Color preview on white background

This text has color #F3C3EE on white background.


Black color preview on #F3C3EE background

This text has black color on #F3C3EE background.


White color preview on #F3C3EE background

This text has white color on #F3C3EE background.


Related colors

Complementary color

Complementary color for #hex is #0C3C11.


I love getcolorcode.com

Triadic colors

1 #EEF3C3 and #C3EEF3 with #F3C3EE are triadic colors.

2 #EEC3F3 and #C3F3EE with #F3C3EE are triadic colors.