Html Css Color HEX #FE7CE7 Pale Magenta

📋 copy color: '#FE7CE7'

red 254 ◦ green 124 ◦ blue 231

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

Shades of Pale Magenta #FE7CE7

Tints of Pale Magenta #FE7CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.93%

R = 41.71%
G = 20.36%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE7CE7 (or 0xFE7CE7) is known color: Pale Magenta. HEX triplet: FE, 7C and E7. RGB value is (254,124,231). Sum of RGB (Red+Green+Blue) = 254+124+231=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 124 (48.83% from 255 or 20.36% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7CE7 is #018318. Grayscale: #AEAEAE. Windows color (decimal): -99097 or 15170814. OLE color: 15170814.

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

Color convert

RGB 254 124 231 -
CMYK 0 0.51 0.09 0.00
HSL 310.62º 0.98% 0.74% -
HSV(B) 310.62º 0.51% 1% -
XYZ 62.5 41.26 80.27 -
YUV 175.07 159.57 184.3 -
System Red Green Blue C M Y K H S L
Decimal 254 124 231 0 0.51 0.09 0.00 310.62 0.98 0.74
Hex FE 7C E7 0 33 9 0 137 62 4A
Octal 376 174 347 0 63 11 0 467 142 112
Binary 11111110 1111100 11100111 0 110011 1001 0 100110111 1100010 1001010

Color Harmonies of #FE7CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7CE7

Black with #FE7CE7

Text Example


Text Example

White with #FE7CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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