Html Css Color HEX #FA8FEB Pale Magenta

📋 copy color: '#FA8FEB'

red 250 ◦ green 143 ◦ blue 235

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

Shades of Pale Magenta #FA8FEB

Tints of Pale Magenta #FA8FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.42%

R = 39.81%
G = 22.77%
B = 37.42%

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

#FA8FEB (or 0xFA8FEB) is known color: Pale Magenta. HEX triplet: FA, 8F and EB. RGB value is (250,143,235). Sum of RGB (Red+Green+Blue) = 250+143+235=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 143 (56.25% from 255 or 22.77% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8FEB is #057014. Grayscale: #B9B9B9. Windows color (decimal): -356373 or 15437818. OLE color: 15437818.

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

Color convert

RGB 250 143 235 -
CMYK 0 0.43 0.06 0.02
HSL 308.41º 0.91% 0.77% -
HSV(B) 308.41º 0.43% 0.98% -
XYZ 64.24 45.97 84.08 -
YUV 185.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 250 143 235 0 0.43 0.06 0.02 308.41 0.91 0.77
Hex FA 8F EB 0 2B 6 2 134 5B 4D
Octal 372 217 353 0 53 6 2 464 133 115
Binary 11111010 10001111 11101011 0 101011 110 10 100110100 1011011 1001101

Color Harmonies of #FA8FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8FEB

Black with #FA8FEB

Text Example


Text Example

White with #FA8FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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