Html Css Color HEX #FE6CE8 Pale Magenta

📋 copy color: '#FE6CE8'

red 254 ◦ green 108 ◦ blue 232

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

Shades of Pale Magenta #FE6CE8

Tints of Pale Magenta #FE6CE8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.18%

 BLUE value IS 232 (91.02% from 255) = 39.06%

R = 42.76%
G = 18.18%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE6CE8 (or 0xFE6CE8) is known color: Pale Magenta. HEX triplet: FE, 6C and E8. RGB value is (254,108,232). Sum of RGB (Red+Green+Blue) = 254+108+232=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 108 (42.58% from 255 or 18.18% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6CE8 is #019317. Grayscale: #A5A5A5. Windows color (decimal): -103192 or 15232254. OLE color: 15232254.

HSL color Cylindrical-coordinate representation of color #FE6CE8: hue angle of 309.04º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6CE8 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 108 232 -
CMYK 0 0.57 0.09 0.00
HSL 309.04º 0.99% 0.71% -
HSV(B) 309.04º 0.57% 1% -
XYZ 60.8 37.62 80.4 -
YUV 165.79 165.37 190.92 -
System Red Green Blue C M Y K H S L
Decimal 254 108 232 0 0.57 0.09 0.00 309.04 0.99 0.71
Hex FE 6C E8 0 39 9 0 135 63 47
Octal 376 154 350 0 71 11 0 465 143 107
Binary 11111110 1101100 11101000 0 111001 1001 0 100110101 1100011 1000111

Color Harmonies of #FE6CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6CE8

Black with #FE6CE8

Text Example


Text Example

White with #FE6CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6CE8; }

 p { color: rgb(254,108,232); }

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

background-color css

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

 a { background-color: rgb(254,108,232); }

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

border-color css

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

 span { border-color: rgb(254,108,232); }

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