#FC84EE

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

Shades of Pale Magenta #FC84EE

Tints of Pale Magenta #FC84EE

Color information

#FC84EE (or 0xFC84EE) is unknown color: approx Pale Magenta. HEX triplet: FC, 84 and EE. RGB value is (252,132,238). Sum of RGB (Red+Green+Blue) = 252+132+238=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 132 (51.95% from 255 or 21.22% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC84EE is #037B11. Grayscale: #B3B3B3. Windows color (decimal): -228114 or 15631612. OLE color: 15631612.

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

Color convert

RGB252132238-
CMYK00.480.060.01
HSL307º95.24%75.29%-
HSV(B)307º47.62%98.82%-
XYZ63.8343.3785.9-
YUV179.96160.76179.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.51%
GREEN value IS 132 (51.95% from 255) = 21.22%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=40.51%
G=21.22%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213223800.480.060.0130795.2475.29
HexFC84EE030611335f4b
Octal37420435606061463137113
Binary1111110010000100111011100110000110110011001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC84EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC84EE; }

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

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

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

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

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

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

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

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