#FE8DFB

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

Shades of Fuchsia Pink #FE8DFB

Tints of Fuchsia Pink #FE8DFB

Color information

#FE8DFB (or 0xFE8DFB) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 8D and FB. RGB value is (254,141,251). Sum of RGB (Red+Green+Blue) = 254+141+251=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 141 (55.47% from 255 or 21.83% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8DFB is #017204. Grayscale: #BBBBBB. Windows color (decimal): -94725 or 16485886. OLE color: 16485886.

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

Color convert

RGB254141251-
CMYK00.440.010.00
HSL301.59º98.26%77.45%-
HSV(B)301.59º44.49%99.61%-
XYZ67.8147.0996.78-
YUV187.33163.94175.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 141 (55.47% from 255) = 21.83%
BLUE value IS 251 (98.44% from 255) = 38.85%
R=39.32%
G=21.83%
B=38.85%

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
Decimal25414125100.440.010.00301.5998.2677.45
HexFE8DFB02C1012e624d
Octal37621537305410456142115
Binary11111110100011011111101101011001010010111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8DFB; }

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

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

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

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

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

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

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

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