Html Css Color HEX #FB82E2 Pale Magenta

📋 copy color: '#FB82E2'

red 251 ◦ green 130 ◦ blue 226

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

Shades of Pale Magenta #FB82E2

Tints of Pale Magenta #FB82E2

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.42%

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

R = 41.35%
G = 21.42%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB82E2 (or 0xFB82E2) is known color: Pale Magenta. HEX triplet: FB, 82 and E2. RGB value is (251,130,226). Sum of RGB (Red+Green+Blue) = 251+130+226=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 130 (51.17% from 255 or 21.42% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB82E2 is #047D1D. Grayscale: #B0B0B0. Windows color (decimal): -294174 or 14844667. OLE color: 14844667.

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

Color convert

RGB 251 130 226 -
CMYK 0 0.48 0.10 0.02
HSL 312.4º 0.94% 0.75% -
HSV(B) 312.4º 0.48% 0.98% -
XYZ 61.49 41.97 76.81 -
YUV 177.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 251 130 226 0 0.48 0.10 0.02 312.4 0.94 0.75
Hex FB 82 E2 0 30 A 2 138 5E 4B
Octal 373 202 342 0 60 12 2 470 136 113
Binary 11111011 10000010 11100010 0 110000 1010 10 100111000 1011110 1001011

Color Harmonies of #FB82E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB82E2

Black with #FB82E2

Text Example


Text Example

White with #FB82E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB82E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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