#FB81E1

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

Shades of Pale Magenta #FB81E1

Tints of Pale Magenta #FB81E1

Color information

#FB81E1 (or 0xFB81E1) is unknown color: approx Pale Magenta. HEX triplet: FB, 81 and E1. RGB value is (251,129,225). Sum of RGB (Red+Green+Blue) = 251+129+225=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 129 (50.78% from 255 or 21.32% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81E1 is #047E1E. Grayscale: #B0B0B0. Windows color (decimal): -294431 or 14778875. OLE color: 14778875.

HSL color Cylindrical-coordinate representation of color #FB81E1: hue angle of 312.79º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB81E1 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB251129225-
CMYK00.490.100.02
HSL312.79º93.85%74.51%-
HSV(B)312.79º48.61%98.43%-
XYZ61.2241.6576.05-
YUV176.42155.42181.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 129 (50.78% from 255) = 21.32%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=41.49%
G=21.32%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112922500.490.100.02312.7993.8574.51
HexFB81E1031A21395e4b
Octal373201341061122471136113
Binary111110111000000111100001011000110101010011100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB81E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB81E1; }

 p { color: rgb(251,129,225); }

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

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

 a { background-color: rgb(251,129,225); }

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

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

 span { border-color: rgb(251,129,225); }

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