#FC6BE7

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

Shades of Pale Magenta #FC6BE7

Tints of Pale Magenta #FC6BE7

Color information

#FC6BE7 (or 0xFC6BE7) is unknown color: approx Pale Magenta. HEX triplet: FC, 6B and E7. RGB value is (252,107,231). Sum of RGB (Red+Green+Blue) = 252+107+231=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 107 (42.19% from 255 or 18.14% from 590); Blue value is 231 (90.62% from 255 or 39.15% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6BE7 is #039418. Grayscale: #A4A4A4. Windows color (decimal): -234521 or 15166460. OLE color: 15166460.

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

Color convert

RGB252107231-
CMYK00.580.080.01
HSL308.69º96.03%70.39%-
HSV(B)308.69º57.54%98.82%-
XYZ59.8336.9879.59-
YUV164.49165.54190.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.71%
GREEN value IS 107 (42.19% from 255) = 18.14%
BLUE value IS 231 (90.62% from 255) = 39.15%
R=42.71%
G=18.14%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210723100.580.080.01308.6996.0370.39
HexFC6BE703A811356046
Octal374153347072101465140106
Binary1111110011010111110011101110101000110011010111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6BE7; }

 p { color: rgb(252,107,231); }

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

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

 a { background-color: rgb(252,107,231); }

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

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

 span { border-color: rgb(252,107,231); }

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