#FF8FED

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

Shades of Pale Magenta #FF8FED

Tints of Pale Magenta #FF8FED

Color information

#FF8FED (or 0xFF8FED) is unknown color: approx Pale Magenta. HEX triplet: FF, 8F and ED. RGB value is (255,143,237). Sum of RGB (Red+Green+Blue) = 255+143+237=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 143 (56.25% from 255 or 22.52% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8FED is #007012. Grayscale: #BABABA. Windows color (decimal): -28691 or 15568895. OLE color: 15568895.

HSL color Cylindrical-coordinate representation of color #FF8FED: hue angle of 309.64º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FED is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255143237-
CMYK00.440.070
HSL309.64º100%78.04%-
HSV(B)309.64º43.92%100%-
XYZ66.3547.0285.7-
YUV187.2156.11176.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 143 (56.25% from 255) = 22.52%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=40.16%
G=22.52%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514323700.440.070309.6410078.04
HexFF8FED02C70136644e
Octal37721735505470466144116
Binary1111111110001111111011010101100111010011011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8FED; }

 p { color: rgb(255,143,237); }

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

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

 a { background-color: rgb(255,143,237); }

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

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

 span { border-color: rgb(255,143,237); }

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