#FB6BE5

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

Shades of Pale Magenta #FB6BE5

Tints of Pale Magenta #FB6BE5

Color information

#FB6BE5 (or 0xFB6BE5) is unknown color: approx Pale Magenta. HEX triplet: FB, 6B and E5. RGB value is (251,107,229). Sum of RGB (Red+Green+Blue) = 251+107+229=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 107 (42.19% from 255 or 18.23% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6BE5 is #04941A. Grayscale: #A3A3A3. Windows color (decimal): -300059 or 15035387. OLE color: 15035387.

HSL color Cylindrical-coordinate representation of color #FB6BE5: hue angle of 309.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6BE5 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB251107229-
CMYK00.570.090.02
HSL309.17º94.74%70.2%-
HSV(B)309.17º57.37%98.43%-
XYZ59.1836.6878.09-
YUV163.96164.71190.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 107 (42.19% from 255) = 18.23%
BLUE value IS 229 (89.84% from 255) = 39.01%
R=42.76%
G=18.23%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110722900.570.090.02309.1794.7470.2
HexFB6BE5039921355f46
Octal373153345071112465137106
Binary11111011110101111100101011100110011010011010110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6BE5; }

 p { color: rgb(251,107,229); }

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

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

 a { background-color: rgb(251,107,229); }

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

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

 span { border-color: rgb(251,107,229); }

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