Html Css Color HEX #FE8BF3 Pale Magenta

📋 copy color: '#FE8BF3'

red 254 ◦ green 139 ◦ blue 243

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

Shades of Pale Magenta #FE8BF3

Tints of Pale Magenta #FE8BF3

RGB

 RED value IS 254 (99.61% from 255) = 39.94%

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

 BLUE value IS 243 (95.31% from 255) = 38.21%

R = 39.94%
G = 21.86%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE8BF3 (or 0xFE8BF3) is known color: Pale Magenta. HEX triplet: FE, 8B and F3. RGB value is (254,139,243). Sum of RGB (Red+Green+Blue) = 254+139+243=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 139 (54.69% from 255 or 21.86% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8BF3 is #01740C. Grayscale: #B8B8B8. Windows color (decimal): -95245 or 15961086. OLE color: 15961086.

HSL color Cylindrical-coordinate representation of color #FE8BF3: hue angle of 305.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8BF3 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 139 243 -
CMYK 0 0.45 0.04 0.00
HSL 305.74º 0.98% 0.77% -
HSV(B) 305.74º 0.45% 1% -
XYZ 66.28 46.01 90.18 -
YUV 185.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 254 139 243 0 0.45 0.04 0.00 305.74 0.98 0.77
Hex FE 8B F3 0 2D 4 0 132 62 4D
Octal 376 213 363 0 55 4 0 462 142 115
Binary 11111110 10001011 11110011 0 101101 100 0 100110010 1100010 1001101

Color Harmonies of #FE8BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8BF3

Black with #FE8BF3

Text Example


Text Example

White with #FE8BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8BF3; }

 p { color: rgb(254,139,243); }

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

background-color css

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

 a { background-color: rgb(254,139,243); }

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

border-color css

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

 span { border-color: rgb(254,139,243); }

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