#FB8FDC

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

Shades of Pale Magenta #FB8FDC

Tints of Pale Magenta #FB8FDC

Color information

#FB8FDC (or 0xFB8FDC) is unknown color: approx Pale Magenta. HEX triplet: FB, 8F and DC. RGB value is (251,143,220). Sum of RGB (Red+Green+Blue) = 251+143+220=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 143 (56.25% from 255 or 23.29% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FDC is #047023. Grayscale: #B7B7B7. Windows color (decimal): -290852 or 14454779. OLE color: 14454779.

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

Color convert

RGB251143220-
CMYK00.430.120.02
HSL317.22º93.1%77.25%-
HSV(B)317.22º43.03%98.43%-
XYZ62.5245.3273.16-
YUV184.07148.28175.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 143 (56.25% from 255) = 23.29%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=40.88%
G=23.29%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114322000.430.120.02317.2293.177.25
HexFB8FDC02BC213d5d4d
Octal373217334053142475135115
Binary111110111000111111011100010101111001010011110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8FDC; }

 p { color: rgb(251,143,220); }

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

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

 a { background-color: rgb(251,143,220); }

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

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

 span { border-color: rgb(251,143,220); }

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