#FC92EE

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

Shades of Pale Magenta #FC92EE

Tints of Pale Magenta #FC92EE

Color information

#FC92EE (or 0xFC92EE) is unknown color: approx Pale Magenta. HEX triplet: FC, 92 and EE. RGB value is (252,146,238). Sum of RGB (Red+Green+Blue) = 252+146+238=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 146 (57.42% from 255 or 22.96% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC92EE is #036D11. Grayscale: #BBBBBB. Windows color (decimal): -224530 or 15635196. OLE color: 15635196.

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

Color convert

RGB252146238-
CMYK00.420.060.01
HSL307.92º94.64%78.04%-
HSV(B)307.92º42.06%98.82%-
XYZ65.8647.4386.57-
YUV188.18156.12173.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.62%
GREEN value IS 146 (57.42% from 255) = 22.96%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=39.62%
G=22.96%
B=37.42%

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
Decimal25214623800.420.060.01307.9294.6478.04
HexFC92EE02A611345f4e
Octal37422235605261464137116
Binary1111110010010010111011100101010110110011010010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC92EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC92EE; }

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

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

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

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

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

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

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

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