Html Css Color HEX #FD86DC Pale Magenta

📋 copy color: '#FD86DC'

red 253 ◦ green 134 ◦ blue 220

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

Shades of Pale Magenta #FD86DC

Tints of Pale Magenta #FD86DC

RGB

 RED value IS 253 (99.22% from 255) = 41.68%

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

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

R = 41.68%
G = 22.08%
B = 36.24%

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

#FD86DC (or 0xFD86DC) is known color: Pale Magenta. HEX triplet: FD, 86 and DC. RGB value is (253,134,220). Sum of RGB (Red+Green+Blue) = 253+134+220=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 134 (52.73% from 255 or 22.08% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD86DC is #027923. Grayscale: #B3B3B3. Windows color (decimal): -162084 or 14452477. OLE color: 14452477.

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

Color convert

RGB 253 134 220 -
CMYK 0 0.47 0.13 0.01
HSL 316.64º 0.97% 0.76% -
HSV(B) 316.64º 0.47% 0.99% -
XYZ 61.95 43.1 72.76 -
YUV 179.39 150.92 180.51 -
System Red Green Blue C M Y K H S L
Decimal 253 134 220 0 0.47 0.13 0.01 316.64 0.97 0.76
Hex FD 86 DC 0 2F D 1 13D 61 4C
Octal 375 206 334 0 57 15 1 475 141 114
Binary 11111101 10000110 11011100 0 101111 1101 1 100111101 1100001 1001100

Color Harmonies of #FD86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD86DC

Black with #FD86DC

Text Example


Text Example

White with #FD86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD86DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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