Html Css Color HEX #FA7CEB Pale Magenta

📋 copy color: '#FA7CEB'

red 250 ◦ green 124 ◦ blue 235

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

Shades of Pale Magenta #FA7CEB

Tints of Pale Magenta #FA7CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.36%

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

R = 41.05%
G = 20.36%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA7CEB (or 0xFA7CEB) is known color: Pale Magenta. HEX triplet: FA, 7C and EB. RGB value is (250,124,235). Sum of RGB (Red+Green+Blue) = 250+124+235=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 124 (48.83% from 255 or 20.36% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7CEB is #058314. Grayscale: #AEAEAE. Windows color (decimal): -361237 or 15432954. OLE color: 15432954.

HSL color Cylindrical-coordinate representation of color #FA7CEB: hue angle of 307.14º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7CEB is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 124 235 -
CMYK 0 0.50 0.06 0.02
HSL 307.14º 0.93% 0.73% -
HSV(B) 307.14º 0.5% 0.98% -
XYZ 61.63 40.74 83.21 -
YUV 174.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 250 124 235 0 0.50 0.06 0.02 307.14 0.93 0.73
Hex FA 7C EB 0 32 6 2 133 5D 49
Octal 372 174 353 0 62 6 2 463 135 111
Binary 11111010 1111100 11101011 0 110010 110 10 100110011 1011101 1001001

Color Harmonies of #FA7CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7CEB

Black with #FA7CEB

Text Example


Text Example

White with #FA7CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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