Html Css Color HEX #FD86E8 Pale Magenta

📋 copy color: '#FD86E8'

red 253 ◦ green 134 ◦ blue 232

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

Shades of Pale Magenta #FD86E8

Tints of Pale Magenta #FD86E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.48%

R = 40.87%
G = 21.65%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD86E8 (or 0xFD86E8) is known color: Pale Magenta. HEX triplet: FD, 86 and E8. RGB value is (253,134,232). Sum of RGB (Red+Green+Blue) = 253+134+232=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 134 (52.73% from 255 or 21.65% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD86E8 is #027917. Grayscale: #B4B4B4. Windows color (decimal): -162072 or 15238909. OLE color: 15238909.

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

Color convert

RGB 253 134 232 -
CMYK 0 0.47 0.08 0.01
HSL 310.59º 0.97% 0.76% -
HSV(B) 310.59º 0.47% 0.99% -
XYZ 63.6 43.76 81.44 -
YUV 180.75 156.92 179.53 -
System Red Green Blue C M Y K H S L
Decimal 253 134 232 0 0.47 0.08 0.01 310.59 0.97 0.76
Hex FD 86 E8 0 2F 8 1 137 61 4C
Octal 375 206 350 0 57 10 1 467 141 114
Binary 11111101 10000110 11101000 0 101111 1000 1 100110111 1100001 1001100

Color Harmonies of #FD86E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD86E8

Black with #FD86E8

Text Example


Text Example

White with #FD86E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD86E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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