Html Css Color HEX #FC81DC Pale Magenta

📋 copy color: '#FC81DC'

red 252 ◦ green 129 ◦ blue 220

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

Shades of Pale Magenta #FC81DC

Tints of Pale Magenta #FC81DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.46%

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 41.93%
G = 21.46%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC81DC (or 0xFC81DC) is known color: Pale Magenta. HEX triplet: FC, 81 and DC. RGB value is (252,129,220). Sum of RGB (Red+Green+Blue) = 252+129+220=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81DC is #037E23. Grayscale: #AFAFAF. Windows color (decimal): -228900 or 14451196. OLE color: 14451196.

HSL color Cylindrical-coordinate representation of color #FC81DC: hue angle of 315.61º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC81DC is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 129 220 -
CMYK 0 0.49 0.13 0.01
HSL 315.61º 0.95% 0.75% -
HSV(B) 315.61º 0.49% 0.99% -
XYZ 60.91 41.56 72.52 -
YUV 176.15 152.75 182.1 -
System Red Green Blue C M Y K H S L
Decimal 252 129 220 0 0.49 0.13 0.01 315.61 0.95 0.75
Hex FC 81 DC 0 31 D 1 13C 5F 4B
Octal 374 201 334 0 61 15 1 474 137 113
Binary 11111100 10000001 11011100 0 110001 1101 1 100111100 1011111 1001011

Color Harmonies of #FC81DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC81DC

Black with #FC81DC

Text Example


Text Example

White with #FC81DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC81DC; }

 p { color: rgb(252,129,220); }

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

background-color css

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

 a { background-color: rgb(252,129,220); }

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

border-color css

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

 span { border-color: rgb(252,129,220); }

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