Html Css Color HEX #FE6BE0 Pale Magenta

📋 copy color: '#FE6BE0'

red 254 ◦ green 107 ◦ blue 224

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

Shades of Pale Magenta #FE6BE0

Tints of Pale Magenta #FE6BE0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.29%

 BLUE value IS 224 (87.89% from 255) = 38.29%

R = 43.42%
G = 18.29%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE6BE0 (or 0xFE6BE0) is known color: Pale Magenta. HEX triplet: FE, 6B and E0. RGB value is (254,107,224). Sum of RGB (Red+Green+Blue) = 254+107+224=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 107 (42.19% from 255 or 18.29% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6BE0 is #01941F. Grayscale: #A3A3A3. Windows color (decimal): -103456 or 14707710. OLE color: 14707710.

HSL color Cylindrical-coordinate representation of color #FE6BE0: hue angle of 312.24º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6BE0 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 107 224 -
CMYK 0 0.58 0.12 0.00
HSL 312.24º 0.99% 0.71% -
HSV(B) 312.24º 0.58% 1% -
XYZ 59.59 36.97 74.52 -
YUV 164.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 254 107 224 0 0.58 0.12 0.00 312.24 0.99 0.71
Hex FE 6B E0 0 3A C 0 138 63 47
Octal 376 153 340 0 72 14 0 470 143 107
Binary 11111110 1101011 11100000 0 111010 1100 0 100111000 1100011 1000111

Color Harmonies of #FE6BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6BE0

Black with #FE6BE0

Text Example


Text Example

White with #FE6BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6BE0; }

 p { color: rgb(254,107,224); }

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

background-color css

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

 a { background-color: rgb(254,107,224); }

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

border-color css

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

 span { border-color: rgb(254,107,224); }

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