Html Css Color HEX #FC93EC Pale Magenta

📋 copy color: '#FC93EC'

red 252 ◦ green 147 ◦ blue 236

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

Shades of Pale Magenta #FC93EC

Tints of Pale Magenta #FC93EC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.15%

 BLUE value IS 236 (92.58% from 255) = 37.17%

R = 39.69%
G = 23.15%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC93EC (or 0xFC93EC) is known color: Pale Magenta. HEX triplet: FC, 93 and EC. RGB value is (252,147,236). Sum of RGB (Red+Green+Blue) = 252+147+236=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 147 (57.81% from 255 or 23.15% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC93EC is #036C13. Grayscale: #BCBCBC. Windows color (decimal): -224276 or 15504380. OLE color: 15504380.

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

Color convert

RGB 252 147 236 -
CMYK 0 0.42 0.06 0.01
HSL 309.14º 0.95% 0.78% -
HSV(B) 309.14º 0.42% 0.99% -
XYZ 65.72 47.62 85.08 -
YUV 188.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 252 147 236 0 0.42 0.06 0.01 309.14 0.95 0.78
Hex FC 93 EC 0 2A 6 1 135 5F 4E
Octal 374 223 354 0 52 6 1 465 137 116
Binary 11111100 10010011 11101100 0 101010 110 1 100110101 1011111 1001110

Color Harmonies of #FC93EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93EC

Black with #FC93EC

Text Example


Text Example

White with #FC93EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93EC; }

 p { color: rgb(252,147,236); }

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

background-color css

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

 a { background-color: rgb(252,147,236); }

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

border-color css

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

 span { border-color: rgb(252,147,236); }

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