Html Css Color HEX #FA8EE0 Pale Magenta

📋 copy color: '#FA8EE0'

red 250 ◦ green 142 ◦ blue 224

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

Shades of Pale Magenta #FA8EE0

Tints of Pale Magenta #FA8EE0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.05%

 BLUE value IS 224 (87.89% from 255) = 36.36%

R = 40.58%
G = 23.05%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA8EE0 (or 0xFA8EE0) is known color: Pale Magenta. HEX triplet: FA, 8E and E0. RGB value is (250,142,224). Sum of RGB (Red+Green+Blue) = 250+142+224=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 142 (55.86% from 255 or 23.05% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EE0 is #05711F. Grayscale: #B7B7B7. Windows color (decimal): -356640 or 14716666. OLE color: 14716666.

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

Color convert

RGB 250 142 224 -
CMYK 0 0.43 0.10 0.02
HSL 314.44º 0.92% 0.77% -
HSV(B) 314.44º 0.43% 0.98% -
XYZ 62.55 45.05 75.92 -
YUV 183.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 250 142 224 0 0.43 0.10 0.02 314.44 0.92 0.77
Hex FA 8E E0 0 2B A 2 13A 5C 4D
Octal 372 216 340 0 53 12 2 472 134 115
Binary 11111010 10001110 11100000 0 101011 1010 10 100111010 1011100 1001101

Color Harmonies of #FA8EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8EE0

Black with #FA8EE0

Text Example


Text Example

White with #FA8EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8EE0; }

 p { color: rgb(250,142,224); }

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

background-color css

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

 a { background-color: rgb(250,142,224); }

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

border-color css

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

 span { border-color: rgb(250,142,224); }

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