#FA6CDD

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

Shades of Pale Magenta #FA6CDD

Tints of Pale Magenta #FA6CDD

Color information

#FA6CDD (or 0xFA6CDD) is unknown color: approx Pale Magenta. HEX triplet: FA, 6C and DD. RGB value is (250,108,221). Sum of RGB (Red+Green+Blue) = 250+108+221=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 108 (42.58% from 255 or 18.65% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CDD is #059322. Grayscale: #A3A3A3. Windows color (decimal): -365347 or 14511354. OLE color: 14511354.

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

Color convert

RGB250108221-
CMYK00.570.120.02
HSL312.25º93.42%70.2%-
HSV(B)312.25º56.8%98.04%-
XYZ57.8436.2772.36-
YUV163.34160.54189.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 108 (42.58% from 255) = 18.65%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=43.18%
G=18.65%
B=38.17%

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
Decimal25010822100.570.120.02312.2593.4270.2
HexFA6CDD039C21385d46
Octal372154335071142470135106
Binary11111010110110011011101011100111001010011100010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6CDD; }

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

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

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

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

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

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

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

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