#FB7CE9

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

Shades of Pale Magenta #FB7CE9

Tints of Pale Magenta #FB7CE9

Color information

#FB7CE9 (or 0xFB7CE9) is unknown color: approx Pale Magenta. HEX triplet: FB, 7C and E9. RGB value is (251,124,233). Sum of RGB (Red+Green+Blue) = 251+124+233=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 124 (48.83% from 255 or 20.39% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7CE9 is #048316. Grayscale: #AEAEAE. Windows color (decimal): -295703 or 15301883. OLE color: 15301883.

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

Color convert

RGB251124233-
CMYK00.510.070.02
HSL308.5º94.07%73.53%-
HSV(B)308.5º50.6%98.43%-
XYZ61.740.8181.72-
YUV174.4161.08182.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.28%
GREEN value IS 124 (48.83% from 255) = 20.39%
BLUE value IS 233 (91.41% from 255) = 38.32%
R=41.28%
G=20.39%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112423300.510.070.02308.594.0773.53
HexFB7CE9033721355e4a
Octal37317435106372465136112
Binary1111101111111001110100101100111111010011010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7CE9; }

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

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

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

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

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

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

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

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