Html Css Color HEX #FE6BE3 Pale Magenta

📋 copy color: '#FE6BE3'

red 254 ◦ green 107 ◦ blue 227

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

Shades of Pale Magenta #FE6BE3

Tints of Pale Magenta #FE6BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.61%

R = 43.2%
G = 18.2%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE6BE3 (or 0xFE6BE3) is known color: Pale Magenta. HEX triplet: FE, 6B and E3. RGB value is (254,107,227). Sum of RGB (Red+Green+Blue) = 254+107+227=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 107 (42.19% from 255 or 18.20% from 588); Blue value is 227 (89.06% from 255 or 38.61% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6BE3 is #01941C. Grayscale: #A4A4A4. Windows color (decimal): -103453 or 14904318. OLE color: 14904318.

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

Color convert

RGB 254 107 227 -
CMYK 0 0.58 0.11 0.00
HSL 311.02º 0.99% 0.71% -
HSV(B) 311.02º 0.58% 1% -
XYZ 60 37.13 76.68 -
YUV 164.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 254 107 227 0 0.58 0.11 0.00 311.02 0.99 0.71
Hex FE 6B E3 0 3A B 0 137 63 47
Octal 376 153 343 0 72 13 0 467 143 107
Binary 11111110 1101011 11100011 0 111010 1011 0 100110111 1100011 1000111

Color Harmonies of #FE6BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6BE3

Black with #FE6BE3

Text Example


Text Example

White with #FE6BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6BE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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