Html Css Color HEX #FC84DF Pale Magenta

📋 copy color: '#FC84DF'

red 252 ◦ green 132 ◦ blue 223

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

Shades of Pale Magenta #FC84DF

Tints of Pale Magenta #FC84DF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.75%

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

R = 41.52%
G = 21.75%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC84DF (or 0xFC84DF) is known color: Pale Magenta. HEX triplet: FC, 84 and DF. RGB value is (252,132,223). Sum of RGB (Red+Green+Blue) = 252+132+223=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 132 (51.95% from 255 or 21.75% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC84DF is #037B20. Grayscale: #B2B2B2. Windows color (decimal): -228129 or 14648572. OLE color: 14648572.

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

Color convert

RGB 252 132 223 -
CMYK 0 0.48 0.12 0.01
HSL 314.5º 0.95% 0.75% -
HSV(B) 314.5º 0.48% 0.99% -
XYZ 61.72 42.53 74.77 -
YUV 178.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 252 132 223 0 0.48 0.12 0.01 314.5 0.95 0.75
Hex FC 84 DF 0 30 C 1 13A 5F 4B
Octal 374 204 337 0 60 14 1 472 137 113
Binary 11111100 10000100 11011111 0 110000 1100 1 100111010 1011111 1001011

Color Harmonies of #FC84DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC84DF

Black with #FC84DF

Text Example


Text Example

White with #FC84DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC84DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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