#FA8FE8

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

Shades of Pale Magenta #FA8FE8

Tints of Pale Magenta #FA8FE8

Color information

#FA8FE8 (or 0xFA8FE8) is unknown color: approx Pale Magenta. HEX triplet: FA, 8F and E8. RGB value is (250,143,232). Sum of RGB (Red+Green+Blue) = 250+143+232=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 143 (56.25% from 255 or 22.88% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8FE8 is #057017. Grayscale: #B8B8B8. Windows color (decimal): -356376 or 15241210. OLE color: 15241210.

HSL color Cylindrical-coordinate representation of color #FA8FE8: hue angle of 310.09º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8FE8 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB250143232-
CMYK00.430.070.02
HSL310.09º91.45%77.06%-
HSV(B)310.09º42.8%98.04%-
XYZ63.8145.881.82-
YUV185.14154.45174.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 143 (56.25% from 255) = 22.88%
BLUE value IS 232 (91.02% from 255) = 37.12%
R=40%
G=22.88%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014323200.430.070.02310.0991.4577.06
HexFA8FE802B721365b4d
Octal37221735005372466133115
Binary11111010100011111110100001010111111010011011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8FE8; }

 p { color: rgb(250,143,232); }

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

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

 a { background-color: rgb(250,143,232); }

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

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

 span { border-color: rgb(250,143,232); }

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