Html Css Color HEX #FE8BFC Fuchsia Pink

📋 copy color: '#FE8BFC'

red 254 ◦ green 139 ◦ blue 252

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

Shades of Fuchsia Pink #FE8BFC

Tints of Fuchsia Pink #FE8BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.07%

R = 39.38%
G = 21.55%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE8BFC (or 0xFE8BFC) is known color: Fuchsia Pink. HEX triplet: FE, 8B and FC. RGB value is (254,139,252). Sum of RGB (Red+Green+Blue) = 254+139+252=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 139 (54.69% from 255 or 21.55% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8BFC is #017403. Grayscale: #B9B9B9. Windows color (decimal): -95236 or 16550910. OLE color: 16550910.

HSL color Cylindrical-coordinate representation of color #FE8BFC: hue angle of 301.04º 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 #FE8BFC is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 139 252 -
CMYK 0 0.45 0.01 0.00
HSL 301.04º 0.98% 0.77% -
HSV(B) 301.04º 0.45% 1% -
XYZ 67.68 46.56 97.52 -
YUV 186.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 254 139 252 0 0.45 0.01 0.00 301.04 0.98 0.77
Hex FE 8B FC 0 2D 1 0 12D 62 4D
Octal 376 213 374 0 55 1 0 455 142 115
Binary 11111110 10001011 11111100 0 101101 1 0 100101101 1100010 1001101

Color Harmonies of #FE8BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8BFC

Black with #FE8BFC

Text Example


Text Example

White with #FE8BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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