#FB7AE1

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

Shades of Pale Magenta #FB7AE1

Tints of Pale Magenta #FB7AE1

Color information

#FB7AE1 (or 0xFB7AE1) is unknown color: approx Pale Magenta. HEX triplet: FB, 7A and E1. RGB value is (251,122,225). Sum of RGB (Red+Green+Blue) = 251+122+225=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 122 (48.05% from 255 or 20.40% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7AE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7AE1 is #04851E. Grayscale: #ACACAC. Windows color (decimal): -296223 or 14777083. OLE color: 14777083.

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

Color convert

RGB251122225-
CMYK00.510.100.02
HSL312.09º94.16%73.14%-
HSV(B)312.09º51.39%98.43%-
XYZ60.3339.8675.75-
YUV172.31157.74184.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.97%
GREEN value IS 122 (48.05% from 255) = 20.40%
BLUE value IS 225 (88.28% from 255) = 37.63%
R=41.97%
G=20.40%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112222500.510.100.02312.0994.1673.14
HexFB7AE1033A21385e49
Octal373172341063122470136111
Binary11111011111101011100001011001110101010011100010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7AE1; }

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

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

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

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

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

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

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

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