#FB85DA

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

Shades of Pale Magenta #FB85DA

Tints of Pale Magenta #FB85DA

Color information

#FB85DA (or 0xFB85DA) is unknown color: approx Pale Magenta. HEX triplet: FB, 85 and DA. RGB value is (251,133,218). Sum of RGB (Red+Green+Blue) = 251+133+218=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85DA is #047A25. Grayscale: #B1B1B1. Windows color (decimal): -293414 or 14321147. OLE color: 14321147.

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

Color convert

RGB251133218-
CMYK00.470.130.02
HSL316.78º93.65%75.29%-
HSV(B)316.78º47.01%98.43%-
XYZ60.8342.3571.3-
YUV177.97150.59180.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.69%
GREEN value IS 133 (52.34% from 255) = 22.09%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=41.69%
G=22.09%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113321800.470.130.02316.7893.6575.29
HexFB85DA02FD213d5e4b
Octal373205332057152475136113
Binary111110111000010111011010010111111011010011110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB85DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB85DA; }

 p { color: rgb(251,133,218); }

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

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

 a { background-color: rgb(251,133,218); }

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

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

 span { border-color: rgb(251,133,218); }

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