Html Css Color HEX #FB84E4 Pale Magenta

📋 copy color: '#FB84E4'

red 251 ◦ green 132 ◦ blue 228

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

Shades of Pale Magenta #FB84E4

Tints of Pale Magenta #FB84E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.32%

R = 41.08%
G = 21.6%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FB84E4 (or 0xFB84E4) is known color: Pale Magenta. HEX triplet: FB, 84 and E4. RGB value is (251,132,228). Sum of RGB (Red+Green+Blue) = 251+132+228=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 132 (51.95% from 255 or 21.60% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB84E4 is #047B1B. Grayscale: #B2B2B2. Windows color (decimal): -293660 or 14976251. OLE color: 14976251.

HSL color Cylindrical-coordinate representation of color #FB84E4: hue angle of 311.6º 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 #FB84E4 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 132 228 -
CMYK 0 0.47 0.09 0.02
HSL 311.6º 0.94% 0.75% -
HSV(B) 311.6º 0.47% 0.98% -
XYZ 62.04 42.61 78.35 -
YUV 178.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 251 132 228 0 0.47 0.09 0.02 311.6 0.94 0.75
Hex FB 84 E4 0 2F 9 2 138 5E 4B
Octal 373 204 344 0 57 11 2 470 136 113
Binary 11111011 10000100 11100100 0 101111 1001 10 100111000 1011110 1001011

Color Harmonies of #FB84E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB84E4

Black with #FB84E4

Text Example


Text Example

White with #FB84E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB84E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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