Html Css Color HEX #FE7DDF Pale Magenta

📋 copy color: '#FE7DDF'

red 254 ◦ green 125 ◦ blue 223

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

Shades of Pale Magenta #FE7DDF

Tints of Pale Magenta #FE7DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.76%

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

R = 42.19%
G = 20.76%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE7DDF (or 0xFE7DDF) is known color: Pale Magenta. HEX triplet: FE, 7D and DF. RGB value is (254,125,223). Sum of RGB (Red+Green+Blue) = 254+125+223=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 125 (49.22% from 255 or 20.76% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DDF is #018220. Grayscale: #AEAEAE. Windows color (decimal): -98849 or 14646782. OLE color: 14646782.

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

Color convert

RGB 254 125 223 -
CMYK 0 0.51 0.12 0.00
HSL 314.42º 0.98% 0.74% -
HSV(B) 314.42º 0.51% 1% -
XYZ 61.53 41.07 74.5 -
YUV 174.74 155.24 184.53 -
System Red Green Blue C M Y K H S L
Decimal 254 125 223 0 0.51 0.12 0.00 314.42 0.98 0.74
Hex FE 7D DF 0 33 C 0 13A 62 4A
Octal 376 175 337 0 63 14 0 472 142 112
Binary 11111110 1111101 11011111 0 110011 1100 0 100111010 1100010 1001010

Color Harmonies of #FE7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7DDF

Black with #FE7DDF

Text Example


Text Example

White with #FE7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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