#FB84D8

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

Shades of Pale Magenta #FB84D8

Tints of Pale Magenta #FB84D8

Color information

#FB84D8 (or 0xFB84D8) is unknown color: approx Pale Magenta. HEX triplet: FB, 84 and D8. RGB value is (251,132,216). Sum of RGB (Red+Green+Blue) = 251+132+216=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 132 (51.95% from 255 or 22.04% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB84D8 is #047B27. Grayscale: #B0B0B0. Windows color (decimal): -293672 or 14189819. OLE color: 14189819.

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

Color convert

RGB251132216-
CMYK00.470.140.02
HSL317.65º93.7%75.1%-
HSV(B)317.65º47.41%98.43%-
XYZ60.4341.9769.88-
YUV177.16149.92180.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 132 (51.95% from 255) = 22.04%
BLUE value IS 216 (84.77% from 255) = 36.06%
R=41.90%
G=22.04%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113221600.470.140.02317.6593.775.1
HexFB84D802FE213e5e4b
Octal373204330057162476136113
Binary111110111000010011011000010111111101010011111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB84D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB84D8; }

 p { color: rgb(251,132,216); }

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

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

 a { background-color: rgb(251,132,216); }

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

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

 span { border-color: rgb(251,132,216); }

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