#FB80EE

Color #FB80EE Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FB80EE

Tints of Pale Magenta #FB80EE

Color information

#FB80EE (or 0xFB80EE) is unknown color: approx 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

RGB251128238-
CMYK00.490.050.02
HSL306.34º93.89%74.31%-
HSV(B)306.34º49%98.43%-
XYZ62.9442.1285.7-
YUV177.32162.25180.56-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112823800.490.050.02306.3493.8974.31
HexFB80EE031521325e4a
Octal37320035606152462136112
Binary11111011100000001110111001100011011010011001010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB80EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>