Html Css Color HEX #FC83D8 Pale Magenta

📋 copy color: '#FC83D8'

red 252 ◦ green 131 ◦ blue 216

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

Shades of Pale Magenta #FC83D8

Tints of Pale Magenta #FC83D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.06%

R = 42.07%
G = 21.87%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC83D8 (or 0xFC83D8) is known color: Pale Magenta. HEX triplet: FC, 83 and D8. RGB value is (252,131,216). Sum of RGB (Red+Green+Blue) = 252+131+216=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 131 (51.56% from 255 or 21.87% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC83D8 is #037C27. Grayscale: #B0B0B0. Windows color (decimal): -228392 or 14189564. OLE color: 14189564.

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

Color convert

RGB 252 131 216 -
CMYK 0 0.48 0.14 0.01
HSL 317.85º 0.95% 0.75% -
HSV(B) 317.85º 0.48% 0.99% -
XYZ 60.66 41.89 69.85 -
YUV 176.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 252 131 216 0 0.48 0.14 0.01 317.85 0.95 0.75
Hex FC 83 D8 0 30 E 1 13E 5F 4B
Octal 374 203 330 0 60 16 1 476 137 113
Binary 11111100 10000011 11011000 0 110000 1110 1 100111110 1011111 1001011

Color Harmonies of #FC83D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC83D8

Black with #FC83D8

Text Example


Text Example

White with #FC83D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC83D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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