#FD88FB

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

Shades of Fuchsia Pink #FD88FB

Tints of Fuchsia Pink #FD88FB

Color information

#FD88FB (or 0xFD88FB) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 88 and FB. RGB value is (253,136,251). Sum of RGB (Red+Green+Blue) = 253+136+251=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 136 (53.52% from 255 or 21.25% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FD88FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD88FB is #027704. Grayscale: #B7B7B7. Windows color (decimal): -161541 or 16484605. OLE color: 16484605.

HSL color Cylindrical-coordinate representation of color #FD88FB: hue angle of 301.03º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FD88FB is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253136251-
CMYK00.460.010.01
HSL301.03º96.69%76.27%-
HSV(B)301.03º46.25%99.22%-
XYZ66.7245.4696.52-
YUV184.09165.76177.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.53%
GREEN value IS 136 (53.52% from 255) = 21.25%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=39.53%
G=21.25%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313625100.460.010.01301.0396.6976.27
HexFD88FB02E1112d614c
Octal37521037305611455141114
Binary11111101100010001111101101011101110010110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD88FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD88FB; }

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

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

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

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

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

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

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

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