Html Css Color HEX #FE7BEA Pale Magenta

📋 copy color: '#FE7BEA'

red 254 ◦ green 123 ◦ blue 234

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

Shades of Pale Magenta #FE7BEA

Tints of Pale Magenta #FE7BEA

RGB

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

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

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

R = 41.57%
G = 20.13%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE7BEA (or 0xFE7BEA) is known color: Pale Magenta. HEX triplet: FE, 7B and EA. RGB value is (254,123,234). Sum of RGB (Red+Green+Blue) = 254+123+234=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 123 (48.44% from 255 or 20.13% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7BEA is #018415. Grayscale: #AEAEAE. Windows color (decimal): -99350 or 15367166. OLE color: 15367166.

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

Color convert

RGB 254 123 234 -
CMYK 0 0.52 0.08 0.00
HSL 309.16º 0.98% 0.74% -
HSV(B) 309.16º 0.52% 1% -
XYZ 62.81 41.18 82.48 -
YUV 174.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 254 123 234 0 0.52 0.08 0.00 309.16 0.98 0.74
Hex FE 7B EA 0 34 8 0 135 62 4A
Octal 376 173 352 0 64 10 0 465 142 112
Binary 11111110 1111011 11101010 0 110100 1000 0 100110101 1100010 1001010

Color Harmonies of #FE7BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BEA

Black with #FE7BEA

Text Example


Text Example

White with #FE7BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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