Html Css Color HEX #FD86E2 Pale Magenta

📋 copy color: '#FD86E2'

red 253 ◦ green 134 ◦ blue 226

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

Shades of Pale Magenta #FD86E2

Tints of Pale Magenta #FD86E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.87%

R = 41.27%
G = 21.86%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD86E2 (or 0xFD86E2) is known color: Pale Magenta. HEX triplet: FD, 86 and E2. RGB value is (253,134,226). Sum of RGB (Red+Green+Blue) = 253+134+226=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 134 (52.73% from 255 or 21.86% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD86E2 is #02791D. Grayscale: #B3B3B3. Windows color (decimal): -162078 or 14845693. OLE color: 14845693.

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

Color convert

RGB 253 134 226 -
CMYK 0 0.47 0.11 0.01
HSL 313.61º 0.97% 0.76% -
HSV(B) 313.61º 0.47% 0.99% -
XYZ 62.76 43.42 77.03 -
YUV 180.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 253 134 226 0 0.47 0.11 0.01 313.61 0.97 0.76
Hex FD 86 E2 0 2F B 1 13A 61 4C
Octal 375 206 342 0 57 13 1 472 141 114
Binary 11111101 10000110 11100010 0 101111 1011 1 100111010 1100001 1001100

Color Harmonies of #FD86E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD86E2

Black with #FD86E2

Text Example


Text Example

White with #FD86E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD86E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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