Html Css Color HEX #FA8EDE Pale Magenta

📋 copy color: '#FA8EDE'

red 250 ◦ green 142 ◦ blue 222

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

Shades of Pale Magenta #FA8EDE

Tints of Pale Magenta #FA8EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.16%

R = 40.72%
G = 23.13%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA8EDE (or 0xFA8EDE) is known color: Pale Magenta. HEX triplet: FA, 8E and DE. RGB value is (250,142,222). Sum of RGB (Red+Green+Blue) = 250+142+222=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 142 (55.86% from 255 or 23.13% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EDE is #057121. Grayscale: #B7B7B7. Windows color (decimal): -356642 or 14585594. OLE color: 14585594.

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

Color convert

RGB 250 142 222 -
CMYK 0 0.43 0.11 0.02
HSL 315.56º 0.92% 0.77% -
HSV(B) 315.56º 0.43% 0.98% -
XYZ 62.28 44.94 74.5 -
YUV 183.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 250 142 222 0 0.43 0.11 0.02 315.56 0.92 0.77
Hex FA 8E DE 0 2B B 2 13C 5C 4D
Octal 372 216 336 0 53 13 2 474 134 115
Binary 11111010 10001110 11011110 0 101011 1011 10 100111100 1011100 1001101

Color Harmonies of #FA8EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8EDE

Black with #FA8EDE

Text Example


Text Example

White with #FA8EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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