Html Css Color HEX #FC83E7 Pale Magenta

📋 copy color: '#FC83E7'

red 252 ◦ green 131 ◦ blue 231

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

Shades of Pale Magenta #FC83E7

Tints of Pale Magenta #FC83E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.62%

R = 41.04%
G = 21.34%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC83E7 (or 0xFC83E7) is known color: Pale Magenta. HEX triplet: FC, 83 and E7. RGB value is (252,131,231). Sum of RGB (Red+Green+Blue) = 252+131+231=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 131 (51.56% from 255 or 21.34% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC83E7 is #037C18. Grayscale: #B2B2B2. Windows color (decimal): -228377 or 15172604. OLE color: 15172604.

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

Color convert

RGB 252 131 231 -
CMYK 0 0.48 0.08 0.01
HSL 310.41º 0.95% 0.75% -
HSV(B) 310.41º 0.48% 0.99% -
XYZ 62.68 42.7 80.54 -
YUV 178.58 157.59 180.37 -
System Red Green Blue C M Y K H S L
Decimal 252 131 231 0 0.48 0.08 0.01 310.41 0.95 0.75
Hex FC 83 E7 0 30 8 1 136 5F 4B
Octal 374 203 347 0 60 10 1 466 137 113
Binary 11111100 10000011 11100111 0 110000 1000 1 100110110 1011111 1001011

Color Harmonies of #FC83E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC83E7

Black with #FC83E7

Text Example


Text Example

White with #FC83E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC83E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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