#FA83DC

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

Shades of Pale Magenta #FA83DC

Tints of Pale Magenta #FA83DC

Color information

#FA83DC (or 0xFA83DC) is unknown color: approx Pale Magenta. HEX triplet: FA, 83 and DC. RGB value is (250,131,220). Sum of RGB (Red+Green+Blue) = 250+131+220=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 131 (51.56% from 255 or 21.80% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83DC is #057C23. Grayscale: #B0B0B0. Windows color (decimal): -359460 or 14451706. OLE color: 14451706.

HSL color Cylindrical-coordinate representation of color #FA83DC: hue angle of 315.13º 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 #FA83DC is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250131220-
CMYK00.480.120.02
HSL315.13º92.25%74.71%-
HSV(B)315.13º47.6%98.04%-
XYZ60.4641.7272.58-
YUV176.73152.42180.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 131 (51.56% from 255) = 21.80%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=41.60%
G=21.80%
B=36.61%

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
Decimal25013122000.480.120.02315.1392.2574.71
HexFA83DC030C213b5c4b
Octal372203334060142473134113
Binary111110101000001111011100011000011001010011101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA83DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA83DC; }

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

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

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

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

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

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

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

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