#FB83E6

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

Shades of Pale Magenta #FB83E6

Tints of Pale Magenta #FB83E6

Color information

#FB83E6 (or 0xFB83E6) is unknown color: approx Pale Magenta. HEX triplet: FB, 83 and E6. RGB value is (251,131,230). Sum of RGB (Red+Green+Blue) = 251+131+230=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 131 (51.56% from 255 or 21.41% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB83E6 is #047C19. Grayscale: #B1B1B1. Windows color (decimal): -293914 or 15107067. OLE color: 15107067.

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

Color convert

RGB251131230-
CMYK00.480.080.02
HSL310.5º93.75%74.9%-
HSV(B)310.5º47.81%98.43%-
XYZ62.1842.4679.78-
YUV178.17157.26179.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.01%
GREEN value IS 131 (51.56% from 255) = 21.41%
BLUE value IS 230 (90.23% from 255) = 37.58%
R=41.01%
G=21.41%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113123000.480.080.02310.593.7574.9
HexFB83E6030821365e4b
Octal373203346060102466136113
Binary111110111000001111100110011000010001010011011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB83E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB83E6; }

 p { color: rgb(251,131,230); }

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

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

 a { background-color: rgb(251,131,230); }

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

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

 span { border-color: rgb(251,131,230); }

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