Html Css Color HEX #FC81D8 Pale Magenta

📋 copy color: '#FC81D8'

red 252 ◦ green 129 ◦ blue 216

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

Shades of Pale Magenta #FC81D8

Tints of Pale Magenta #FC81D8

RGB

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

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

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

R = 42.21%
G = 21.61%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC81D8 (or 0xFC81D8) is known color: Pale Magenta. HEX triplet: FC, 81 and D8. RGB value is (252,129,216). Sum of RGB (Red+Green+Blue) = 252+129+216=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 129 (50.78% from 255 or 21.61% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81D8 is #037E27. Grayscale: #AFAFAF. Windows color (decimal): -228904 or 14189052. OLE color: 14189052.

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

Color convert

RGB 252 129 216 -
CMYK 0 0.49 0.14 0.01
HSL 317.56º 0.95% 0.75% -
HSV(B) 317.56º 0.49% 0.99% -
XYZ 60.39 41.35 69.76 -
YUV 175.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 252 129 216 0 0.49 0.14 0.01 317.56 0.95 0.75
Hex FC 81 D8 0 31 E 1 13E 5F 4B
Octal 374 201 330 0 61 16 1 476 137 113
Binary 11111100 10000001 11011000 0 110001 1110 1 100111110 1011111 1001011

Color Harmonies of #FC81D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC81D8

Black with #FC81D8

Text Example


Text Example

White with #FC81D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC81D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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