Html Css Color HEX #FE7FDF Pale Magenta

📋 copy color: '#FE7FDF'

red 254 ◦ green 127 ◦ blue 223

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

Shades of Pale Magenta #FE7FDF

Tints of Pale Magenta #FE7FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 42.05%
G = 21.03%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE7FDF (or 0xFE7FDF) is known color: Pale Magenta. HEX triplet: FE, 7F and DF. RGB value is (254,127,223). Sum of RGB (Red+Green+Blue) = 254+127+223=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 127 (50% from 255 or 21.03% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FDF is #018020. Grayscale: #AFAFAF. Windows color (decimal): -98337 or 14647294. OLE color: 14647294.

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

Color convert

RGB 254 127 223 -
CMYK 0 0.50 0.12 0.00
HSL 314.65º 0.98% 0.75% -
HSV(B) 314.65º 0.5% 1% -
XYZ 61.78 41.58 74.58 -
YUV 175.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 254 127 223 0 0.50 0.12 0.00 314.65 0.98 0.75
Hex FE 7F DF 0 32 C 0 13B 62 4B
Octal 376 177 337 0 62 14 0 473 142 113
Binary 11111110 1111111 11011111 0 110010 1100 0 100111011 1100010 1001011

Color Harmonies of #FE7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FDF

Black with #FE7FDF

Text Example


Text Example

White with #FE7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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