Html Css Color HEX #FE7CDE Pale Magenta

📋 copy color: '#FE7CDE'

red 254 ◦ green 124 ◦ blue 222

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

Shades of Pale Magenta #FE7CDE

Tints of Pale Magenta #FE7CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.67%

 BLUE value IS 222 (87.11% from 255) = 37%

R = 42.33%
G = 20.67%
B = 37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE7CDE (or 0xFE7CDE) is known color: Pale Magenta. HEX triplet: FE, 7C and DE. RGB value is (254,124,222). Sum of RGB (Red+Green+Blue) = 254+124+222=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 124 (48.83% from 255 or 20.67% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7CDE is #018321. Grayscale: #ADADAD. Windows color (decimal): -99106 or 14580990. OLE color: 14580990.

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

Color convert

RGB 254 124 222 -
CMYK 0 0.51 0.13 0.00
HSL 314.77º 0.98% 0.74% -
HSV(B) 314.77º 0.51% 1% -
XYZ 61.27 40.76 73.75 -
YUV 174.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 254 124 222 0 0.51 0.13 0.00 314.77 0.98 0.74
Hex FE 7C DE 0 33 D 0 13B 62 4A
Octal 376 174 336 0 63 15 0 473 142 112
Binary 11111110 1111100 11011110 0 110011 1101 0 100111011 1100010 1001010

Color Harmonies of #FE7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7CDE

Black with #FE7CDE

Text Example


Text Example

White with #FE7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7CDE; }

 p { color: rgb(254,124,222); }

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

background-color css

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

 a { background-color: rgb(254,124,222); }

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

border-color css

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

 span { border-color: rgb(254,124,222); }

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