Html Css Color HEX #FE7BE6 Pale Magenta

📋 copy color: '#FE7BE6'

red 254 ◦ green 123 ◦ blue 230

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

Shades of Pale Magenta #FE7BE6

Tints of Pale Magenta #FE7BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.89%

R = 41.85%
G = 20.26%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE7BE6 (or 0xFE7BE6) is known color: Pale Magenta. HEX triplet: FE, 7B and E6. RGB value is (254,123,230). Sum of RGB (Red+Green+Blue) = 254+123+230=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 123 (48.44% from 255 or 20.26% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7BE6 is #018419. Grayscale: #AEAEAE. Windows color (decimal): -99354 or 15105022. OLE color: 15105022.

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

Color convert

RGB 254 123 230 -
CMYK 0 0.52 0.09 0.00
HSL 310.99º 0.98% 0.74% -
HSV(B) 310.99º 0.52% 1% -
XYZ 62.24 40.95 79.49 -
YUV 174.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 254 123 230 0 0.52 0.09 0.00 310.99 0.98 0.74
Hex FE 7B E6 0 34 9 0 137 62 4A
Octal 376 173 346 0 64 11 0 467 142 112
Binary 11111110 1111011 11100110 0 110100 1001 0 100110111 1100010 1001010

Color Harmonies of #FE7BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BE6

Black with #FE7BE6

Text Example


Text Example

White with #FE7BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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