#FA6CDC

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

Shades of Pale Magenta #FA6CDC

Tints of Pale Magenta #FA6CDC

Color information

#FA6CDC (or 0xFA6CDC) is unknown color: approx Pale Magenta. HEX triplet: FA, 6C and DC. RGB value is (250,108,220). Sum of RGB (Red+Green+Blue) = 250+108+220=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 108 (42.58% from 255 or 18.69% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CDC is #059323. Grayscale: #A2A2A2. Windows color (decimal): -365348 or 14445818. OLE color: 14445818.

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

Color convert

RGB250108220-
CMYK00.570.120.02
HSL312.68º93.42%70.2%-
HSV(B)312.68º56.8%98.04%-
XYZ57.7136.2271.66-
YUV163.23160.04189.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.25%
GREEN value IS 108 (42.58% from 255) = 18.69%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=43.25%
G=18.69%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010822000.570.120.02312.6893.4270.2
HexFA6CDC039C21395d46
Octal372154334071142471135106
Binary11111010110110011011100011100111001010011100110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6CDC; }

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

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

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

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

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

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

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

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