#FE88FF

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

Shades of Fuchsia Pink #FE88FF

Tints of Fuchsia Pink #FE88FF

Color information

#FE88FF (or 0xFE88FF) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 88 and FF. RGB value is (254,136,255). Sum of RGB (Red+Green+Blue) = 254+136+255=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 136 (53.52% from 255 or 21.09% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE88FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE88FF is #017700. Grayscale: #B8B8B8. Windows color (decimal): -96001 or 16746750. OLE color: 16746750.

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

Color convert

RGB254136255-
CMYK0.000.4700
HSL299.5º100%76.67%-
HSV(B)299.5º46.67%100%-
XYZ67.7345.999.9-
YUV184.85167.59177.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.38%
GREEN value IS 136 (53.52% from 255) = 21.09%
BLUE value IS 255 (100% from 255) = 39.53%
R=39.38%
G=21.09%
B=39.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541362550.000.4700299.510076.67
HexFE88FF02F0012b644d
Octal37621037705700453144115
Binary11111110100010001111111101011110010010101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE88FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE88FF; }

 p { color: rgb(254,136,255); }

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

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

 a { background-color: rgb(254,136,255); }

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

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

 span { border-color: rgb(254,136,255); }

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