Html Css Color HEX #FC83E5 Pale Magenta

📋 copy color: '#FC83E5'

red 252 ◦ green 131 ◦ blue 229

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

Shades of Pale Magenta #FC83E5

Tints of Pale Magenta #FC83E5

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.41%

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 41.18%
G = 21.41%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC83E5 (or 0xFC83E5) is known color: Pale Magenta. HEX triplet: FC, 83 and E5. RGB value is (252,131,229). Sum of RGB (Red+Green+Blue) = 252+131+229=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 131 (51.56% from 255 or 21.41% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC83E5 is #037C1A. Grayscale: #B2B2B2. Windows color (decimal): -228379 or 15041532. OLE color: 15041532.

HSL color Cylindrical-coordinate representation of color #FC83E5: hue angle of 311.4º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC83E5 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 131 229 -
CMYK 0 0.48 0.09 0.01
HSL 311.41º 0.95% 0.75% -
HSV(B) 311.41º 0.48% 0.99% -
XYZ 62.4 42.59 79.06 -
YUV 178.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 252 131 229 0 0.48 0.09 0.01 311.41 0.95 0.75
Hex FC 83 E5 0 30 9 1 137 5F 4B
Octal 374 203 345 0 60 11 1 467 137 113
Binary 11111100 10000011 11100101 0 110000 1001 1 100110111 1011111 1001011

Color Harmonies of #FC83E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC83E5

Black with #FC83E5

Text Example


Text Example

White with #FC83E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC83E5; }

 p { color: rgb(252,131,229); }

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

background-color css

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

 a { background-color: rgb(252,131,229); }

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

border-color css

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

 span { border-color: rgb(252,131,229); }

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