Html Css Color HEX #FC93EF Pale Magenta

📋 copy color: '#FC93EF'

red 252 ◦ green 147 ◦ blue 239

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

Shades of Pale Magenta #FC93EF

Tints of Pale Magenta #FC93EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.46%

R = 39.5%
G = 23.04%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC93EF (or 0xFC93EF) is known color: Pale Magenta. HEX triplet: FC, 93 and EF. RGB value is (252,147,239). Sum of RGB (Red+Green+Blue) = 252+147+239=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 147 (57.81% from 255 or 23.04% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC93EF is #036C10. Grayscale: #BCBCBC. Windows color (decimal): -224273 or 15700988. OLE color: 15700988.

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

Color convert

RGB 252 147 239 -
CMYK 0 0.42 0.05 0.01
HSL 307.43º 0.95% 0.78% -
HSV(B) 307.43º 0.42% 0.99% -
XYZ 66.16 47.79 87.4 -
YUV 188.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 252 147 239 0 0.42 0.05 0.01 307.43 0.95 0.78
Hex FC 93 EF 0 2A 5 1 133 5F 4E
Octal 374 223 357 0 52 5 1 463 137 116
Binary 11111100 10010011 11101111 0 101010 101 1 100110011 1011111 1001110

Color Harmonies of #FC93EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93EF

Black with #FC93EF

Text Example


Text Example

White with #FC93EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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