Html Css Color HEX #FE7BEF Pale Magenta

📋 copy color: '#FE7BEF'

red 254 ◦ green 123 ◦ blue 239

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

Shades of Pale Magenta #FE7BEF

Tints of Pale Magenta #FE7BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.8%

R = 41.23%
G = 19.97%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE7BEF (or 0xFE7BEF) is known color: Pale Magenta. HEX triplet: FE, 7B and EF. RGB value is (254,123,239). Sum of RGB (Red+Green+Blue) = 254+123+239=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 123 (48.44% from 255 or 19.97% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7BEF is #018410. Grayscale: #AFAFAF. Windows color (decimal): -99345 or 15694846. OLE color: 15694846.

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

Color convert

RGB 254 123 239 -
CMYK 0 0.52 0.06 0.00
HSL 306.87º 0.98% 0.74% -
HSV(B) 306.87º 0.52% 1% -
XYZ 63.54 41.47 86.32 -
YUV 175.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 254 123 239 0 0.52 0.06 0.00 306.87 0.98 0.74
Hex FE 7B EF 0 34 6 0 133 62 4A
Octal 376 173 357 0 64 6 0 463 142 112
Binary 11111110 1111011 11101111 0 110100 110 0 100110011 1100010 1001010

Color Harmonies of #FE7BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BEF

Black with #FE7BEF

Text Example


Text Example

White with #FE7BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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