Html Css Color HEX #FE68E2 Pale Magenta

📋 copy color: '#FE68E2'

red 254 ◦ green 104 ◦ blue 226

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

Shades of Pale Magenta #FE68E2

Tints of Pale Magenta #FE68E2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.81%

 BLUE value IS 226 (88.67% from 255) = 38.7%

R = 43.49%
G = 17.81%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE68E2 (or 0xFE68E2) is known color: Pale Magenta. HEX triplet: FE, 68 and E2. RGB value is (254,104,226). Sum of RGB (Red+Green+Blue) = 254+104+226=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 104 (41.02% from 255 or 17.81% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68E2 is #01971D. Grayscale: #A2A2A2. Windows color (decimal): -104222 or 14838014. OLE color: 14838014.

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

Color convert

RGB 254 104 226 -
CMYK 0 0.59 0.11 0.00
HSL 311.2º 0.99% 0.7% -
HSV(B) 311.2º 0.59% 1% -
XYZ 59.55 36.46 75.85 -
YUV 162.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 254 104 226 0 0.59 0.11 0.00 311.2 0.99 0.7
Hex FE 68 E2 0 3B B 0 137 63 46
Octal 376 150 342 0 73 13 0 467 143 106
Binary 11111110 1101000 11100010 0 111011 1011 0 100110111 1100011 1000110

Color Harmonies of #FE68E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68E2

Black with #FE68E2

Text Example


Text Example

White with #FE68E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68E2; }

 p { color: rgb(254,104,226); }

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

background-color css

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

 a { background-color: rgb(254,104,226); }

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

border-color css

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

 span { border-color: rgb(254,104,226); }

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