#FB8FE6

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

Shades of Pale Magenta #FB8FE6

Tints of Pale Magenta #FB8FE6

Color information

#FB8FE6 (or 0xFB8FE6) is unknown color: approx Pale Magenta. HEX triplet: FB, 8F and E6. RGB value is (251,143,230). Sum of RGB (Red+Green+Blue) = 251+143+230=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 143 (56.25% from 255 or 22.92% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8FE6 is #047019. Grayscale: #B8B8B8. Windows color (decimal): -290842 or 15110139. OLE color: 15110139.

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

Color convert

RGB251143230-
CMYK00.430.080.02
HSL311.67º93.1%77.25%-
HSV(B)311.67º43.03%98.43%-
XYZ63.8945.8780.35-
YUV185.21153.28174.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 143 (56.25% from 255) = 22.92%
BLUE value IS 230 (90.23% from 255) = 36.86%
R=40.22%
G=22.92%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114323000.430.080.02311.6793.177.25
HexFB8FE602B821385d4d
Octal373217346053102470135115
Binary111110111000111111100110010101110001010011100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8FE6; }

 p { color: rgb(251,143,230); }

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

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

 a { background-color: rgb(251,143,230); }

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

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

 span { border-color: rgb(251,143,230); }

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