#fb81ef

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

Shades of Pale Magenta #FB81EF

Tints of Pale Magenta #FB81EF

Color information

#FB81EF (or 0xFB81EF) is unknown color: approx Pale Magenta. HEX triplet: FB, 81 and EF. RGB value is (251,129,239). Sum of RGB (Red+Green+Blue) = 251+129+239=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 129 (50.78% from 255 or 20.84% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB81EF is #047E10. Grayscale: #B1B1B1. Windows color (decimal): -294417 or 15696379. OLE color: 15696379.

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

Color convert

RGB251129239-
CMYK00.490.050.02
HSL305.9º93.85%74.51%-
HSV(B)305.9º48.61%98.43%-
XYZ63.2142.4486.52-
YUV178.02162.42180.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 129 (50.78% from 255) = 20.84%
BLUE value IS 239 (93.75% from 255) = 38.61%
R=40.55%
G=20.84%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112923900.490.050.02305.993.8574.51
HexFB81EF031521325e4b
Octal37320135706152462136113
Binary11111011100000011110111101100011011010011001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb81ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb81ef; }

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

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

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

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

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

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

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

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