#FB90E3

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

Shades of Pale Magenta #FB90E3

Tints of Pale Magenta #FB90E3

Color information

#FB90E3 (or 0xFB90E3) is unknown color: approx Pale Magenta. HEX triplet: FB, 90 and E3. RGB value is (251,144,227). Sum of RGB (Red+Green+Blue) = 251+144+227=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 144 (56.64% from 255 or 23.15% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90E3 is #046F1C. Grayscale: #B9B9B9. Windows color (decimal): -290589 or 14913787. OLE color: 14913787.

HSL color Cylindrical-coordinate representation of color #FB90E3: hue angle of 313.46º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB90E3 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB251144227-
CMYK00.430.100.02
HSL313.46º93.04%77.45%-
HSV(B)313.46º42.63%98.43%-
XYZ63.624678.2-
YUV185.46151.45174.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.35%
GREEN value IS 144 (56.64% from 255) = 23.15%
BLUE value IS 227 (89.06% from 255) = 36.50%
R=40.35%
G=23.15%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114422700.430.100.02313.4693.0477.45
HexFB90E302BA21395d4d
Octal373220343053122471135115
Binary111110111001000011100011010101110101010011100110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90E3; }

 p { color: rgb(251,144,227); }

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

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

 a { background-color: rgb(251,144,227); }

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

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

 span { border-color: rgb(251,144,227); }

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