#FF8EFB

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

Shades of Fuchsia Pink #FF8EFB

Tints of Fuchsia Pink #FF8EFB

Color information

#FF8EFB (or 0xFF8EFB) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 8E and FB. RGB value is (255,142,251). Sum of RGB (Red+Green+Blue) = 255+142+251=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 142 (55.86% from 255 or 21.91% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8EFB is #007104. Grayscale: #BBBBBB. Windows color (decimal): -28933 or 16486143. OLE color: 16486143.

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

Color convert

RGB255142251-
CMYK00.440.020
HSL302.12º100%77.84%-
HSV(B)302.12º44.31%100%-
XYZ68.3347.5796.85-
YUV188.21163.44175.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 142 (55.86% from 255) = 21.91%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=39.35%
G=21.91%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514225100.440.020302.1210077.84
HexFF8EFB02C2012e644e
Octal37721637305420456144116
Binary111111111000111011111011010110010010010111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8EFB; }

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

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

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

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

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

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

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

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