#FB7DE9

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

Shades of Pale Magenta #FB7DE9

Tints of Pale Magenta #FB7DE9

Color information

#FB7DE9 (or 0xFB7DE9) is unknown color: approx Pale Magenta. HEX triplet: FB, 7D and E9. RGB value is (251,125,233). Sum of RGB (Red+Green+Blue) = 251+125+233=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 125 (49.22% from 255 or 20.53% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7DE9 is #048216. Grayscale: #AEAEAE. Windows color (decimal): -295447 or 15302139. OLE color: 15302139.

HSL color Cylindrical-coordinate representation of color #FB7DE9: hue angle of 308.57º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7DE9 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB251125233-
CMYK00.500.070.02
HSL308.57º94.03%73.73%-
HSV(B)308.57º50.2%98.43%-
XYZ61.8341.0681.76-
YUV174.99160.74182.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 125 (49.22% from 255) = 20.53%
BLUE value IS 233 (91.41% from 255) = 38.26%
R=41.22%
G=20.53%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112523300.500.070.02308.5794.0373.73
HexFB7DE9032721355e4a
Octal37317535106272465136112
Binary1111101111111011110100101100101111010011010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7DE9; }

 p { color: rgb(251,125,233); }

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

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

 a { background-color: rgb(251,125,233); }

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

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

 span { border-color: rgb(251,125,233); }

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