Html Css Color HEX #FE86DB Pale Magenta

📋 copy color: '#FE86DB'

red 254 ◦ green 134 ◦ blue 219

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

Shades of Pale Magenta #FE86DB

Tints of Pale Magenta #FE86DB

RGB

 RED value IS 254 (99.61% from 255) = 41.85%

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

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

R = 41.85%
G = 22.08%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE86DB (or 0xFE86DB) is known color: Pale Magenta. HEX triplet: FE, 86 and DB. RGB value is (254,134,219). Sum of RGB (Red+Green+Blue) = 254+134+219=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 134 (52.73% from 255 or 22.08% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86DB is #017924. Grayscale: #B3B3B3. Windows color (decimal): -96549 or 14386942. OLE color: 14386942.

HSL color Cylindrical-coordinate representation of color #FE86DB: hue angle of 317.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE86DB is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 134 219 -
CMYK 0 0.47 0.14 0.00
HSL 317.5º 0.98% 0.76% -
HSV(B) 317.5º 0.47% 1% -
XYZ 62.18 43.24 72.09 -
YUV 179.57 150.26 181.09 -
System Red Green Blue C M Y K H S L
Decimal 254 134 219 0 0.47 0.14 0.00 317.5 0.98 0.76
Hex FE 86 DB 0 2F E 0 13E 62 4C
Octal 376 206 333 0 57 16 0 476 142 114
Binary 11111110 10000110 11011011 0 101111 1110 0 100111110 1100010 1001100

Color Harmonies of #FE86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE86DB

Black with #FE86DB

Text Example


Text Example

White with #FE86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE86DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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