Html Css Color HEX #FC83E2 Pale Magenta

📋 copy color: '#FC83E2'

red 252 ◦ green 131 ◦ blue 226

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

Shades of Pale Magenta #FC83E2

Tints of Pale Magenta #FC83E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.11%

R = 41.38%
G = 21.51%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC83E2 (or 0xFC83E2) is known color: Pale Magenta. HEX triplet: FC, 83 and E2. RGB value is (252,131,226). Sum of RGB (Red+Green+Blue) = 252+131+226=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 131 (51.56% from 255 or 21.51% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC83E2 is #037C1D. Grayscale: #B1B1B1. Windows color (decimal): -228382 or 14844924. OLE color: 14844924.

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

Color convert

RGB 252 131 226 -
CMYK 0 0.48 0.10 0.01
HSL 312.89º 0.95% 0.75% -
HSV(B) 312.89º 0.48% 0.99% -
XYZ 61.99 42.42 76.87 -
YUV 178.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 252 131 226 0 0.48 0.10 0.01 312.89 0.95 0.75
Hex FC 83 E2 0 30 A 1 139 5F 4B
Octal 374 203 342 0 60 12 1 471 137 113
Binary 11111100 10000011 11100010 0 110000 1010 1 100111001 1011111 1001011

Color Harmonies of #FC83E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC83E2

Black with #FC83E2

Text Example


Text Example

White with #FC83E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC83E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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