Html Css Color HEX #FB86FB Fuchsia Pink

📋 copy color: '#FB86FB'

red 251 ◦ green 134 ◦ blue 251

#FB86FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia Pink #FB86FB

Tints of Fuchsia Pink #FB86FB

RGB

 RED value IS 251 (98.44% from 255) = 39.47%

 GREEN value IS 134 (52.73% from 255) = 21.07%

 BLUE value IS 251 (98.44% from 255) = 39.47%

R = 39.47%
G = 21.07%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FB86FB (or 0xFB86FB) is known color: Fuchsia Pink. HEX triplet: FB, 86 and FB. RGB value is (251,134,251). Sum of RGB (Red+Green+Blue) = 251+134+251=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 134 (52.73% from 255 or 21.07% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB86FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB86FB is #047904. Grayscale: #B5B5B5. Windows color (decimal): -293125 or 16484091. OLE color: 16484091.

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

Color convert

RGB 251 134 251 -
CMYK 0 0.47 0 0.02
HSL 300º 0.94% 0.75% -
HSV(B) 300º 0.47% 0.98% -
XYZ 65.72 44.52 96.4 -
YUV 182.32 166.76 176.99 -
System Red Green Blue C M Y K H S L
Decimal 251 134 251 0 0.47 0 0.02 300 0.94 0.75
Hex FB 86 FB 0 2F 0 2 12C 5E 4B
Octal 373 206 373 0 57 0 2 454 136 113
Binary 11111011 10000110 11111011 0 101111 0 10 100101100 1011110 1001011

Color Harmonies of #FB86FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB86FB

Black with #FB86FB

Text Example


Text Example

White with #FB86FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB86FB; }

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

 H1.HeaderClassName
 {
   color: #FB86FB;
 }
 .AnyTagClassName
 {
   color: #FB86FB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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