Html Css Color HEX #FE80FB Fuchsia Pink

📋 copy color: '#FE80FB'

red 254 ◦ green 128 ◦ blue 251

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

Shades of Fuchsia Pink #FE80FB

Tints of Fuchsia Pink #FE80FB

RGB

 RED value IS 254 (99.61% from 255) = 40.13%

 GREEN value IS 128 (50.39% from 255) = 20.22%

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

R = 40.13%
G = 20.22%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE80FB (or 0xFE80FB) is known color: Fuchsia Pink. HEX triplet: FE, 80 and FB. RGB value is (254,128,251). Sum of RGB (Red+Green+Blue) = 254+128+251=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 128 (50.39% from 255 or 20.22% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE80FB is #017F04. Grayscale: #B3B3B3. Windows color (decimal): -98053 or 16482558. OLE color: 16482558.

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

Color convert

RGB 254 128 251 -
CMYK 0 0.50 0.01 0.00
HSL 301.43º 0.98% 0.75% -
HSV(B) 301.43º 0.5% 1% -
XYZ 66 43.47 96.18 -
YUV 179.7 168.24 181 -
System Red Green Blue C M Y K H S L
Decimal 254 128 251 0 0.50 0.01 0.00 301.43 0.98 0.75
Hex FE 80 FB 0 32 1 0 12D 62 4B
Octal 376 200 373 0 62 1 0 455 142 113
Binary 11111110 10000000 11111011 0 110010 1 0 100101101 1100010 1001011

Color Harmonies of #FE80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE80FB

Black with #FE80FB

Text Example


Text Example

White with #FE80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE80FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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