#FB8DFF

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

Shades of Fuchsia Pink #FB8DFF

Tints of Fuchsia Pink #FB8DFF

Color information

#FB8DFF (or 0xFB8DFF) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 8D and FF. RGB value is (251,141,255). Sum of RGB (Red+Green+Blue) = 251+141+255=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 141 (55.47% from 255 or 21.79% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB8DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8DFF is #047200. Grayscale: #BABABA. Windows color (decimal): -291329 or 16748027. OLE color: 16748027.

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

Color convert

RGB251141255-
CMYK0.020.4500
HSL297.89º100%77.65%-
HSV(B)297.89º44.71%100%-
XYZ67.3646.78100.09-
YUV186.89166.44173.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 141 (55.47% from 255) = 21.79%
BLUE value IS 255 (100% from 255) = 39.41%
R=38.79%
G=21.79%
B=39.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511412550.020.4500297.8910077.65
HexFB8DFF22D0012a644e
Octal37321537725500452144116
Binary111110111000110111111111101011010010010101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DFF; }

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

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

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

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

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

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

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

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