Html Css Color HEX #FA8FEC Pale Magenta

📋 copy color: '#FA8FEC'

red 250 ◦ green 143 ◦ blue 236

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

Shades of Pale Magenta #FA8FEC

Tints of Pale Magenta #FA8FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 22.73%

 BLUE value IS 236 (92.58% from 255) = 37.52%

R = 39.75%
G = 22.73%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA8FEC (or 0xFA8FEC) is known color: Pale Magenta. HEX triplet: FA, 8F and EC. RGB value is (250,143,236). Sum of RGB (Red+Green+Blue) = 250+143+236=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 143 (56.25% from 255 or 22.73% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8FEC is #057013. Grayscale: #B9B9B9. Windows color (decimal): -356372 or 15503354. OLE color: 15503354.

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

Color convert

RGB 250 143 236 -
CMYK 0 0.43 0.06 0.02
HSL 307.85º 0.91% 0.77% -
HSV(B) 307.85º 0.43% 0.98% -
XYZ 64.39 46.03 84.85 -
YUV 185.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 250 143 236 0 0.43 0.06 0.02 307.85 0.91 0.77
Hex FA 8F EC 0 2B 6 2 134 5B 4D
Octal 372 217 354 0 53 6 2 464 133 115
Binary 11111010 10001111 11101100 0 101011 110 10 100110100 1011011 1001101

Color Harmonies of #FA8FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8FEC

Black with #FA8FEC

Text Example


Text Example

White with #FA8FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8FEC; }

 p { color: rgb(250,143,236); }

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

background-color css

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

 a { background-color: rgb(250,143,236); }

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

border-color css

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

 span { border-color: rgb(250,143,236); }

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