Html Css Color HEX #FE76DC Pale Magenta

📋 copy color: '#FE76DC'

red 254 ◦ green 118 ◦ blue 220

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

Shades of Pale Magenta #FE76DC

Tints of Pale Magenta #FE76DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.93%

 BLUE value IS 220 (86.33% from 255) = 37.16%

R = 42.91%
G = 19.93%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE76DC (or 0xFE76DC) is known color: Pale Magenta. HEX triplet: FE, 76 and DC. RGB value is (254,118,220). Sum of RGB (Red+Green+Blue) = 254+118+220=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 118 (46.48% from 255 or 19.93% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76DC is #018923. Grayscale: #AAAAAA. Windows color (decimal): -100644 or 14448382. OLE color: 14448382.

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

Color convert

RGB 254 118 220 -
CMYK 0 0.54 0.13 0.00
HSL 315º 0.99% 0.73% -
HSV(B) 315º 0.54% 1% -
XYZ 60.27 39.2 72.1 -
YUV 170.29 156.06 187.71 -
System Red Green Blue C M Y K H S L
Decimal 254 118 220 0 0.54 0.13 0.00 315 0.99 0.73
Hex FE 76 DC 0 36 D 0 13B 63 49
Octal 376 166 334 0 66 15 0 473 143 111
Binary 11111110 1110110 11011100 0 110110 1101 0 100111011 1100011 1001001

Color Harmonies of #FE76DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE76DC

Black with #FE76DC

Text Example


Text Example

White with #FE76DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE76DC; }

 p { color: rgb(254,118,220); }

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

background-color css

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

 a { background-color: rgb(254,118,220); }

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

border-color css

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

 span { border-color: rgb(254,118,220); }

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