#FB76EE

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

Shades of Pale Magenta #FB76EE

Tints of Pale Magenta #FB76EE

Color information

#FB76EE (or 0xFB76EE) is unknown color: approx Pale Magenta. HEX triplet: FB, 76 and EE. RGB value is (251,118,238). Sum of RGB (Red+Green+Blue) = 251+118+238=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 118 (46.48% from 255 or 19.44% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB76EE is #048911. Grayscale: #ABABAB. Windows color (decimal): -297234 or 15628027. OLE color: 15628027.

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

Color convert

RGB251118238-
CMYK00.530.050.02
HSL305.86º94.33%72.35%-
HSV(B)305.86º52.99%98.43%-
XYZ61.6939.6485.29-
YUV171.45165.56184.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 118 (46.48% from 255) = 19.44%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=41.35%
G=19.44%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111823800.530.050.02305.8694.3372.35
HexFB76EE035521325e48
Octal37316635606552462136110
Binary1111101111101101110111001101011011010011001010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB76EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB76EE; }

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

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

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

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

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

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

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

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