#FB82D7

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

Shades of Pale Magenta #FB82D7

Tints of Pale Magenta #FB82D7

Color information

#FB82D7 (or 0xFB82D7) is unknown color: approx Pale Magenta. HEX triplet: FB, 82 and D7. RGB value is (251,130,215). Sum of RGB (Red+Green+Blue) = 251+130+215=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB82D7 is #047D28. Grayscale: #AFAFAF. Windows color (decimal): -294185 or 14123771. OLE color: 14123771.

HSL color Cylindrical-coordinate representation of color #FB82D7: hue angle of 317.85º 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 #FB82D7 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB251130215-
CMYK00.480.140.02
HSL317.85º93.8%74.71%-
HSV(B)317.85º48.21%98.43%-
XYZ60.0341.3869.11-
YUV175.87150.09181.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.11%
GREEN value IS 130 (51.17% from 255) = 21.81%
BLUE value IS 215 (84.38% from 255) = 36.07%
R=42.11%
G=21.81%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113021500.480.140.02317.8593.874.71
HexFB82D7030E213e5e4b
Octal373202327060162476136113
Binary111110111000001011010111011000011101010011111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB82D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB82D7; }

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

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

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

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

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

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

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

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