#F18EDE

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

Shades of Pale Magenta #F18EDE

Tints of Pale Magenta #F18EDE

Color information

#F18EDE (or 0xF18EDE) is unknown color: approx Pale Magenta. HEX triplet: F1, 8E and DE. RGB value is (241,142,222). Sum of RGB (Red+Green+Blue) = 241+142+222=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F18EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18EDE is #0E7121. Grayscale: #B4B4B4. Windows color (decimal): -946466 or 14585585. OLE color: 14585585.

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

Color convert

RGB241142222-
CMYK00.410.080.05
HSL311.52º77.95%75.1%-
HSV(B)311.52º41.08%94.51%-
XYZ59.1343.3274.35-
YUV180.72151.3171-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.83%
GREEN value IS 142 (55.86% from 255) = 23.47%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=39.83%
G=23.47%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114222200.410.080.05311.5277.9575.1
HexF18EDE029851384e4b
Octal361216336051105470116113
Binary1111000110001110110111100101001100010110011100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18EDE; }

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

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

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

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

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

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

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

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