Html Css Color HEX #FE7CEC Pale Magenta

📋 copy color: '#FE7CEC'

red 254 ◦ green 124 ◦ blue 236

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

Shades of Pale Magenta #FE7CEC

Tints of Pale Magenta #FE7CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.44%

R = 41.37%
G = 20.2%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE7CEC (or 0xFE7CEC) is known color: Pale Magenta. HEX triplet: FE, 7C and EC. RGB value is (254,124,236). Sum of RGB (Red+Green+Blue) = 254+124+236=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 124 (48.83% from 255 or 20.20% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7CEC is #018313. Grayscale: #AFAFAF. Windows color (decimal): -99092 or 15498494. OLE color: 15498494.

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

Color convert

RGB 254 124 236 -
CMYK 0 0.51 0.07 0.00
HSL 308.31º 0.98% 0.74% -
HSV(B) 308.31º 0.51% 1% -
XYZ 63.22 41.54 84.04 -
YUV 175.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 254 124 236 0 0.51 0.07 0.00 308.31 0.98 0.74
Hex FE 7C EC 0 33 7 0 134 62 4A
Octal 376 174 354 0 63 7 0 464 142 112
Binary 11111110 1111100 11101100 0 110011 111 0 100110100 1100010 1001010

Color Harmonies of #FE7CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7CEC

Black with #FE7CEC

Text Example


Text Example

White with #FE7CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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