#FB8AEE

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

Shades of Pale Magenta #FB8AEE

Tints of Pale Magenta #FB8AEE

Color information

#FB8AEE (or 0xFB8AEE) is unknown color: approx Pale Magenta. HEX triplet: FB, 8A and EE. RGB value is (251,138,238). Sum of RGB (Red+Green+Blue) = 251+138+238=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 138 (54.30% from 255 or 22.01% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8AEE is #047511. Grayscale: #B6B6B6. Windows color (decimal): -292114 or 15633147. OLE color: 15633147.

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

Color convert

RGB251138238-
CMYK00.450.050.02
HSL306.9º93.39%76.27%-
HSV(B)306.9º45.02%98.43%-
XYZ64.344.8686.16-
YUV183.19158.94176.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.03%
GREEN value IS 138 (54.30% from 255) = 22.01%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=40.03%
G=22.01%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113823800.450.050.02306.993.3976.27
HexFB8AEE02D521335d4c
Octal37321235605552463135114
Binary11111011100010101110111001011011011010011001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8AEE; }

 p { color: rgb(251,138,238); }

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

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

 a { background-color: rgb(251,138,238); }

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

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

 span { border-color: rgb(251,138,238); }

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