Html Css Color HEX #FE6CE9 Pale Magenta

📋 copy color: '#FE6CE9'

red 254 ◦ green 108 ◦ blue 233

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

Shades of Pale Magenta #FE6CE9

Tints of Pale Magenta #FE6CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.16%

R = 42.69%
G = 18.15%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE6CE9 (or 0xFE6CE9) is known color: Pale Magenta. HEX triplet: FE, 6C and E9. RGB value is (254,108,233). Sum of RGB (Red+Green+Blue) = 254+108+233=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 108 (42.58% from 255 or 18.15% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6CE9 is #019316. Grayscale: #A5A5A5. Windows color (decimal): -103191 or 15297790. OLE color: 15297790.

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

Color convert

RGB 254 108 233 -
CMYK 0 0.57 0.08 0.00
HSL 308.63º 0.99% 0.71% -
HSV(B) 308.63º 0.57% 1% -
XYZ 60.94 37.68 81.15 -
YUV 165.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 254 108 233 0 0.57 0.08 0.00 308.63 0.99 0.71
Hex FE 6C E9 0 39 8 0 135 63 47
Octal 376 154 351 0 71 10 0 465 143 107
Binary 11111110 1101100 11101001 0 111001 1000 0 100110101 1100011 1000111

Color Harmonies of #FE6CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6CE9

Black with #FE6CE9

Text Example


Text Example

White with #FE6CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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