#FB76ED

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

Shades of Pale Magenta #FB76ED

Tints of Pale Magenta #FB76ED

Color information

#FB76ED (or 0xFB76ED) is unknown color: approx Pale Magenta. HEX triplet: FB, 76 and ED. RGB value is (251,118,237). Sum of RGB (Red+Green+Blue) = 251+118+237=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 118 (46.48% from 255 or 19.47% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB76ED is #048912. Grayscale: #AAAAAA. Windows color (decimal): -297235 or 15562491. OLE color: 15562491.

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

Color convert

RGB251118237-
CMYK00.530.060.02
HSL306.32º94.33%72.35%-
HSV(B)306.32º52.99%98.43%-
XYZ61.5539.5884.52-
YUV171.33165.06184.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 118 (46.48% from 255) = 19.47%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=41.42%
G=19.47%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111823700.530.060.02306.3294.3372.35
HexFB76ED035621325e48
Octal37316635506562462136110
Binary1111101111101101110110101101011101010011001010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB76ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB76ED; }

 p { color: rgb(251,118,237); }

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

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

 a { background-color: rgb(251,118,237); }

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

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

 span { border-color: rgb(251,118,237); }

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