#FB8DE4

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

Shades of Pale Magenta #FB8DE4

Tints of Pale Magenta #FB8DE4

Color information

#FB8DE4 (or 0xFB8DE4) is unknown color: approx Pale Magenta. HEX triplet: FB, 8D and E4. RGB value is (251,141,228). Sum of RGB (Red+Green+Blue) = 251+141+228=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 141 (55.47% from 255 or 22.74% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DE4 is #04721B. Grayscale: #B7B7B7. Windows color (decimal): -291356 or 14978555. OLE color: 14978555.

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

Color convert

RGB251141228-
CMYK00.440.090.02
HSL312.55º93.22%76.86%-
HSV(B)312.55º43.82%98.43%-
XYZ63.3145.1678.78-
YUV183.81152.94175.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 141 (55.47% from 255) = 22.74%
BLUE value IS 228 (89.45% from 255) = 36.77%
R=40.48%
G=22.74%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114122800.440.090.02312.5593.2276.86
HexFB8DE402C921395d4d
Octal373215344054112471135115
Binary111110111000110111100100010110010011010011100110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DE4; }

 p { color: rgb(251,141,228); }

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

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

 a { background-color: rgb(251,141,228); }

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

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

 span { border-color: rgb(251,141,228); }

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