Html Css Color HEX #FE78DB Pale Magenta

📋 copy color: '#FE78DB'

red 254 ◦ green 120 ◦ blue 219

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

Shades of Pale Magenta #FE78DB

Tints of Pale Magenta #FE78DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.24%

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

R = 42.83%
G = 20.24%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE78DB (or 0xFE78DB) is known color: Pale Magenta. HEX triplet: FE, 78 and DB. RGB value is (254,120,219). Sum of RGB (Red+Green+Blue) = 254+120+219=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 120 (47.27% from 255 or 20.24% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78DB is #018724. Grayscale: #ABABAB. Windows color (decimal): -100133 or 14383358. OLE color: 14383358.

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

Color convert

RGB 254 120 219 -
CMYK 0 0.53 0.14 0.00
HSL 315.67º 0.99% 0.73% -
HSV(B) 315.67º 0.53% 1% -
XYZ 60.38 39.62 71.48 -
YUV 171.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 254 120 219 0 0.53 0.14 0.00 315.67 0.99 0.73
Hex FE 78 DB 0 35 E 0 13C 63 49
Octal 376 170 333 0 65 16 0 474 143 111
Binary 11111110 1111000 11011011 0 110101 1110 0 100111100 1100011 1001001

Color Harmonies of #FE78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE78DB

Black with #FE78DB

Text Example


Text Example

White with #FE78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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