Html Css Color HEX #FC81DF Pale Magenta

📋 copy color: '#FC81DF'

red 252 ◦ green 129 ◦ blue 223

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

Shades of Pale Magenta #FC81DF

Tints of Pale Magenta #FC81DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 41.72%
G = 21.36%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC81DF (or 0xFC81DF) is known color: Pale Magenta. HEX triplet: FC, 81 and DF. RGB value is (252,129,223). Sum of RGB (Red+Green+Blue) = 252+129+223=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 129 (50.78% from 255 or 21.36% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81DF is #037E20. Grayscale: #B0B0B0. Windows color (decimal): -228897 or 14647804. OLE color: 14647804.

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

Color convert

RGB 252 129 223 -
CMYK 0 0.49 0.12 0.01
HSL 314.15º 0.95% 0.75% -
HSV(B) 314.15º 0.49% 0.99% -
XYZ 61.31 41.72 74.63 -
YUV 176.49 154.25 181.86 -
System Red Green Blue C M Y K H S L
Decimal 252 129 223 0 0.49 0.12 0.01 314.15 0.95 0.75
Hex FC 81 DF 0 31 C 1 13A 5F 4B
Octal 374 201 337 0 61 14 1 472 137 113
Binary 11111100 10000001 11011111 0 110001 1100 1 100111010 1011111 1001011

Color Harmonies of #FC81DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC81DF

Black with #FC81DF

Text Example


Text Example

White with #FC81DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC81DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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