#FB8BED

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

Shades of Pale Magenta #FB8BED

Tints of Pale Magenta #FB8BED

Color information

#FB8BED (or 0xFB8BED) is unknown color: approx Pale Magenta. HEX triplet: FB, 8B and ED. RGB value is (251,139,237). Sum of RGB (Red+Green+Blue) = 251+139+237=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 139 (54.69% from 255 or 22.17% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8BED is #047412. Grayscale: #B7B7B7. Windows color (decimal): -291859 or 15567867. OLE color: 15567867.

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

Color convert

RGB251139237-
CMYK00.450.060.02
HSL307.5º93.33%76.47%-
HSV(B)307.5º44.62%98.43%-
XYZ64.345.0985.43-
YUV183.66158.11176.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.03%
GREEN value IS 139 (54.69% from 255) = 22.17%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=40.03%
G=22.17%
B=37.80%

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
Decimal25113923700.450.060.02307.593.3376.47
HexFB8BED02D621345d4c
Octal37321335505562464135114
Binary11111011100010111110110101011011101010011010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8BED; }

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

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

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

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

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

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

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

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