COLOR #F38EDC

HEX: #F38EDC
RGB: (243,142,220)

Color info

#F38EDC contains mainly red and blue colors. Web safe color of #F38EDC is #FF99CC (or #F9C).

RGB color model

#F38EDC color RGB value is (243,142,220).

  • red value is 243;
  • green value is 142;
  • blue value is 220.
RGB:
(243,142,220)
(95%,56%,86%)

RGB channels and saturation

R 243 of 255 = 95%
G 142 of 255 = 56%
B 220 of 255 = 86%

243
142
220

R + G + B ~ 79%. #F38EDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 142 + 220 = 605 (100%)
R 243 of 605 ~ 40.17%
G 142 of 605 ~ 23.47%
B 220 of 605 ~ 36.36%

%40.17
%23.47
%36.36

CMYK color model

#F38EDC color CMYK value is (0,42,9,5).

  • cyan value is 0.00%
  • magenta value is 41.56%
  • yellow value is 9.47%
  • key color value is 4.71%
CMYK:
(0,42,9,5)
C0M42Y9K5 
(0%,42%,9%,5%)
(0.00/0.42/0.09/0.05)	

CMYK percentages

%0
%41.56
%9.47
%4.71

Codes

Color #F38EDC in popluar color models

F38EDC
RGB243142220
HSL314°80.80%75.49%
HSB/HSV314°41.56%95.29%
CMYK0.00%41.56%9.47%
4.71%

Color #F38EDC in popluar number systems.

HEXF38EDC
Decimal243142220
Binary111100111000111011011100
Octal363216334

Shades and tints

Shades of #F38EDC

#F38EDC
(243,142,220)
#DD82C8
(221,130,200)
#C776B4
(199,118,180)
#B16AA0
(177,106,160)
#9B5E8C
(155,94,140)
#855278
(133,82,120)
#6F4664
(111,70,100)
#593A50
(89,58,80)
#432E3C
(67,46,60)
#2D2228
(45,34,40)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #F38EDC

#F38EDC
(243,142,220)
#F498DF
(244,152,223)
#F5A2E2
(245,162,226)
#F6ACE5
(246,172,229)
#F7B6E8
(247,182,232)
#F8C0EB
(248,192,235)
#F9CAEE
(249,202,238)
#FAD4F1
(250,212,241)
#FBDEF4
(251,222,244)
#FCE8F7
(252,232,247)
#FDF2FA
(253,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F38EDC color. Also use rgb(243,142,220) instead hex code.

Text Font Color

.myTextColor { color: #F38EDC; }

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

This text font color is #F38EDC.


Background Color

.myBgColor { background-color: #F38EDC; }

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

This div background color is #F38EDC.


Border color

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

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

This div border color is #F38EDC.


Opacity

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

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

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

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

This text has shadow with #F38EDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F38EDC on black background.


Color preview on white background

This text has color #F38EDC on white background.



Black color preview on #F38EDC background

This text has black color on #F38EDC background.


White color preview on #F38EDC background

This text has white color on #F38EDC background.