#F38EDE

Color #F38EDE Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F38EDE

Tints of Pale Magenta #F38EDE

Color information

#F38EDE (or 0xF38EDE) is unknown color: approx Pale Magenta. HEX triplet: F3, 8E and DE. RGB value is (243,142,222). Sum of RGB (Red+Green+Blue) = 243+142+222=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F38EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38EDE is #0C7121. Grayscale: #B5B5B5. Windows color (decimal): -815394 or 14585587. OLE color: 14585587.

HSL color Cylindrical-coordinate representation of color #F38EDE: hue angle of 312.48º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38EDE is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243142222-
CMYK00.420.090.05
HSL312.48º80.8%75.49%-
HSV(B)312.48º41.56%95.29%-
XYZ59.8243.6774.38-
YUV181.32150.96172-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 40.03%
GREEN value IS 142 (55.86% from 255) = 23.39%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=40.03%
G=23.39%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314222200.420.090.05312.4880.875.49
HexF38EDE02A95138514b
Octal363216336052115470121113
Binary1111001110001110110111100101010100110110011100010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38EDE; }

 p { color: rgb(243,142,222); }

 H1.HeaderClassName
 {
   color: #F38EDE;
 }
 .AnyTagClassName
 {
   color: #F38EDE;
 }
</style>
background-color css

<style>
 a { background-color: #F38EDE; }

 a { background-color: rgb(243,142,222); }

 div.DivClassName
 {
   background-color: #F38EDE;
 }
 .BgClassName
 {
   background-color: #F38EDE;
 }
</style>
border-color css

<style>
 span { border-color: #F38EDE; }

 span { border-color: rgb(243,142,222); }

 td.TdClassName
 {
   border-color: #F38EDE;
 }
 .TagClassName
 {
   border-color: #F38EDE;
 }
</style>