#FA85DE

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

Shades of Pale Magenta #FA85DE

Tints of Pale Magenta #FA85DE

Color information

#FA85DE (or 0xFA85DE) is unknown color: approx Pale Magenta. HEX triplet: FA, 85 and DE. RGB value is (250,133,222). Sum of RGB (Red+Green+Blue) = 250+133+222=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85DE is #057A21. Grayscale: #B1B1B1. Windows color (decimal): -358946 or 14583290. OLE color: 14583290.

HSL color Cylindrical-coordinate representation of color #FA85DE: hue angle of 314.36º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA85DE is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250133222-
CMYK00.470.110.02
HSL314.36º92.13%75.1%-
HSV(B)314.36º46.8%98.04%-
XYZ6142.3774.07-
YUV178.13152.76179.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 133 (52.34% from 255) = 21.98%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=41.32%
G=21.98%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013322200.470.110.02314.3692.1375.1
HexFA85DE02FB213a5c4b
Octal372205336057132472134113
Binary111110101000010111011110010111110111010011101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA85DE; }

 p { color: rgb(250,133,222); }

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

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

 a { background-color: rgb(250,133,222); }

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

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

 span { border-color: rgb(250,133,222); }

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