Html Css Color HEX #FE82DB Pale Magenta

📋 copy color: '#FE82DB'

red 254 ◦ green 130 ◦ blue 219

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

Shades of Pale Magenta #FE82DB

Tints of Pale Magenta #FE82DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.56%

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

R = 42.12%
G = 21.56%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE82DB (or 0xFE82DB) is known color: Pale Magenta. HEX triplet: FE, 82 and DB. RGB value is (254,130,219). Sum of RGB (Red+Green+Blue) = 254+130+219=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 130 (51.17% from 255 or 21.56% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE82DB is #017D24. Grayscale: #B0B0B0. Windows color (decimal): -97573 or 14385918. OLE color: 14385918.

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

Color convert

RGB 254 130 219 -
CMYK 0 0.49 0.14 0.00
HSL 316.94º 0.98% 0.75% -
HSV(B) 316.94º 0.49% 1% -
XYZ 61.64 42.15 71.9 -
YUV 177.22 151.58 182.76 -
System Red Green Blue C M Y K H S L
Decimal 254 130 219 0 0.49 0.14 0.00 316.94 0.98 0.75
Hex FE 82 DB 0 31 E 0 13D 62 4B
Octal 376 202 333 0 61 16 0 475 142 113
Binary 11111110 10000010 11011011 0 110001 1110 0 100111101 1100010 1001011

Color Harmonies of #FE82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE82DB

Black with #FE82DB

Text Example


Text Example

White with #FE82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE82DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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