#FE8EFB

Color #FE8EFB Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FE8EFB

Tints of Fuchsia Pink #FE8EFB

Color information

#FE8EFB (or 0xFE8EFB) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 8E and FB. RGB value is (254,142,251). Sum of RGB (Red+Green+Blue) = 254+142+251=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 142 (55.86% from 255 or 21.95% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8EFB is #017104. Grayscale: #BBBBBB. Windows color (decimal): -94469 or 16486142. OLE color: 16486142.

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

Color convert

RGB254142251-
CMYK00.440.010.00
HSL301.61º98.25%77.65%-
HSV(B)301.61º44.09%99.61%-
XYZ67.9647.3896.83-
YUV187.91163.61175.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 142 (55.86% from 255) = 21.95%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=39.26%
G=21.95%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414225100.440.010.00301.6198.2577.65
HexFE8EFB02C1012e624e
Octal37621637305410456142116
Binary11111110100011101111101101011001010010111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8EFB; }

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

 H1.HeaderClassName
 {
   color: #FE8EFB;
 }
 .AnyTagClassName
 {
   color: #FE8EFB;
 }
</style>
background-color css

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

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

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

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

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

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