#FB94EE

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

Shades of Pale Magenta #FB94EE

Tints of Pale Magenta #FB94EE

Color information

#FB94EE (or 0xFB94EE) is unknown color: approx Pale Magenta. HEX triplet: FB, 94 and EE. RGB value is (251,148,238). Sum of RGB (Red+Green+Blue) = 251+148+238=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 148 (58.20% from 255 or 23.23% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB94EE is #046B11. Grayscale: #BCBCBC. Windows color (decimal): -289554 or 15635707. OLE color: 15635707.

HSL color Cylindrical-coordinate representation of color #FB94EE: hue angle of 307.57º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB94EE is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB251148238-
CMYK00.410.050.02
HSL307.57º92.79%78.24%-
HSV(B)307.57º41.04%98.43%-
XYZ65.8147.8686.66-
YUV189.06155.62172.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 148 (58.20% from 255) = 23.23%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=39.40%
G=23.23%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114823800.410.050.02307.5792.7978.24
HexFB94EE029521345d4e
Octal37322435605152464135116
Binary11111011100101001110111001010011011010011010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB94EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB94EE; }

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

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

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

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

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

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

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

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