#FB7CE8

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

Shades of Pale Magenta #FB7CE8

Tints of Pale Magenta #FB7CE8

Color information

#FB7CE8 (or 0xFB7CE8) is unknown color: approx Pale Magenta. HEX triplet: FB, 7C and E8. RGB value is (251,124,232). Sum of RGB (Red+Green+Blue) = 251+124+232=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 124 (48.83% from 255 or 20.43% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7CE8 is #048317. Grayscale: #ADADAD. Windows color (decimal): -295704 or 15236347. OLE color: 15236347.

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

Color convert

RGB251124232-
CMYK00.510.080.02
HSL308.98º94.07%73.53%-
HSV(B)308.98º50.6%98.43%-
XYZ61.5640.7580.97-
YUV174.28160.58182.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 124 (48.83% from 255) = 20.43%
BLUE value IS 232 (91.02% from 255) = 38.22%
R=41.35%
G=20.43%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112423200.510.080.02308.9894.0773.53
HexFB7CE8033821355e4a
Octal373174350063102465136112
Binary11111011111110011101000011001110001010011010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7CE8; }

 p { color: rgb(251,124,232); }

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

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

 a { background-color: rgb(251,124,232); }

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

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

 span { border-color: rgb(251,124,232); }

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