Html Css Color HEX #FB8BFE Fuchsia Pink

📋 copy color: '#FB8BFE'

red 251 ◦ green 139 ◦ blue 254

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

Shades of Fuchsia Pink #FB8BFE

Tints of Fuchsia Pink #FB8BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 21.58%

 BLUE value IS 254 (99.61% from 255) = 39.44%

R = 38.98%
G = 21.58%
B = 39.44%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FB8BFE (or 0xFB8BFE) is known color: Fuchsia Pink. HEX triplet: FB, 8B and FE. RGB value is (251,139,254). Sum of RGB (Red+Green+Blue) = 251+139+254=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 139 (54.69% from 255 or 21.58% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB8BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8BFE is #047401. Grayscale: #B9B9B9. Windows color (decimal): -291842 or 16681979. OLE color: 16681979.

HSL color Cylindrical-coordinate representation of color #FB8BFE: hue angle of 298.43º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8BFE is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 251 139 254 -
CMYK 0.01 0.45 0 0.00
HSL 298.43º 0.98% 0.77% -
HSV(B) 298.43º 0.45% 1% -
XYZ 66.91 46.13 99.14 -
YUV 185.6 166.61 174.65 -
System Red Green Blue C M Y K H S L
Decimal 251 139 254 0.01 0.45 0 0.00 298.43 0.98 0.77
Hex FB 8B FE 1 2D 0 0 12A 62 4D
Octal 373 213 376 1 55 0 0 452 142 115
Binary 11111011 10001011 11111110 1 101101 0 0 100101010 1100010 1001101

Color Harmonies of #FB8BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8BFE

Black with #FB8BFE

Text Example


Text Example

White with #FB8BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8BFE; }

 p { color: rgb(251,139,254); }

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

background-color css

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

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

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

border-color css

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

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

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