#FB8AFB

Color #FB8AFB Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FB8AFB

Tints of Fuchsia Pink #FB8AFB

Color information

#FB8AFB (or 0xFB8AFB) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 8A and FB. RGB value is (251,138,251). Sum of RGB (Red+Green+Blue) = 251+138+251=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 138 (54.30% from 255 or 21.56% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB8AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8AFB is #047504. Grayscale: #B8B8B8. Windows color (decimal): -292101 or 16485115. OLE color: 16485115.

HSL color Cylindrical-coordinate representation of color #FB8AFB: hue angle of 300º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8AFB is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB251138251-
CMYK00.4500.02
HSL300º93.39%76.27%-
HSV(B)300º45.02%98.43%-
XYZ66.2845.6596.58-
YUV184.67165.44175.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.22%
GREEN value IS 138 (54.30% from 255) = 21.56%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=39.22%
G=21.56%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113825100.4500.0230093.3976.27
HexFB8AFB02D0212c5d4c
Octal37321237305502454135114
Binary111110111000101011111011010110101010010110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8AFB; }

 p { color: rgb(251,138,251); }

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

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

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

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

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

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

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