Html Css Color HEX #FE7FDD Pale Magenta

📋 copy color: '#FE7FDD'

red 254 ◦ green 127 ◦ blue 221

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

Shades of Pale Magenta #FE7FDD

Tints of Pale Magenta #FE7FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 21.1%

 BLUE value IS 221 (86.72% from 255) = 36.71%

R = 42.19%
G = 21.1%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE7FDD (or 0xFE7FDD) is known color: Pale Magenta. HEX triplet: FE, 7F and DD. RGB value is (254,127,221). Sum of RGB (Red+Green+Blue) = 254+127+221=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FDD is #018022. Grayscale: #AFAFAF. Windows color (decimal): -98339 or 14516222. OLE color: 14516222.

HSL color Cylindrical-coordinate representation of color #FE7FDD: hue angle of 315.59º 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 #FE7FDD is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 127 221 -
CMYK 0 0.50 0.13 0.00
HSL 315.59º 0.98% 0.75% -
HSV(B) 315.59º 0.5% 1% -
XYZ 61.51 41.47 73.17 -
YUV 175.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 254 127 221 0 0.50 0.13 0.00 315.59 0.98 0.75
Hex FE 7F DD 0 32 D 0 13C 62 4B
Octal 376 177 335 0 62 15 0 474 142 113
Binary 11111110 1111111 11011101 0 110010 1101 0 100111100 1100010 1001011

Color Harmonies of #FE7FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FDD

Black with #FE7FDD

Text Example


Text Example

White with #FE7FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FDD; }

 p { color: rgb(254,127,221); }

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

background-color css

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

 a { background-color: rgb(254,127,221); }

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

border-color css

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

 span { border-color: rgb(254,127,221); }

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