Html Css Color HEX #FB84E2 Pale Magenta

📋 copy color: '#FB84E2'

red 251 ◦ green 132 ◦ blue 226

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

Shades of Pale Magenta #FB84E2

Tints of Pale Magenta #FB84E2

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.67%

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

R = 41.22%
G = 21.67%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB84E2 (or 0xFB84E2) is known color: Pale Magenta. HEX triplet: FB, 84 and E2. RGB value is (251,132,226). Sum of RGB (Red+Green+Blue) = 251+132+226=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 132 (51.95% from 255 or 21.67% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB84E2 is #047B1D. Grayscale: #B2B2B2. Windows color (decimal): -293662 or 14845179. OLE color: 14845179.

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

Color convert

RGB 251 132 226 -
CMYK 0 0.47 0.10 0.02
HSL 312.61º 0.94% 0.75% -
HSV(B) 312.61º 0.47% 0.98% -
XYZ 61.76 42.5 76.9 -
YUV 178.3 154.92 179.86 -
System Red Green Blue C M Y K H S L
Decimal 251 132 226 0 0.47 0.10 0.02 312.61 0.94 0.75
Hex FB 84 E2 0 2F A 2 139 5E 4B
Octal 373 204 342 0 57 12 2 471 136 113
Binary 11111011 10000100 11100010 0 101111 1010 10 100111001 1011110 1001011

Color Harmonies of #FB84E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB84E2

Black with #FB84E2

Text Example


Text Example

White with #FB84E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB84E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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