Html Css Color HEX #FC83EA Pale Magenta

📋 copy color: '#FC83EA'

red 252 ◦ green 131 ◦ blue 234

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

Shades of Pale Magenta #FC83EA

Tints of Pale Magenta #FC83EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.93%

R = 40.84%
G = 21.23%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC83EA (or 0xFC83EA) is known color: Pale Magenta. HEX triplet: FC, 83 and EA. RGB value is (252,131,234). Sum of RGB (Red+Green+Blue) = 252+131+234=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 131 (51.56% from 255 or 21.23% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC83EA is #037C15. Grayscale: #B2B2B2. Windows color (decimal): -228374 or 15369212. OLE color: 15369212.

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

Color convert

RGB 252 131 234 -
CMYK 0 0.48 0.07 0.01
HSL 308.93º 0.95% 0.75% -
HSV(B) 308.93º 0.48% 0.99% -
XYZ 63.11 42.87 82.79 -
YUV 178.92 159.09 180.12 -
System Red Green Blue C M Y K H S L
Decimal 252 131 234 0 0.48 0.07 0.01 308.93 0.95 0.75
Hex FC 83 EA 0 30 7 1 135 5F 4B
Octal 374 203 352 0 60 7 1 465 137 113
Binary 11111100 10000011 11101010 0 110000 111 1 100110101 1011111 1001011

Color Harmonies of #FC83EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC83EA

Black with #FC83EA

Text Example


Text Example

White with #FC83EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC83EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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