Html Css Color HEX #FC83E6 Pale Magenta

📋 copy color: '#FC83E6'

red 252 ◦ green 131 ◦ blue 230

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

Shades of Pale Magenta #FC83E6

Tints of Pale Magenta #FC83E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.52%

R = 41.11%
G = 21.37%
B = 37.52%

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

#FC83E6 (or 0xFC83E6) is known color: Pale Magenta. HEX triplet: FC, 83 and E6. RGB value is (252,131,230). Sum of RGB (Red+Green+Blue) = 252+131+230=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 131 (51.56% from 255 or 21.37% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC83E6 is #037C19. Grayscale: #B2B2B2. Windows color (decimal): -228378 or 15107068. OLE color: 15107068.

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

Color convert

RGB 252 131 230 -
CMYK 0 0.48 0.09 0.01
HSL 310.91º 0.95% 0.75% -
HSV(B) 310.91º 0.48% 0.99% -
XYZ 62.54 42.64 79.8 -
YUV 178.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 252 131 230 0 0.48 0.09 0.01 310.91 0.95 0.75
Hex FC 83 E6 0 30 9 1 137 5F 4B
Octal 374 203 346 0 60 11 1 467 137 113
Binary 11111100 10000011 11100110 0 110000 1001 1 100110111 1011111 1001011

Color Harmonies of #FC83E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC83E6

Black with #FC83E6

Text Example


Text Example

White with #FC83E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC83E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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