Html Css Color HEX #FB8EE2 Pale Magenta

📋 copy color: '#FB8EE2'

red 251 ◦ green 142 ◦ blue 226

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

Shades of Pale Magenta #FB8EE2

Tints of Pale Magenta #FB8EE2

RGB

 RED value IS 251 (98.44% from 255) = 40.55%

 GREEN value IS 142 (55.86% from 255) = 22.94%

 BLUE value IS 226 (88.67% from 255) = 36.51%

R = 40.55%
G = 22.94%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB8EE2 (or 0xFB8EE2) is known color: Pale Magenta. HEX triplet: FB, 8E and E2. RGB value is (251,142,226). Sum of RGB (Red+Green+Blue) = 251+142+226=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 142 (55.86% from 255 or 22.94% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8EE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8EE2 is #04711D. Grayscale: #B7B7B7. Windows color (decimal): -291102 or 14847739. OLE color: 14847739.

HSL color Cylindrical-coordinate representation of color #FB8EE2: hue angle of 313.76º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8EE2 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 142 226 -
CMYK 0 0.43 0.10 0.02
HSL 313.76º 0.93% 0.77% -
HSV(B) 313.76º 0.43% 0.98% -
XYZ 63.18 45.35 77.37 -
YUV 184.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 251 142 226 0 0.43 0.10 0.02 313.76 0.93 0.77
Hex FB 8E E2 0 2B A 2 13A 5D 4D
Octal 373 216 342 0 53 12 2 472 135 115
Binary 11111011 10001110 11100010 0 101011 1010 10 100111010 1011101 1001101

Color Harmonies of #FB8EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8EE2

Black with #FB8EE2

Text Example


Text Example

White with #FB8EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8EE2; }

 p { color: rgb(251,142,226); }

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

background-color css

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

 a { background-color: rgb(251,142,226); }

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

border-color css

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

 span { border-color: rgb(251,142,226); }

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