#FC84DB

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

Shades of Pale Magenta #FC84DB

Tints of Pale Magenta #FC84DB

Color information

#FC84DB (or 0xFC84DB) is unknown color: approx Pale Magenta. HEX triplet: FC, 84 and DB. RGB value is (252,132,219). Sum of RGB (Red+Green+Blue) = 252+132+219=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 132 (51.95% from 255 or 21.89% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC84DB is #037B24. Grayscale: #B1B1B1. Windows color (decimal): -228133 or 14386428. OLE color: 14386428.

HSL color Cylindrical-coordinate representation of color #FC84DB: hue angle of 316.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC84DB is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252132219-
CMYK00.480.130.01
HSL316.5º95.24%75.29%-
HSV(B)316.5º47.62%98.82%-
XYZ61.1842.3171.96-
YUV177.8151.26180.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.79%
GREEN value IS 132 (51.95% from 255) = 21.89%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=41.79%
G=21.89%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213221900.480.130.01316.595.2475.29
HexFC84DB030D113c5f4b
Octal374204333060151474137113
Binary11111100100001001101101101100001101110011110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC84DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC84DB; }

 p { color: rgb(252,132,219); }

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

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

 a { background-color: rgb(252,132,219); }

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

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

 span { border-color: rgb(252,132,219); }

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