#FB88E8

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

Shades of Pale Magenta #FB88E8

Tints of Pale Magenta #FB88E8

Color information

#FB88E8 (or 0xFB88E8) is unknown color: approx Pale Magenta. HEX triplet: FB, 88 and E8. RGB value is (251,136,232). Sum of RGB (Red+Green+Blue) = 251+136+232=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 136 (53.52% from 255 or 21.97% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB88E8 is #047717. Grayscale: #B5B5B5. Windows color (decimal): -292632 or 15239419. OLE color: 15239419.

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

Color convert

RGB251136232-
CMYK00.460.080.02
HSL309.91º93.5%75.88%-
HSV(B)309.91º45.82%98.43%-
XYZ63.1543.9481.5-
YUV181.33156.6177.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 136 (53.52% from 255) = 21.97%
BLUE value IS 232 (91.02% from 255) = 37.48%
R=40.55%
G=21.97%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113623200.460.080.02309.9193.575.88
HexFB88E802E821365d4c
Octal373210350056102466135114
Binary111110111000100011101000010111010001010011011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB88E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB88E8; }

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

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

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

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

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

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

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

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