#FB82EE

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

Shades of Pale Magenta #FB82EE

Tints of Pale Magenta #FB82EE

Color information

#FB82EE (or 0xFB82EE) is unknown color: approx Pale Magenta. HEX triplet: FB, 82 and EE. RGB value is (251,130,238). Sum of RGB (Red+Green+Blue) = 251+130+238=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 130 (51.17% from 255 or 21.00% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB82EE is #047D11. Grayscale: #B2B2B2. Windows color (decimal): -294162 or 15631099. OLE color: 15631099.

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

Color convert

RGB251130238-
CMYK00.480.050.02
HSL306.45º93.8%74.71%-
HSV(B)306.45º48.21%98.43%-
XYZ63.242.6585.79-
YUV178.49161.59179.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 130 (51.17% from 255) = 21.00%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=40.55%
G=21.00%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113023800.480.050.02306.4593.874.71
HexFB82EE030521325e4b
Octal37320235606052462136113
Binary11111011100000101110111001100001011010011001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB82EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB82EE; }

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

 H1.HeaderClassName
 {
   color: #FB82EE;
 }
 .AnyTagClassName
 {
   color: #FB82EE;
 }
</style>
background-color css

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

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

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

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

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

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