Html Css Color HEX #FA8EDC Pale Magenta

📋 copy color: '#FA8EDC'

red 250 ◦ green 142 ◦ blue 220

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

Shades of Pale Magenta #FA8EDC

Tints of Pale Magenta #FA8EDC

RGB

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

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

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

R = 40.85%
G = 23.2%
B = 35.95%

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

#FA8EDC (or 0xFA8EDC) is known color: Pale Magenta. HEX triplet: FA, 8E and DC. RGB value is (250,142,220). Sum of RGB (Red+Green+Blue) = 250+142+220=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 142 (55.86% from 255 or 23.20% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EDC is #057123. Grayscale: #B6B6B6. Windows color (decimal): -356644 or 14454522. OLE color: 14454522.

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

Color convert

RGB 250 142 220 -
CMYK 0 0.43 0.12 0.02
HSL 316.67º 0.92% 0.77% -
HSV(B) 316.67º 0.43% 0.98% -
XYZ 62.02 44.84 73.1 -
YUV 183.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 250 142 220 0 0.43 0.12 0.02 316.67 0.92 0.77
Hex FA 8E DC 0 2B C 2 13D 5C 4D
Octal 372 216 334 0 53 14 2 475 134 115
Binary 11111010 10001110 11011100 0 101011 1100 10 100111101 1011100 1001101

Color Harmonies of #FA8EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8EDC

Black with #FA8EDC

Text Example


Text Example

White with #FA8EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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