Html Css Color HEX #FE80DB Pale Magenta

📋 copy color: '#FE80DB'

red 254 ◦ green 128 ◦ blue 219

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

Shades of Pale Magenta #FE80DB

Tints of Pale Magenta #FE80DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.3%

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

R = 42.26%
G = 21.3%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE80DB (or 0xFE80DB) is known color: Pale Magenta. HEX triplet: FE, 80 and DB. RGB value is (254,128,219). Sum of RGB (Red+Green+Blue) = 254+128+219=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80DB is #017F24. Grayscale: #AFAFAF. Windows color (decimal): -98085 or 14385406. OLE color: 14385406.

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

Color convert

RGB 254 128 219 -
CMYK 0 0.50 0.14 0.00
HSL 316.67º 0.98% 0.75% -
HSV(B) 316.67º 0.5% 1% -
XYZ 61.38 41.62 71.82 -
YUV 176.05 152.24 183.6 -
System Red Green Blue C M Y K H S L
Decimal 254 128 219 0 0.50 0.14 0.00 316.67 0.98 0.75
Hex FE 80 DB 0 32 E 0 13D 62 4B
Octal 376 200 333 0 62 16 0 475 142 113
Binary 11111110 10000000 11011011 0 110010 1110 0 100111101 1100010 1001011

Color Harmonies of #FE80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE80DB

Black with #FE80DB

Text Example


Text Example

White with #FE80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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