#FA83DD

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

Shades of Pale Magenta #FA83DD

Tints of Pale Magenta #FA83DD

Color information

#FA83DD (or 0xFA83DD) is unknown color: approx Pale Magenta. HEX triplet: FA, 83 and DD. RGB value is (250,131,221). Sum of RGB (Red+Green+Blue) = 250+131+221=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 131 (51.56% from 255 or 21.76% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83DD is #057C22. Grayscale: #B0B0B0. Windows color (decimal): -359459 or 14517242. OLE color: 14517242.

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

Color convert

RGB250131221-
CMYK00.480.120.02
HSL314.62º92.25%74.71%-
HSV(B)314.62º47.6%98.04%-
XYZ60.5941.7873.28-
YUV176.84152.92180.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 131 (51.56% from 255) = 21.76%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=41.53%
G=21.76%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013122100.480.120.02314.6292.2574.71
HexFA83DD030C213b5c4b
Octal372203335060142473134113
Binary111110101000001111011101011000011001010011101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA83DD; }

 p { color: rgb(250,131,221); }

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

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

 a { background-color: rgb(250,131,221); }

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

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

 span { border-color: rgb(250,131,221); }

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