#FB85E1

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

Shades of Pale Magenta #FB85E1

Tints of Pale Magenta #FB85E1

Color information

#FB85E1 (or 0xFB85E1) is unknown color: approx Pale Magenta. HEX triplet: FB, 85 and E1. RGB value is (251,133,225). Sum of RGB (Red+Green+Blue) = 251+133+225=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85E1 is #047A1E. Grayscale: #B2B2B2. Windows color (decimal): -293407 or 14779899. OLE color: 14779899.

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

Color convert

RGB251133225-
CMYK00.470.100.02
HSL313.22º93.65%75.29%-
HSV(B)313.22º47.01%98.43%-
XYZ61.7642.7276.22-
YUV178.77154.09179.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 133 (52.34% from 255) = 21.84%
BLUE value IS 225 (88.28% from 255) = 36.95%
R=41.22%
G=21.84%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113322500.470.100.02313.2293.6575.29
HexFB85E102FA21395e4b
Octal373205341057122471136113
Binary111110111000010111100001010111110101010011100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB85E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB85E1; }

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

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

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

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

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

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

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

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