Html Css Color HEX #FE6CE0 Pale Magenta

📋 copy color: '#FE6CE0'

red 254 ◦ green 108 ◦ blue 224

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

Shades of Pale Magenta #FE6CE0

Tints of Pale Magenta #FE6CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 43.34%
G = 18.43%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE6CE0 (or 0xFE6CE0) is known color: Pale Magenta. HEX triplet: FE, 6C and E0. RGB value is (254,108,224). Sum of RGB (Red+Green+Blue) = 254+108+224=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 108 (42.58% from 255 or 18.43% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6CE0 is #01931F. Grayscale: #A4A4A4. Windows color (decimal): -103200 or 14707966. OLE color: 14707966.

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

Color convert

RGB 254 108 224 -
CMYK 0 0.57 0.12 0.00
HSL 312.33º 0.99% 0.71% -
HSV(B) 312.33º 0.57% 1% -
XYZ 59.69 37.18 74.55 -
YUV 164.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 254 108 224 0 0.57 0.12 0.00 312.33 0.99 0.71
Hex FE 6C E0 0 39 C 0 138 63 47
Octal 376 154 340 0 71 14 0 470 143 107
Binary 11111110 1101100 11100000 0 111001 1100 0 100111000 1100011 1000111

Color Harmonies of #FE6CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6CE0

Black with #FE6CE0

Text Example


Text Example

White with #FE6CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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