#FE8FFB

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

Shades of Fuchsia Pink #FE8FFB

Tints of Fuchsia Pink #FE8FFB

Color information

#FE8FFB (or 0xFE8FFB) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 8F and FB. RGB value is (254,143,251). Sum of RGB (Red+Green+Blue) = 254+143+251=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 143 (56.25% from 255 or 22.07% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8FFB is #017004. Grayscale: #BCBCBC. Windows color (decimal): -94213 or 16486398. OLE color: 16486398.

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

Color convert

RGB254143251-
CMYK00.440.010.00
HSL301.62º98.23%77.84%-
HSV(B)301.62º43.7%99.61%-
XYZ68.1147.6896.88-
YUV188.5163.27174.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 143 (56.25% from 255) = 22.07%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=39.20%
G=22.07%
B=38.73%

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
Decimal25414325100.440.010.00301.6298.2377.84
HexFE8FFB02C1012e624e
Octal37621737305410456142116
Binary11111110100011111111101101011001010010111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8FFB; }

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

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

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

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

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

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

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

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