Html Css Color HEX #FE7BE2 Pale Magenta

📋 copy color: '#FE7BE2'

red 254 ◦ green 123 ◦ blue 226

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

Shades of Pale Magenta #FE7BE2

Tints of Pale Magenta #FE7BE2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.4%

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

R = 42.12%
G = 20.4%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE7BE2 (or 0xFE7BE2) is known color: Pale Magenta. HEX triplet: FE, 7B and E2. RGB value is (254,123,226). Sum of RGB (Red+Green+Blue) = 254+123+226=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 123 (48.44% from 255 or 20.40% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BE2 is #01841D. Grayscale: #ADADAD. Windows color (decimal): -99358 or 14842878. OLE color: 14842878.

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

Color convert

RGB 254 123 226 -
CMYK 0 0.52 0.11 0.00
HSL 312.82º 0.98% 0.74% -
HSV(B) 312.82º 0.52% 1% -
XYZ 61.68 40.73 76.56 -
YUV 173.91 157.4 185.12 -
System Red Green Blue C M Y K H S L
Decimal 254 123 226 0 0.52 0.11 0.00 312.82 0.98 0.74
Hex FE 7B E2 0 34 B 0 139 62 4A
Octal 376 173 342 0 64 13 0 471 142 112
Binary 11111110 1111011 11100010 0 110100 1011 0 100111001 1100010 1001010

Color Harmonies of #FE7BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BE2

Black with #FE7BE2

Text Example


Text Example

White with #FE7BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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