Html Css Color HEX #FA8FDC Pale Magenta

📋 copy color: '#FA8FDC'

red 250 ◦ green 143 ◦ blue 220

#FA8FDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FA8FDC

Tints of Pale Magenta #FA8FDC

RGB

 RED value IS 250 (98.05% from 255) = 40.78%

 GREEN value IS 143 (56.25% from 255) = 23.33%

 BLUE value IS 220 (86.33% from 255) = 35.89%

R = 40.78%
G = 23.33%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA8FDC (or 0xFA8FDC) is known color: Pale Magenta. HEX triplet: FA, 8F and DC. RGB value is (250,143,220). Sum of RGB (Red+Green+Blue) = 250+143+220=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FDC is #057023. Grayscale: #B7B7B7. Windows color (decimal): -356388 or 14454778. OLE color: 14454778.

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

Color convert

RGB 250 143 220 -
CMYK 0 0.43 0.12 0.02
HSL 316.82º 0.91% 0.77% -
HSV(B) 316.82º 0.43% 0.98% -
XYZ 62.17 45.14 73.15 -
YUV 183.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 250 143 220 0 0.43 0.12 0.02 316.82 0.91 0.77
Hex FA 8F DC 0 2B C 2 13D 5B 4D
Octal 372 217 334 0 53 14 2 475 133 115
Binary 11111010 10001111 11011100 0 101011 1100 10 100111101 1011011 1001101

Color Harmonies of #FA8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8FDC

Black with #FA8FDC

Text Example


Text Example

White with #FA8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8FDC; }

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

 H1.HeaderClassName
 {
   color: #FA8FDC;
 }
 .AnyTagClassName
 {
   color: #FA8FDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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