#FB6DE9

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

Shades of Pale Magenta #FB6DE9

Tints of Pale Magenta #FB6DE9

Color information

#FB6DE9 (or 0xFB6DE9) is unknown color: approx Pale Magenta. HEX triplet: FB, 6D and E9. RGB value is (251,109,233). Sum of RGB (Red+Green+Blue) = 251+109+233=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 109 (42.97% from 255 or 18.38% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6DE9 is #049216. Grayscale: #A5A5A5. Windows color (decimal): -299543 or 15298043. OLE color: 15298043.

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

Color convert

RGB251109233-
CMYK00.570.070.02
HSL307.61º94.67%70.59%-
HSV(B)307.61º56.57%98.43%-
XYZ59.9637.3381.14-
YUV165.59166.04188.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 109 (42.97% from 255) = 18.38%
BLUE value IS 233 (91.41% from 255) = 39.29%
R=42.33%
G=18.38%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110923300.570.070.02307.6194.6770.59
HexFB6DE9039721345f47
Octal37315535107172464137107
Binary1111101111011011110100101110011111010011010010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6DE9; }

 p { color: rgb(251,109,233); }

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

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

 a { background-color: rgb(251,109,233); }

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

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

 span { border-color: rgb(251,109,233); }

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