#FB7DEB

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

Shades of Pale Magenta #FB7DEB

Tints of Pale Magenta #FB7DEB

Color information

#FB7DEB (or 0xFB7DEB) is unknown color: approx Pale Magenta. HEX triplet: FB, 7D and EB. RGB value is (251,125,235). Sum of RGB (Red+Green+Blue) = 251+125+235=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 125 (49.22% from 255 or 20.46% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7DEB is #048214. Grayscale: #AEAEAE. Windows color (decimal): -295445 or 15433211. OLE color: 15433211.

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

Color convert

RGB251125235-
CMYK00.500.060.02
HSL307.62º94.03%73.73%-
HSV(B)307.62º50.2%98.43%-
XYZ62.1141.1783.27-
YUV175.21161.74182.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 125 (49.22% from 255) = 20.46%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=41.08%
G=20.46%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112523500.500.060.02307.6294.0373.73
HexFB7DEB032621345e4a
Octal37317535306262464136112
Binary1111101111111011110101101100101101010011010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7DEB; }

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

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

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

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

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

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

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

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