#FB88DA

Color #FB88DA Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FB88DA

Tints of Pale Magenta #FB88DA

Color information

#FB88DA (or 0xFB88DA) is unknown color: approx Pale Magenta. HEX triplet: FB, 88 and DA. RGB value is (251,136,218). Sum of RGB (Red+Green+Blue) = 251+136+218=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 136 (53.52% from 255 or 22.48% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88DA is #047725. Grayscale: #B3B3B3. Windows color (decimal): -292646 or 14321915. OLE color: 14321915.

HSL color Cylindrical-coordinate representation of color #FB88DA: hue angle of 317.22º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB88DA is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB251136218-
CMYK00.460.130.02
HSL317.22º93.5%75.88%-
HSV(B)317.22º45.82%98.43%-
XYZ61.2443.1871.44-
YUV179.73149.6178.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 136 (53.52% from 255) = 22.48%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=41.49%
G=22.48%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113621800.460.130.02317.2293.575.88
HexFB88DA02ED213d5d4c
Octal373210332056152475135114
Binary111110111000100011011010010111011011010011110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB88DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB88DA; }

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

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

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

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

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

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

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

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