Html Css Color HEX #FB80EE Pale Magenta

📋 copy color: '#FB80EE'

red 251 ◦ green 128 ◦ blue 238

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

Shades of Pale Magenta #FB80EE

Tints of Pale Magenta #FB80EE

RGB

 RED value IS 251 (98.44% from 255) = 40.68%

 GREEN value IS 128 (50.39% from 255) = 20.75%

 BLUE value IS 238 (93.36% from 255) = 38.57%

R = 40.68%
G = 20.75%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB80EE (or 0xFB80EE) is known color: Pale Magenta. HEX triplet: FB, 80 and EE. RGB value is (251,128,238). Sum of RGB (Red+Green+Blue) = 251+128+238=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 128 (50.39% from 255 or 20.75% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80EE is #047F11. Grayscale: #B1B1B1. Windows color (decimal): -294674 or 15630587. OLE color: 15630587.

HSL color Cylindrical-coordinate representation of color #FB80EE: hue angle of 306.34º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB80EE is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 128 238 -
CMYK 0 0.49 0.05 0.02
HSL 306.34º 0.94% 0.74% -
HSV(B) 306.34º 0.49% 0.98% -
XYZ 62.94 42.12 85.7 -
YUV 177.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 251 128 238 0 0.49 0.05 0.02 306.34 0.94 0.74
Hex FB 80 EE 0 31 5 2 132 5E 4A
Octal 373 200 356 0 61 5 2 462 136 112
Binary 11111011 10000000 11101110 0 110001 101 10 100110010 1011110 1001010

Color Harmonies of #FB80EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB80EE

Black with #FB80EE

Text Example


Text Example

White with #FB80EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB80EE; }

 p { color: rgb(251,128,238); }

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

background-color css

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

 a { background-color: rgb(251,128,238); }

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

border-color css

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

 span { border-color: rgb(251,128,238); }

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