Html Css Color HEX #FA8DE1 Pale Magenta

📋 copy color: '#FA8DE1'

red 250 ◦ green 141 ◦ blue 225

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

Shades of Pale Magenta #FA8DE1

Tints of Pale Magenta #FA8DE1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.89%

 BLUE value IS 225 (88.28% from 255) = 36.53%

R = 40.58%
G = 22.89%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA8DE1 (or 0xFA8DE1) is known color: Pale Magenta. HEX triplet: FA, 8D and E1. RGB value is (250,141,225). Sum of RGB (Red+Green+Blue) = 250+141+225=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 141 (55.47% from 255 or 22.89% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DE1 is #05721E. Grayscale: #B6B6B6. Windows color (decimal): -356895 or 14781946. OLE color: 14781946.

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

Color convert

RGB 250 141 225 -
CMYK 0 0.44 0.10 0.02
HSL 313.76º 0.92% 0.77% -
HSV(B) 313.76º 0.44% 0.98% -
XYZ 62.54 44.81 76.59 -
YUV 183.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 250 141 225 0 0.44 0.10 0.02 313.76 0.92 0.77
Hex FA 8D E1 0 2C A 2 13A 5C 4D
Octal 372 215 341 0 54 12 2 472 134 115
Binary 11111010 10001101 11100001 0 101100 1010 10 100111010 1011100 1001101

Color Harmonies of #FA8DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8DE1

Black with #FA8DE1

Text Example


Text Example

White with #FA8DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8DE1; }

 p { color: rgb(250,141,225); }

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

background-color css

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

 a { background-color: rgb(250,141,225); }

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

border-color css

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

 span { border-color: rgb(250,141,225); }

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