Html Css Color HEX #FC86DC Pale Magenta

📋 copy color: '#FC86DC'

red 252 ◦ green 134 ◦ blue 220

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

Shades of Pale Magenta #FC86DC

Tints of Pale Magenta #FC86DC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.11%

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

R = 41.58%
G = 22.11%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC86DC (or 0xFC86DC) is known color: Pale Magenta. HEX triplet: FC, 86 and DC. RGB value is (252,134,220). Sum of RGB (Red+Green+Blue) = 252+134+220=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 134 (52.73% from 255 or 22.11% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86DC is #037923. Grayscale: #B2B2B2. Windows color (decimal): -227620 or 14452476. OLE color: 14452476.

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

Color convert

RGB 252 134 220 -
CMYK 0 0.47 0.13 0.01
HSL 316.27º 0.95% 0.76% -
HSV(B) 316.27º 0.47% 0.99% -
XYZ 61.59 42.91 72.75 -
YUV 179.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 252 134 220 0 0.47 0.13 0.01 316.27 0.95 0.76
Hex FC 86 DC 0 2F D 1 13C 5F 4C
Octal 374 206 334 0 57 15 1 474 137 114
Binary 11111100 10000110 11011100 0 101111 1101 1 100111100 1011111 1001100

Color Harmonies of #FC86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86DC

Black with #FC86DC

Text Example


Text Example

White with #FC86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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