#FB8DE2

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

Shades of Pale Magenta #FB8DE2

Tints of Pale Magenta #FB8DE2

Color information

#FB8DE2 (or 0xFB8DE2) is unknown color: approx Pale Magenta. HEX triplet: FB, 8D and E2. RGB value is (251,141,226). Sum of RGB (Red+Green+Blue) = 251+141+226=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 141 (55.47% from 255 or 22.82% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DE2 is #04721D. Grayscale: #B7B7B7. Windows color (decimal): -291358 or 14847483. OLE color: 14847483.

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

Color convert

RGB251141226-
CMYK00.440.100.02
HSL313.64º93.22%76.86%-
HSV(B)313.64º43.82%98.43%-
XYZ63.0445.0577.32-
YUV183.58151.94176.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.61%
GREEN value IS 141 (55.47% from 255) = 22.82%
BLUE value IS 226 (88.67% from 255) = 36.57%
R=40.61%
G=22.82%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114122600.440.100.02313.6493.2276.86
HexFB8DE202CA213a5d4d
Octal373215342054122472135115
Binary111110111000110111100010010110010101010011101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DE2; }

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

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

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

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

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

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

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

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