#FB81DC

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

Shades of Pale Magenta #FB81DC

Tints of Pale Magenta #FB81DC

Color information

#FB81DC (or 0xFB81DC) is unknown color: approx Pale Magenta. HEX triplet: FB, 81 and DC. RGB value is (251,129,220). Sum of RGB (Red+Green+Blue) = 251+129+220=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81DC is #047E23. Grayscale: #AFAFAF. Windows color (decimal): -294436 or 14451195. OLE color: 14451195.

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

Color convert

RGB251129220-
CMYK00.490.120.02
HSL315.25º93.85%74.51%-
HSV(B)315.25º48.61%98.43%-
XYZ60.5541.3872.51-
YUV175.85152.92181.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.83%
GREEN value IS 129 (50.78% from 255) = 21.5%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=41.83%
G=21.5%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112922000.490.120.02315.2593.8574.51
HexFB81DC031C213b5e4b
Octal373201334061142473136113
Binary111110111000000111011100011000111001010011101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB81DC; }

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

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

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

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

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

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

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

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