Html Css Color HEX #FE7BE7 Pale Magenta

📋 copy color: '#FE7BE7'

red 254 ◦ green 123 ◦ blue 231

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

Shades of Pale Magenta #FE7BE7

Tints of Pale Magenta #FE7BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.99%

R = 41.78%
G = 20.23%
B = 37.99%

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

#FE7BE7 (or 0xFE7BE7) is known color: Pale Magenta. HEX triplet: FE, 7B and E7. RGB value is (254,123,231). Sum of RGB (Red+Green+Blue) = 254+123+231=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 123 (48.44% from 255 or 20.23% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7BE7 is #018418. Grayscale: #AEAEAE. Windows color (decimal): -99353 or 15170558. OLE color: 15170558.

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

Color convert

RGB 254 123 231 -
CMYK 0 0.52 0.09 0.00
HSL 310.53º 0.98% 0.74% -
HSV(B) 310.53º 0.52% 1% -
XYZ 62.38 41.01 80.23 -
YUV 174.48 159.9 184.72 -
System Red Green Blue C M Y K H S L
Decimal 254 123 231 0 0.52 0.09 0.00 310.53 0.98 0.74
Hex FE 7B E7 0 34 9 0 137 62 4A
Octal 376 173 347 0 64 11 0 467 142 112
Binary 11111110 1111011 11100111 0 110100 1001 0 100110111 1100010 1001010

Color Harmonies of #FE7BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BE7

Black with #FE7BE7

Text Example


Text Example

White with #FE7BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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