Html Css Color HEX #FE8BFF Fuchsia Pink

📋 copy color: '#FE8BFF'

red 254 ◦ green 139 ◦ blue 255

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

Shades of Fuchsia Pink #FE8BFF

Tints of Fuchsia Pink #FE8BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.35%

R = 39.2%
G = 21.45%
B = 39.35%

CMYK

 C value IS 0.00

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE8BFF (or 0xFE8BFF) is known color: Fuchsia Pink. HEX triplet: FE, 8B and FF. RGB value is (254,139,255). Sum of RGB (Red+Green+Blue) = 254+139+255=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 139 (54.69% from 255 or 21.45% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE8BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8BFF is #017400. Grayscale: #BABABA. Windows color (decimal): -95233 or 16747518. OLE color: 16747518.

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

Color convert

RGB 254 139 255 -
CMYK 0.00 0.45 0 0
HSL 299.48º 1% 0.77% -
HSV(B) 299.48º 0.45% 1% -
XYZ 68.16 46.76 100.04 -
YUV 186.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 254 139 255 0.00 0.45 0 0 299.48 1 0.77
Hex FE 8B FF 0 2D 0 0 12B 64 4D
Octal 376 213 377 0 55 0 0 453 144 115
Binary 11111110 10001011 11111111 0 101101 0 0 100101011 1100100 1001101

Color Harmonies of #FE8BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8BFF

Black with #FE8BFF

Text Example


Text Example

White with #FE8BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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