Html Css Color HEX #FC6CE2 Pale Magenta

📋 copy color: '#FC6CE2'

red 252 ◦ green 108 ◦ blue 226

#FC6CE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FC6CE2

Tints of Pale Magenta #FC6CE2

RGB

 RED value IS 252 (98.83% from 255) = 43%

 GREEN value IS 108 (42.58% from 255) = 18.43%

 BLUE value IS 226 (88.67% from 255) = 38.57%

R = 43%
G = 18.43%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC6CE2 (or 0xFC6CE2) is known color: Pale Magenta. HEX triplet: FC, 6C and E2. RGB value is (252,108,226). Sum of RGB (Red+Green+Blue) = 252+108+226=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 108 (42.58% from 255 or 18.43% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6CE2 is #03931D. Grayscale: #A4A4A4. Windows color (decimal): -234270 or 14839036. OLE color: 14839036.

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

Color convert

RGB 252 108 226 -
CMYK 0 0.57 0.10 0.01
HSL 310.83º 0.96% 0.71% -
HSV(B) 310.83º 0.57% 0.99% -
XYZ 59.23 36.91 75.95 -
YUV 164.51 162.71 190.41 -
System Red Green Blue C M Y K H S L
Decimal 252 108 226 0 0.57 0.10 0.01 310.83 0.96 0.71
Hex FC 6C E2 0 39 A 1 137 60 47
Octal 374 154 342 0 71 12 1 467 140 107
Binary 11111100 1101100 11100010 0 111001 1010 1 100110111 1100000 1000111

Color Harmonies of #FC6CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CE2

Black with #FC6CE2

Text Example


Text Example

White with #FC6CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CE2; }

 p { color: rgb(252,108,226); }

 H1.HeaderClassName
 {
   color: #FC6CE2;
 }
 .AnyTagClassName
 {
   color: #FC6CE2;
 }
</style>

background-color css

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

 a { background-color: rgb(252,108,226); }

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

border-color css

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

 span { border-color: rgb(252,108,226); }

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