Html Css Color HEX #FE7EEA Pale Magenta

📋 copy color: '#FE7EEA'

red 254 ◦ green 126 ◦ blue 234

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

Shades of Pale Magenta #FE7EEA

Tints of Pale Magenta #FE7EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.52%

 BLUE value IS 234 (91.8% from 255) = 38.11%

R = 41.37%
G = 20.52%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE7EEA (or 0xFE7EEA) is known color: Pale Magenta. HEX triplet: FE, 7E and EA. RGB value is (254,126,234). Sum of RGB (Red+Green+Blue) = 254+126+234=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 126 (49.61% from 255 or 20.52% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7EEA is #018115. Grayscale: #B0B0B0. Windows color (decimal): -98582 or 15367934. OLE color: 15367934.

HSL color Cylindrical-coordinate representation of color #FE7EEA: hue angle of 309.38º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7EEA is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 126 234 -
CMYK 0 0.50 0.08 0.00
HSL 309.38º 0.98% 0.75% -
HSV(B) 309.38º 0.5% 1% -
XYZ 63.19 41.93 82.61 -
YUV 176.58 160.41 183.22 -
System Red Green Blue C M Y K H S L
Decimal 254 126 234 0 0.50 0.08 0.00 309.38 0.98 0.75
Hex FE 7E EA 0 32 8 0 135 62 4B
Octal 376 176 352 0 62 10 0 465 142 113
Binary 11111110 1111110 11101010 0 110010 1000 0 100110101 1100010 1001011

Color Harmonies of #FE7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7EEA

Black with #FE7EEA

Text Example


Text Example

White with #FE7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7EEA; }

 p { color: rgb(254,126,234); }

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

background-color css

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

 a { background-color: rgb(254,126,234); }

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

border-color css

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

 span { border-color: rgb(254,126,234); }

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