Html Css Color HEX #FC84DC Pale Magenta

📋 copy color: '#FC84DC'

red 252 ◦ green 132 ◦ blue 220

#FC84DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FC84DC

Tints of Pale Magenta #FC84DC

RGB

 RED value IS 252 (98.83% from 255) = 41.72%

 GREEN value IS 132 (51.95% from 255) = 21.85%

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 41.72%
G = 21.85%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC84DC (or 0xFC84DC) is known color: Pale Magenta. HEX triplet: FC, 84 and DC. RGB value is (252,132,220). Sum of RGB (Red+Green+Blue) = 252+132+220=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 132 (51.95% from 255 or 21.85% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC84DC is #037B23. Grayscale: #B1B1B1. Windows color (decimal): -228132 or 14451964. OLE color: 14451964.

HSL color Cylindrical-coordinate representation of color #FC84DC: hue angle of 316º 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 #FC84DC is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 132 220 -
CMYK 0 0.48 0.13 0.01
HSL 316º 0.95% 0.75% -
HSV(B) 316º 0.48% 0.99% -
XYZ 61.31 42.37 72.66 -
YUV 177.91 151.76 180.84 -
System Red Green Blue C M Y K H S L
Decimal 252 132 220 0 0.48 0.13 0.01 316 0.95 0.75
Hex FC 84 DC 0 30 D 1 13C 5F 4B
Octal 374 204 334 0 60 15 1 474 137 113
Binary 11111100 10000100 11011100 0 110000 1101 1 100111100 1011111 1001011

Color Harmonies of #FC84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC84DC

Black with #FC84DC

Text Example


Text Example

White with #FC84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC84DC; }

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

 H1.HeaderClassName
 {
   color: #FC84DC;
 }
 .AnyTagClassName
 {
   color: #FC84DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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