Html Css Color HEX #FA86D9 Pale Magenta

📋 copy color: '#FA86D9'

red 250 ◦ green 134 ◦ blue 217

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

Shades of Pale Magenta #FA86D9

Tints of Pale Magenta #FA86D9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.3%

 BLUE value IS 217 (85.16% from 255) = 36.11%

R = 41.6%
G = 22.3%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA86D9 (or 0xFA86D9) is known color: Pale Magenta. HEX triplet: FA, 86 and D9. RGB value is (250,134,217). Sum of RGB (Red+Green+Blue) = 250+134+217=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86D9 is #057926. Grayscale: #B1B1B1. Windows color (decimal): -358695 or 14255866. OLE color: 14255866.

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

Color convert

RGB 250 134 217 -
CMYK 0 0.46 0.13 0.02
HSL 317.07º 0.92% 0.75% -
HSV(B) 317.07º 0.46% 0.98% -
XYZ 60.47 42.38 70.64 -
YUV 178.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 250 134 217 0 0.46 0.13 0.02 317.07 0.92 0.75
Hex FA 86 D9 0 2E D 2 13D 5C 4B
Octal 372 206 331 0 56 15 2 475 134 113
Binary 11111010 10000110 11011001 0 101110 1101 10 100111101 1011100 1001011

Color Harmonies of #FA86D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA86D9

Black with #FA86D9

Text Example


Text Example

White with #FA86D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA86D9; }

 p { color: rgb(250,134,217); }

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

background-color css

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

 a { background-color: rgb(250,134,217); }

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

border-color css

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

 span { border-color: rgb(250,134,217); }

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