#FB8DDE

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

Shades of Pale Magenta #FB8DDE

Tints of Pale Magenta #FB8DDE

Color information

#FB8DDE (or 0xFB8DDE) is unknown color: approx Pale Magenta. HEX triplet: FB, 8D and DE. RGB value is (251,141,222). Sum of RGB (Red+Green+Blue) = 251+141+222=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DDE is #047221. Grayscale: #B6B6B6. Windows color (decimal): -291362 or 14585339. OLE color: 14585339.

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

Color convert

RGB251141222-
CMYK00.440.120.02
HSL315.82º93.22%76.86%-
HSV(B)315.82º43.82%98.43%-
XYZ62.4944.8374.47-
YUV183.12149.94176.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 141 (55.47% from 255) = 22.96%
BLUE value IS 222 (87.11% from 255) = 36.16%
R=40.88%
G=22.96%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114122200.440.120.02315.8293.2276.86
HexFB8DDE02CC213c5d4d
Octal373215336054142474135115
Binary111110111000110111011110010110011001010011110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DDE; }

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

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

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

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

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

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

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

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