Html Css Color HEX #FE8BFB Fuchsia Pink

📋 copy color: '#FE8BFB'

red 254 ◦ green 139 ◦ blue 251

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

Shades of Fuchsia Pink #FE8BFB

Tints of Fuchsia Pink #FE8BFB

RGB

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

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

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

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

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

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

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

Color convert

RGB 254 139 251 -
CMYK 0 0.45 0.01 0.00
HSL 301.57º 0.98% 0.77% -
HSV(B) 301.57º 0.45% 1% -
XYZ 67.52 46.5 96.68 -
YUV 186.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 254 139 251 0 0.45 0.01 0.00 301.57 0.98 0.77
Hex FE 8B FB 0 2D 1 0 12E 62 4D
Octal 376 213 373 0 55 1 0 456 142 115
Binary 11111110 10001011 11111011 0 101101 1 0 100101110 1100010 1001101

Color Harmonies of #FE8BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8BFB

Black with #FE8BFB

Text Example


Text Example

White with #FE8BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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