Html Css Color HEX #FC86D8 Pale Magenta

📋 copy color: '#FC86D8'

red 252 ◦ green 134 ◦ blue 216

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

Shades of Pale Magenta #FC86D8

Tints of Pale Magenta #FC86D8

RGB

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

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

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

R = 41.86%
G = 22.26%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC86D8 (or 0xFC86D8) is known color: Pale Magenta. HEX triplet: FC, 86 and D8. RGB value is (252,134,216). Sum of RGB (Red+Green+Blue) = 252+134+216=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 134 (52.73% from 255 or 22.26% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86D8 is #037927. Grayscale: #B2B2B2. Windows color (decimal): -227624 or 14190332. OLE color: 14190332.

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

Color convert

RGB 252 134 216 -
CMYK 0 0.47 0.14 0.01
HSL 318.31º 0.95% 0.76% -
HSV(B) 318.31º 0.47% 0.99% -
XYZ 61.06 42.7 69.99 -
YUV 178.63 149.09 180.33 -
System Red Green Blue C M Y K H S L
Decimal 252 134 216 0 0.47 0.14 0.01 318.31 0.95 0.76
Hex FC 86 D8 0 2F E 1 13E 5F 4C
Octal 374 206 330 0 57 16 1 476 137 114
Binary 11111100 10000110 11011000 0 101111 1110 1 100111110 1011111 1001100

Color Harmonies of #FC86D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86D8

Black with #FC86D8

Text Example


Text Example

White with #FC86D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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