Html Css Color HEX #FA8DE2 Pale Magenta

📋 copy color: '#FA8DE2'

red 250 ◦ green 141 ◦ blue 226

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

Shades of Pale Magenta #FA8DE2

Tints of Pale Magenta #FA8DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.63%

R = 40.52%
G = 22.85%
B = 36.63%

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

#FA8DE2 (or 0xFA8DE2) is known color: Pale Magenta. HEX triplet: FA, 8D and E2. RGB value is (250,141,226). Sum of RGB (Red+Green+Blue) = 250+141+226=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 141 (55.47% from 255 or 22.85% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DE2 is #05721D. Grayscale: #B7B7B7. Windows color (decimal): -356894 or 14847482. OLE color: 14847482.

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

Color convert

RGB 250 141 226 -
CMYK 0 0.44 0.10 0.02
HSL 313.21º 0.92% 0.77% -
HSV(B) 313.21º 0.44% 0.98% -
XYZ 62.68 44.86 77.31 -
YUV 183.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 250 141 226 0 0.44 0.10 0.02 313.21 0.92 0.77
Hex FA 8D E2 0 2C A 2 139 5C 4D
Octal 372 215 342 0 54 12 2 471 134 115
Binary 11111010 10001101 11100010 0 101100 1010 10 100111001 1011100 1001101

Color Harmonies of #FA8DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8DE2

Black with #FA8DE2

Text Example


Text Example

White with #FA8DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8DE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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