#FB88FF

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

Shades of Fuchsia Pink #FB88FF

Tints of Fuchsia Pink #FB88FF

Color information

#FB88FF (or 0xFB88FF) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 88 and FF. RGB value is (251,136,255). Sum of RGB (Red+Green+Blue) = 251+136+255=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 136 (53.52% from 255 or 21.18% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB88FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB88FF is #047700. Grayscale: #B7B7B7. Windows color (decimal): -292609 or 16746747. OLE color: 16746747.

HSL color Cylindrical-coordinate representation of color #FB88FF: hue angle of 297.98º 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 #FB88FF is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB251136255-
CMYK0.020.4700
HSL297.98º100%76.67%-
HSV(B)297.98º46.67%100%-
XYZ66.6445.3499.85-
YUV183.95168.1175.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.10%
GREEN value IS 136 (53.52% from 255) = 21.18%
BLUE value IS 255 (100% from 255) = 39.72%
R=39.10%
G=21.18%
B=39.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511362550.020.4700297.9810076.67
HexFB88FF22F0012a644d
Octal37321037725700452144115
Binary111110111000100011111111101011110010010101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB88FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB88FF; }

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

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

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

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

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

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

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

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