#FB8FE3

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

Shades of Pale Magenta #FB8FE3

Tints of Pale Magenta #FB8FE3

Color information

#FB8FE3 (or 0xFB8FE3) is unknown color: approx Pale Magenta. HEX triplet: FB, 8F and E3. RGB value is (251,143,227). Sum of RGB (Red+Green+Blue) = 251+143+227=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 143 (56.25% from 255 or 23.03% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FE3 is #04701C. Grayscale: #B8B8B8. Windows color (decimal): -290845 or 14913531. OLE color: 14913531.

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

Color convert

RGB251143227-
CMYK00.430.100.02
HSL313.33º93.1%77.25%-
HSV(B)313.33º43.03%98.43%-
XYZ63.4745.778.15-
YUV184.87151.78175.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 143 (56.25% from 255) = 23.03%
BLUE value IS 227 (89.06% from 255) = 36.55%
R=40.42%
G=23.03%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114322700.430.100.02313.3393.177.25
HexFB8FE302BA21395d4d
Octal373217343053122471135115
Binary111110111000111111100011010101110101010011100110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8FE3; }

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

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

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

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

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

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

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

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