Html Css Color HEX #FE85DB Pale Magenta

📋 copy color: '#FE85DB'

red 254 ◦ green 133 ◦ blue 219

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

Shades of Pale Magenta #FE85DB

Tints of Pale Magenta #FE85DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.95%

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

R = 41.91%
G = 21.95%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE85DB (or 0xFE85DB) is known color: Pale Magenta. HEX triplet: FE, 85 and DB. RGB value is (254,133,219). Sum of RGB (Red+Green+Blue) = 254+133+219=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85DB is #017A24. Grayscale: #B2B2B2. Windows color (decimal): -96805 or 14386686. OLE color: 14386686.

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

Color convert

RGB 254 133 219 -
CMYK 0 0.48 0.14 0.00
HSL 317.36º 0.98% 0.76% -
HSV(B) 317.36º 0.48% 1% -
XYZ 62.05 42.96 72.04 -
YUV 178.98 150.59 181.51 -
System Red Green Blue C M Y K H S L
Decimal 254 133 219 0 0.48 0.14 0.00 317.36 0.98 0.76
Hex FE 85 DB 0 30 E 0 13D 62 4C
Octal 376 205 333 0 60 16 0 475 142 114
Binary 11111110 10000101 11011011 0 110000 1110 0 100111101 1100010 1001100

Color Harmonies of #FE85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85DB

Black with #FE85DB

Text Example


Text Example

White with #FE85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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