Html Css Color HEX #FA8BE3 Pale Magenta

📋 copy color: '#FA8BE3'

red 250 ◦ green 139 ◦ blue 227

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

Shades of Pale Magenta #FA8BE3

Tints of Pale Magenta #FA8BE3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.56%

 BLUE value IS 227 (89.06% from 255) = 36.85%

R = 40.58%
G = 22.56%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FA8BE3 (or 0xFA8BE3) is known color: Pale Magenta. HEX triplet: FA, 8B and E3. RGB value is (250,139,227). Sum of RGB (Red+Green+Blue) = 250+139+227=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 139 (54.69% from 255 or 22.56% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BE3 is #05741C. Grayscale: #B5B5B5. Windows color (decimal): -357405 or 14912506. OLE color: 14912506.

HSL color Cylindrical-coordinate representation of color #FA8BE3: hue angle of 312.43º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BE3 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 139 227 -
CMYK 0 0.44 0.09 0.02
HSL 312.43º 0.92% 0.76% -
HSV(B) 312.43º 0.44% 0.98% -
XYZ 62.52 44.34 77.94 -
YUV 182.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 250 139 227 0 0.44 0.09 0.02 312.43 0.92 0.76
Hex FA 8B E3 0 2C 9 2 138 5C 4C
Octal 372 213 343 0 54 11 2 470 134 114
Binary 11111010 10001011 11100011 0 101100 1001 10 100111000 1011100 1001100

Color Harmonies of #FA8BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8BE3

Black with #FA8BE3

Text Example


Text Example

White with #FA8BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8BE3; }

 p { color: rgb(250,139,227); }

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

background-color css

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

 a { background-color: rgb(250,139,227); }

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

border-color css

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

 span { border-color: rgb(250,139,227); }

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