Html Css Color HEX #FC6EE2 Pale Magenta

📋 copy color: '#FC6EE2'

red 252 ◦ green 110 ◦ blue 226

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

Shades of Pale Magenta #FC6EE2

Tints of Pale Magenta #FC6EE2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.71%

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

R = 42.86%
G = 18.71%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC6EE2 (or 0xFC6EE2) is known color: Pale Magenta. HEX triplet: FC, 6E and E2. RGB value is (252,110,226). Sum of RGB (Red+Green+Blue) = 252+110+226=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 110 (43.36% from 255 or 18.71% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6EE2 is #03911D. Grayscale: #A5A5A5. Windows color (decimal): -233758 or 14839548. OLE color: 14839548.

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

Color convert

RGB 252 110 226 -
CMYK 0 0.56 0.10 0.01
HSL 310.99º 0.96% 0.71% -
HSV(B) 310.99º 0.56% 0.99% -
XYZ 59.45 37.34 76.03 -
YUV 165.68 162.04 189.57 -
System Red Green Blue C M Y K H S L
Decimal 252 110 226 0 0.56 0.10 0.01 310.99 0.96 0.71
Hex FC 6E E2 0 38 A 1 137 60 47
Octal 374 156 342 0 70 12 1 467 140 107
Binary 11111100 1101110 11100010 0 111000 1010 1 100110111 1100000 1000111

Color Harmonies of #FC6EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6EE2

Black with #FC6EE2

Text Example


Text Example

White with #FC6EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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