#FC6EEA

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

Shades of Pale Magenta #FC6EEA

Tints of Pale Magenta #FC6EEA

Color information

#FC6EEA (or 0xFC6EEA) is unknown color: approx Pale Magenta. HEX triplet: FC, 6E and EA. RGB value is (252,110,234). Sum of RGB (Red+Green+Blue) = 252+110+234=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 110 (43.36% from 255 or 18.46% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6EEA is #039115. Grayscale: #A6A6A6. Windows color (decimal): -233750 or 15363836. OLE color: 15363836.

HSL color Cylindrical-coordinate representation of color #FC6EEA: hue angle of 307.61º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6EEA is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB252110234-
CMYK00.560.070.01
HSL307.61º95.95%70.98%-
HSV(B)307.61º56.35%98.82%-
XYZ60.5737.7981.94-
YUV166.59166.04188.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 110 (43.36% from 255) = 18.46%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=42.28%
G=18.46%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211023400.560.070.01307.6195.9570.98
HexFC6EEA038711346047
Octal37415635207071464140107
Binary111111001101110111010100111000111110011010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6EEA; }

 p { color: rgb(252,110,234); }

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

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

 a { background-color: rgb(252,110,234); }

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

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

 span { border-color: rgb(252,110,234); }

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