#FB88E4

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

Shades of Pale Magenta #FB88E4

Tints of Pale Magenta #FB88E4

Color information

#FB88E4 (or 0xFB88E4) is unknown color: approx Pale Magenta. HEX triplet: FB, 88 and E4. RGB value is (251,136,228). Sum of RGB (Red+Green+Blue) = 251+136+228=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 136 (53.52% from 255 or 22.11% from 615); Blue value is 228 (89.45% from 255 or 37.07% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88E4 is #04771B. Grayscale: #B4B4B4. Windows color (decimal): -292636 or 14977275. OLE color: 14977275.

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

Color convert

RGB251136228-
CMYK00.460.090.02
HSL312º93.5%75.88%-
HSV(B)312º45.82%98.43%-
XYZ62.5943.7278.54-
YUV180.87154.6178.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 136 (53.52% from 255) = 22.11%
BLUE value IS 228 (89.45% from 255) = 37.07%
R=40.81%
G=22.11%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113622800.460.090.0231293.575.88
HexFB88E402E921385d4c
Octal373210344056112470135114
Binary111110111000100011100100010111010011010011100010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB88E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB88E4; }

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

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

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

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

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

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

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

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