#FB81D8

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

Shades of Pale Magenta #FB81D8

Tints of Pale Magenta #FB81D8

Color information

#FB81D8 (or 0xFB81D8) is unknown color: approx Pale Magenta. HEX triplet: FB, 81 and D8. RGB value is (251,129,216). Sum of RGB (Red+Green+Blue) = 251+129+216=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 129 (50.78% from 255 or 21.64% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81D8 is #047E27. Grayscale: #AFAFAF. Windows color (decimal): -294440 or 14189051. OLE color: 14189051.

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

Color convert

RGB251129216-
CMYK00.490.140.02
HSL317.21º93.85%74.51%-
HSV(B)317.21º48.61%98.43%-
XYZ60.0341.1769.75-
YUV175.4150.92181.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.11%
GREEN value IS 129 (50.78% from 255) = 21.64%
BLUE value IS 216 (84.77% from 255) = 36.24%
R=42.11%
G=21.64%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112921600.490.140.02317.2193.8574.51
HexFB81D8031E213d5e4b
Octal373201330061162475136113
Binary111110111000000111011000011000111101010011110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB81D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB81D8; }

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

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

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

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

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

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

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

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