Html Css Color HEX #FD86DB Pale Magenta

📋 copy color: '#FD86DB'

red 253 ◦ green 134 ◦ blue 219

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

Shades of Pale Magenta #FD86DB

Tints of Pale Magenta #FD86DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.14%

R = 41.75%
G = 22.11%
B = 36.14%

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

#FD86DB (or 0xFD86DB) is known color: Pale Magenta. HEX triplet: FD, 86 and DB. RGB value is (253,134,219). Sum of RGB (Red+Green+Blue) = 253+134+219=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 134 (52.73% from 255 or 22.11% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD86DB is #027924. Grayscale: #B3B3B3. Windows color (decimal): -162085 or 14386941. OLE color: 14386941.

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

Color convert

RGB 253 134 219 -
CMYK 0 0.47 0.13 0.01
HSL 317.14º 0.97% 0.76% -
HSV(B) 317.14º 0.47% 0.99% -
XYZ 61.82 43.05 72.07 -
YUV 179.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 253 134 219 0 0.47 0.13 0.01 317.14 0.97 0.76
Hex FD 86 DB 0 2F D 1 13D 61 4C
Octal 375 206 333 0 57 15 1 475 141 114
Binary 11111101 10000110 11011011 0 101111 1101 1 100111101 1100001 1001100

Color Harmonies of #FD86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD86DB

Black with #FD86DB

Text Example


Text Example

White with #FD86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD86DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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