#FC92EC

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

Shades of Pale Magenta #FC92EC

Tints of Pale Magenta #FC92EC

Color information

#FC92EC (or 0xFC92EC) is unknown color: approx Pale Magenta. HEX triplet: FC, 92 and EC. RGB value is (252,146,236). Sum of RGB (Red+Green+Blue) = 252+146+236=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 146 (57.42% from 255 or 23.03% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC92EC is #036D13. Grayscale: #BBBBBB. Windows color (decimal): -224532 or 15504124. OLE color: 15504124.

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

Color convert

RGB252146236-
CMYK00.420.060.01
HSL309.06º94.64%78.04%-
HSV(B)309.06º42.06%98.82%-
XYZ65.5647.3185.03-
YUV187.95155.12173.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 146 (57.42% from 255) = 23.03%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=39.75%
G=23.03%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214623600.420.060.01309.0694.6478.04
HexFC92EC02A611355f4e
Octal37422235405261465137116
Binary1111110010010010111011000101010110110011010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC92EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC92EC; }

 p { color: rgb(252,146,236); }

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

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

 a { background-color: rgb(252,146,236); }

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

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

 span { border-color: rgb(252,146,236); }

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