#FB8BEC

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

Shades of Pale Magenta #FB8BEC

Tints of Pale Magenta #FB8BEC

Color information

#FB8BEC (or 0xFB8BEC) is unknown color: approx Pale Magenta. HEX triplet: FB, 8B and EC. RGB value is (251,139,236). Sum of RGB (Red+Green+Blue) = 251+139+236=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 139 (54.69% from 255 or 22.20% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8BEC is #047413. Grayscale: #B7B7B7. Windows color (decimal): -291860 or 15502331. OLE color: 15502331.

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

Color convert

RGB251139236-
CMYK00.450.060.02
HSL308.04º93.33%76.47%-
HSV(B)308.04º44.62%98.43%-
XYZ64.1645.0384.67-
YUV183.55157.61176.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 139 (54.69% from 255) = 22.20%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=40.10%
G=22.20%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113923600.450.060.02308.0493.3376.47
HexFB8BEC02D621345d4c
Octal37321335405562464135114
Binary11111011100010111110110001011011101010011010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8BEC; }

 p { color: rgb(251,139,236); }

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

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

 a { background-color: rgb(251,139,236); }

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

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

 span { border-color: rgb(251,139,236); }

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