#FB84E8

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

Shades of Pale Magenta #FB84E8

Tints of Pale Magenta #FB84E8

Color information

#FB84E8 (or 0xFB84E8) is unknown color: approx Pale Magenta. HEX triplet: FB, 84 and E8. RGB value is (251,132,232). Sum of RGB (Red+Green+Blue) = 251+132+232=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 132 (51.95% from 255 or 21.46% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB84E8 is #047B17. Grayscale: #B2B2B2. Windows color (decimal): -293656 or 15238395. OLE color: 15238395.

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

Color convert

RGB251132232-
CMYK00.470.080.02
HSL309.58º93.7%75.1%-
HSV(B)309.58º47.41%98.43%-
XYZ62.642.8481.31-
YUV178.98157.92179.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 132 (51.95% from 255) = 21.46%
BLUE value IS 232 (91.02% from 255) = 37.72%
R=40.81%
G=21.46%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113223200.470.080.02309.5893.775.1
HexFB84E802F821365e4b
Octal373204350057102466136113
Binary111110111000010011101000010111110001010011011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB84E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB84E8; }

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

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

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

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

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

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

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

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